You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/adityamukho/minigraf#license)
[](https://github.com/project-minigraf/minigraf#license)
See a working implementation of **temporal reasoning** with Minigraf at [github.com/adityamukho/temporal_reasoning](https://github.com/adityamukho/temporal_reasoning) — an AI agent that uses Minigraf's bi-temporal model to store, correct, and audit beliefs.
101
101
102
-
See the [Datalog Reference](https://github.com/adityamukho/minigraf/wiki/Datalog-Reference) wiki page for the complete syntax.
102
+
See the [Datalog Reference](https://github.com/project-minigraf/minigraf/wiki/Datalog-Reference) wiki page for the complete syntax.
103
103
104
104
## Why Minigraf?
105
105
@@ -117,7 +117,7 @@ No other database offers this combination:
117
117
118
118
**Embedded graph memory for agents, mobile, and the browser — SQLite's simplicity + Datomic's temporal model.**
119
119
120
-
See the [Comparison](https://github.com/adityamukho/minigraf/wiki/Comparison) wiki page for detailed analysis including temporal vs. time-series databases.
120
+
See the [Comparison](https://github.com/project-minigraf/minigraf/wiki/Comparison) wiki page for detailed analysis including temporal vs. time-series databases.
See the [Mobile Integration](https://github.com/adityamukho/minigraf/wiki/Use-Cases#mobile-apps) wiki section for full setup and usage docs (Gradle config, SPM integration, error handling, threading).
146
+
See the [Mobile Integration](https://github.com/project-minigraf/minigraf/wiki/Use-Cases#mobile-apps) wiki section for full setup and usage docs (Gradle config, SPM integration, error handling, threading).
147
147
148
148
### For WASM / Browser
149
149
150
150
Phase 8.1a complete: IndexedDB backend, `wasm-pack` packaging. Phase 8.1b complete: server-side WASM via `wasm32-wasip1` / WASI (Wasmtime, Wasmer). npm release as `@minigraf/core` planned for Phase 8.2.
151
151
152
-
See the [Use Cases](https://github.com/adityamukho/minigraf/wiki/Use-Cases) wiki page for detailed guides on all three targets.
152
+
See the [Use Cases](https://github.com/project-minigraf/minigraf/wiki/Use-Cases) wiki page for detailed guides on all three targets.
153
153
154
154
## Scope
155
155
@@ -162,7 +162,7 @@ Minigraf will **not** be (by design):
162
162
-**Distributed** — no clustering, no sharding, no replication; each agent instance owns its own `.graph` file
163
163
-**Client-server** — no network protocol in core
164
164
-**Billion-node scale** — optimised for <1M nodes (like SQLite)
165
-
-**A time-series database** — Minigraf is a *temporal* database; see [Comparison](https://github.com/adityamukho/minigraf/wiki/Comparison#influxdb--prometheus--timescaledb-time-series-databases)
165
+
-**A time-series database** — Minigraf is a *temporal* database; see [Comparison](https://github.com/project-minigraf/minigraf/wiki/Comparison#influxdb--prometheus--timescaledb-time-series-databases)
0 commit comments