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

Tencent/paxosstore

PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS. observed · 2026-08-28

github.com/Tencent/paxosstore · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 3295
  • days_rel: n/a
  • days_push: 2238
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1714 stars · 341 forks observed · 2026-08-28

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

PaxosStore is a distributed database system developed by Tencent, inspired by Google MegaStore and used in WeChat production for core backend storage. The open-source release provides two Paxos consensus libraries, Certain and PaxosKV, implementing the leaseless consensus layer described in their VLDB 2017 paper.

Use cases

  • build a strongly consistent distributed key-value store
  • implement Paxos consensus replication in C++
  • study production-grade consensus algorithms from WeChat
  • achieve high-availability storage across thousands of machines
  • replicate data with PaxosLog for a database backend

When to choose

  • you need battle-tested Paxos consensus libraries in C++
  • you are building a custom distributed database with strong consistency
  • you want to study a proven large-scale consensus implementation

When to avoid

  • you need a ready-to-run general-purpose database out of the box
  • you want a maintained project with active releases and community support
  • you need SQL or rich data structures, which were only planned and never fully open-sourced

Facets

library · maturity maintenance

database caching concurrency databases microservices backend cpp self-hosted paxos consensus distributed-database key-value-store wechat linux

1 source

Member repositories

RepositoryRoleHealth v2
Tencent/paxosstoremain32

For agents

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

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