Serverless Graph Database

Append-only. Time-indexed.
Deterministic.

A graph database where every mutation is immutable and every state is recoverable. Cypher queries over DynamoDB, with built-in temporal resolution.

Start Building Sign In

Cypher Native

Full Cypher parser and executor. MATCH, CREATE, SET, DELETE, REMOVE, RETURN, WHERE, ORDER BY, LIMIT. No proprietary query language.

Zero Infrastructure

Lambda + DynamoDB single-table design. No clusters, no connection pools, no capacity planning. Scales to zero, scales to millions.

Temporal by Default

Every record carries _version, _valid_from, _valid_to. Query your graph at any point in time. Soft deletes only. Nothing is lost.

Tenant Isolation

Single-table multi-tenancy with partition-key scoping. Each tenant sees only their graphs. Cognito JWT + API key auth.

REST + Bearer Auth

Send Cypher over HTTPS, get JSON back. Bearer token authentication. One endpoint for queries, one for graph management.

Query Console

Built-in editor with syntax highlighting, table and JSON views. Select a graph, write Cypher, see results. No setup required.