Promote and deploy the epistemic-graph engine binary (the AI-native database) into the live Swarm fleet, and restart its clients, safely. Use when shipping a new engine build, rolling out Rust-side changes, or restarting graph-os/messaging to pick up merged agent-utilities. Wraps scripts/promoteengine.sh.
Upgrade and migrate a live epistemic-graph engine (the AI-native database): binary version flips, the one-time snapshot/.mp -> redb authoritative migration, config/env migrations (e.g. retired GRAPHBACKEND values), and on-disk data-format evolution (bi-temporal fields, persisted blobs). Use when raising the engine…
Diagnose and recover a live epistemic-graph engine (the AI-native database): engine down / socket refused, host-daemon crash-loop, circuit-breaker open, backend-type errors, zombie containers, duplicate Swarm tasks, slow first boot. Use when the KG is unreachable, ingestion stalls, go tools error, or a deploy left the…
Operate the engine's distributed substrate — openraft consensus with automatic failover, multi-Raft groups, online resharding (ownership move / hibernate / rehydrate), cross-shard 2PC, and the per-tenant catalog — plus the scope-gated ADMIN tier: RBAC policy administration and ops backup/restore. Use when scaling the…
Run OWL / rule reasoning inside the engine — OWL 2 EL⁺/RL completion, OWL-DL tableau, SWRL user rules, forward-chaining materialization, classification and consistency checking over the RDF/OWL store. Use when you need to infer implied facts, classify individuals, check an ontology for consistency, or materialize a…
Query and update the engine's RDF/OWL store over the W3C SPARQL 1.1 Protocol — the engine IS the triplestore (epistemic-graph owns the /sparql wire). Use when you need SELECT/ASK/ CONSTRUCT/DESCRIBE/UPDATE over triples/quads, named graphs, property paths, or when an existing rdflib/Jena/Stardog client should point at…
Run SQL against the engine over real database wire protocols — Postgres (pgwire), MySQL, MSSQL/TDS, and the SQLite NDJSON endpoint — so psql/DBeaver/BI/ORMs connect to the engine as if it were their existing database (epistemic-graph owns the wire). Use for SELECT/joins/ aggregates/window/CTE and INSERT/UPDATE/DELETE…
★not rated 10 6d agoA111 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: