A graph database where every mutation is immutable and every state is recoverable. Cypher queries over DynamoDB, with built-in temporal resolution.
Full Cypher parser and executor. MATCH, CREATE, SET, DELETE, REMOVE, RETURN, WHERE, ORDER BY, LIMIT. No proprietary query language.
Lambda + DynamoDB single-table design. No clusters, no connection pools, no capacity planning. Scales to zero, scales to millions.
Every record carries _version, _valid_from, _valid_to. Query your graph at any point in time. Soft deletes only. Nothing is lost.
Single-table multi-tenancy with partition-key scoping. Each tenant sees only their graphs. Cognito JWT + API key auth.
Send Cypher over HTTPS, get JSON back. Bearer token authentication. One endpoint for queries, one for graph management.
Built-in editor with syntax highlighting, table and JSON views. Select a graph, write Cypher, see results. No setup required.