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

OpenAtomFoundation/pikiwidb

Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team. observed · 2026-08-28

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

Health v2 · maintenance only

91/100

  • Activity 98
  • Release rhythm 77
  • 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: 90.0
  • age_days: 4321
  • days_rel: 76
  • days_push: 12
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

6123 stars · 1168 forks observed · 2026-08-28

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

PikiwiDB (Pika) is a Redis-compatible, persistent key-value database built on RocksDB, developed by Qihoo's infrastructure team. It speaks the Redis protocol and data structures while removing Redis's memory-capacity limits, supporting master-slave replication and Codis-based clustering.

Use cases

  • store more data than fits in Redis memory
  • replace Redis for datasets over 16GiB
  • run a persistent Redis-compatible KV store
  • migrate from Redis without changing clients
  • set up master-slave replication with full and incremental sync
  • scale a Redis-like store horizontally with Codis

When to choose

  • your Redis dataset exceeds memory capacity or costs too much in RAM
  • you need Redis protocol compatibility with disk-backed persistence
  • long startup recovery times of in-memory Redis are a problem

When to avoid

  • you need ultra-low-latency pure in-memory caching
  • you rely on Redis features PikiwiDB does not implement
  • you want a fully managed cloud database

Facets

service · maturity active

database caching serialization databases backend big-data cpp self-hosted redis-compatible rocksdb key-value-store nosql persistent-kv master-slave-replication linux

1 source

Member repositories

RepositoryRoleHealth v2
OpenAtomFoundation/pikiwidbmain91

For agents

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

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