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

TiKV

Distributed transactional key-value database, originally created to complement TiDB observed · 2026-08-28

github.com/tikv/tikv · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

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

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

  • gap_med: 26
  • age_days: 3898
  • days_rel: 55
  • days_push: 7
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

16812 stars · 2328 forks observed · 2026-08-28

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

TiKV is an open-source, distributed, transactional key-value database written in Rust, using the Raft consensus algorithm and RocksDB for storage. Originally created by PingCAP as the storage layer for TiDB, it is a graduated CNCF project offering both raw and ACID-compliant transactional APIs with horizontal scalability.

Use cases

  • store metadata for object storage services
  • build an online feature store for machine learning
  • run a petabyte-scale distributed key-value store with ACID transactions
  • serve as the storage backend for a MySQL-compatible NewSQL database
  • deploy a geo-replicated low-latency key-value database
  • store recommendation system data at scale

When to choose

  • you need horizontally scalable key-value storage with strong consistency and transactions
  • you want a proven CNCF-graduated storage layer for large-scale online serving
  • you need low, stable latency (sub-10ms P99) across 100+ TB of data

When to avoid

  • you only need a simple embedded or single-node key-value store
  • you lack the operational capacity to run a multi-node distributed cluster
  • you need rich SQL or document features without adding a query layer like TiDB

Facets

service · maturity stable

database databases microservices rust cloud key-value raft cncf tidb rocksdb geo-replication horizontal-scaling distributed-transactions consensus linux docker kubernetes

10 sources

Member repositories

RepositoryRoleHealth v2
tikv/tikvmain97
tikv/raft-rssdk60
tikv/pdbackend100

For agents

markdown · JSON · MCP: product_card(name="tikv/tikv")

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