Use json-context with leveldb. Contexts are automatically generated from matchers, and provides ability to watch matchers for realtime notifications.
Create a single object containing all data required to render a view/page that provides an event stream for syncing with server and data-binding. Browserify compatible.
Match an object against a filter
Sync json-context instances via WebSockets using sock.js
CLI tool to scaffold Claude workspaces into any project
Interactive CLI for contextdb — explore relational, graph, and vector queries in a REPL
Core types, traits, and error types for contextdb
Graph executor for contextdb — bounded BFS, DAG enforcement, typed edges
SQL parser for contextdb with GRAPH_TABLE and vector extensions
Rule-based query planner for contextdb
Relational executor for contextdb — scan, insert, upsert, delete
Sync server for contextdb — NATS-based replication with conflict resolution
MVCC transaction manager for contextdb
Vector executor for contextdb — cosine similarity, HNSW indexing, pre-filtered search
Embedded database engine for agentic memory — relational, graph, and vector under unified MVCC transactions