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

baidu/tera

An Internet-Scale Database. observed · 2026-08-28

github.com/baidu/tera · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4543
  • days_rel: n/a
  • days_push: 819
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1902 stars · 433 forks observed · 2026-08-28

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

Tera is a high-performance distributed NoSQL database inspired by Google Bigtable, designed for real-time applications at internet scale. It scales to petabytes across thousands of commodity servers, with automatic sharding, MVCC, and C++/Java/Python/REST APIs.

Use cases

  • store petabytes of sparse multidimensional data across a cluster
  • low-latency real-time key-value and wide-column lookups
  • build a web page database or linkbase for web indexing
  • self-host a Bigtable/HBase-style NoSQL store on commodity servers
  • handle throughput-oriented and latency-sensitive workloads with tiered RAMDISK/SSD/DISK storage

When to choose

  • you need a Bigtable-compatible data model with automatic sharding and failover
  • you want column-oriented storage with locality groups and snapshot support
  • you operate a large Linux cluster and need linear scalability to thousands of nodes

When to avoid

  • you need a managed cloud database or broad multi-platform support
  • your workload is small enough for a single-node database like PostgreSQL or RocksDB
  • you require a large active community or frequent releases

Facets

service · maturity maintenance

database search-engine caching databases big-data microservices backend cpp self-hosted nosql bigtable distributed-database column-oriented mvcc sharding hbase-alternative linux docker

1 source

Member repositories

RepositoryRoleHealth v2
baidu/teramain23

For agents

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

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