graphs
One graph. Every relation.
Building, pipeline queuedSemurg Graphs is the graph and knowledge-graph surface over the universal substrate: entities and relations as the same uniform containers, traversed as graph nodes on disk. No separate graph store: the graph is a subgraph of the one data model. A local model reads your documents and proposes entities and relationships into a governed graph, with provenance on every fact, contradictions kept side by side rather than silently resolved, and a review view over the low-confidence cases. Because it lives on the out-of-core substrate, it scales past memory.
What you will build here
Honest status
- ✓Done, universal graph engine: pages are graph nodes, k-hop traversal out-of-core (see the board).
- ●In progress, ingest and schema surface for named ontologies.
- ○Queued, the knowledge-graph build and query pipeline and its public surface.
Until the pipeline is live and measured, this page says so plainly. The graph primitives it will ride on are already real and reproducible today: run the k-hop board yourself.