Ross ROSS = Recommend OSS · open-source software intelligence for agents

ydb-platform/ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions observed · 2026-08-28

github.com/ydb-platform/ydb · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 22.5
  • age_days: 1668
  • days_rel: 29
  • days_push: 7
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

4770 stars · 812 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

YDB is an open-source distributed SQL DBMS written in C++ that combines horizontal scalability, high availability, and strict consistency with ACID transactions across nodes. It supports row-oriented and column-oriented tables, persistent topics (Kafka-compatible), vector search, federated queries, and a PostgreSQL-compatible mode, deployable via Ansible, Kubernetes, or manually.

Use cases

  • run a horizontally scalable SQL database with ACID transactions across multiple nodes
  • build a fault-tolerant OLTP service that survives datacenter outages
  • run transactional and analytical (HTAP) workloads on row and columnar tables
  • store and query vector embeddings for semantic search or RAG pipelines
  • stream table changes to downstream systems via change data capture
  • query external data sources with federated SQL queries
  • connect from LLM agents to the database via MCP

When to choose

  • you need strict consistency and distributed ACID transactions at scale
  • you want one database for OLTP, OLAP, and streaming workloads
  • you need multi-datacenter fault tolerance with automatic disaster recovery
  • you want vector search integrated into a transactional SQL database
  • you need PostgreSQL or Kafka wire compatibility for easier migration

When to avoid

  • you need a simple single-node embedded database for a small app
  • your team cannot operate a complex distributed cluster
  • you depend on a rich ecosystem of third-party tools built for mainstream databases
  • you need mature support on non-x86_64 platforms

Facets

application · maturity stable

database vector-database search-engine streaming databases microservices big-data analytics cloud-computing self-hosted self-hosted cloud cpp distributed-sql acid-transactions oltp olap columnar-storage yql postgresql-compatible kafka-compatible change-data-capture vector-search mcp-server fault-tolerant sql linux docker kubernetes

10 sources

Member repositories

RepositoryRoleHealth v2
ydb-platform/ydbmain98

For agents

markdown · JSON · MCP: product_card(name="ydb-platform/ydb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem