You're reading the v2.0.0 docs. View the latest (v2.2.0) →

SDKs

First-class client SDKs for RelataDB. All three speak the same HTTP API and expose the same shape: query, ingest, search, graph, identity, and the cognitive-memory verbs. Pick the one for your stack.

In this section

  • SDK Overview — capability matrix, install, and the shared request/response model
  • Pythonpip install relata-sdk; RelataClient, framework adapters
  • TypeScriptnpm install @zysec-ai/relata-sdk; createClient(...)
  • Gogithub.com/relatadb/sdk-go
Note
You don't need an SDK to use RelataDB. Point an existing Postgres, MongoDB, Redis, S3, ClickHouse, or Neo4j client at the matching protocol door. See Compatibility & Doors.

See also: Quickstart for the first-5-minutes path and the HTTP API reference for the underlying endpoints.