Skip to content
@project-minigraf

project-minigraf

Minigraf

The SQLite of bi-temporal graph databases — embedded, single-file, zero configuration.

A tiny Rust library that gives any application a persistent, queryable graph store with full time-travel history. No server. No setup. One .graph file.

Try it in your browser →


What it does

; Store facts with valid-time ranges
(transact [[:alice :works-at :acme  {:valid-from "2022-01-01"}]
           [:alice :works-at :globo {:valid-from "2024-06-01"}]])

; Ask what was true at any point in the past
(query [:find ?company
        :valid-at "2023-06-01"
        :where [?e :name "Alice"]
               [?e :works-at ?company]])

Minigraf tracks two independent time axes — when something was true in the world, and when you recorded it — so you can always answer "what did we know, and when did we know it?"


Ecosystem

Repo Description
minigraf Core library (Rust)
minigraf-python Python bindings
minigraf-node Node.js bindings
minigraf-wasm Browser / WASI bindings
minigraf-java JVM bindings
minigraf-android Android bindings
minigraf-swift Swift / iOS bindings
minigraf-c C bindings
minigraf-playground Browser playground
minigraf-inspector .graph file inspector
minigraf-visualizer Time-travel visualizer
minigraf-examples Examples and cookbooks
temporal_reasoning MCP server for AI agents

Links

Pinned Loading

  1. minigraf minigraf Public

    Embedded graph memory for AI agents, mobile apps, and the browser.

    Rust 21 2

  2. temporal_reasoning temporal_reasoning Public

    Perfect memory. Exact reasoning. Complete history for AI agents.

    Python 4

  3. minigraf-playground minigraf-playground Public

    TypeScript

  4. minigraf-examples minigraf-examples Public

    Examples, integrations, and cookbooks for Minigraf — part of the Minigraf ecosystem

    Rust

Repositories

Showing 10 of 16 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…