Back to browse
GitHub Repository

Kronotop is a distributed multi-model database built on FoundationDB.

283 starsJava

Kronotop – A distributed multi-model database built on FoundationDB

by mastabadtomm·Jun 8, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainShip ItWizardry

FoundationDB layer enabling ACID transactions across documents and key-values with Redis protocol.

Strengths
  • Leveraging FoundationDB's transaction layer avoids reinventing distributed consensus logic from scratch.
  • RESP compatibility allows existing Redis clients to access ACID transactions immediately.
  • Cross-namespace transactions solve the hard problem of distributed data consistency.
Weaknesses
  • Developer preview status means APIs and operational behavior may still break.
  • Multi-model database category is crowded with SurrealDB, ArangoDB, and Fauna.
Target Audience

Backend engineers, database architects, distributed systems developers

Similar To

FoundationDB · SurrealDB · FaunaDB

Post Description

After almost three years of development, the first developer preview of Kronotop is out.

Kronotop is a distributed multi-model database built on FoundationDB.

Our motto is: One transaction, multiple models.

Documents, ordered key-value data, and other models can participate in the same strictly serializable transaction, even across namespaces.

I'd love to hear your feedback.

Similar Projects

Developer Tools●●●Banger

PgCortex – AI enrichment per Postgres row, zero transaction blocking

Outbox + external worker architecture solves a real production pain: LLM calls in Postgres triggers without blocking transactions.

Big BrainSolve My Problem
supreeth_ravi
103mo ago
AI/MLMid

Local Coding Agent with LLMs to Delegate Tool Calls to Small AI Models

Prompt indices from 20k repos sounds novel, but Cursor and Cline already do local tool-calling.

Bold Bet
dsdevjay
9011d ago