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

codenotary/immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history observed · 2026-08-28

github.com/codenotary/immudb · homepage · Go · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 66
  • Longevity 100

Flags: no_license

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: 144
  • age_days: 2491
  • days_rel: 68
  • days_push: 9
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

9023 stars · 378 forks observed · 2026-08-28

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

immudb is an open-source immutable database written in Go that stores data in SQL, key-value, or document models while guaranteeing tamper-evidence through cryptographic proofs and Merkle-tree verification. It can run as a standalone server, in Docker, or embedded as a library, handling millions of transactions per second.

Use cases

  • store tamper-proof audit logs for compliance
  • track changes to sensitive data with cryptographic verification
  • replace blockchain or ledger services for data integrity
  • keep an immutable history of record changes for auditors
  • store sensor or IoT data that cannot be altered
  • embed a lightweight verifiable database in a Go application

When to choose

  • you need provable data integrity and tamper-evidence without trusting the database server
  • you need SQL, key-value, and document models in one immutable store
  • you need high throughput (millions of tx/s) unlike blockchain solutions
  • compliance requirements like GDPR, PCI-DSS, or audit trails apply
  • you want time-travel queries and data change reports

When to avoid

  • you need to update or delete records in place - immudb only allows adding new versions
  • you need a general-purpose operational database with rich ecosystem tooling like PostgreSQL
  • you need heavy analytical or full-text search workloads
  • your stack lacks an immudb SDK and you cannot use JDBC/ODBC

Facets

application · maturity stable

database cryptography search-engine sdk databases security legal developer-tools fintech windows go cross-platform self-hosted cloud immutable-database tamperproof merkle-tree audit-log zero-trust ledger sql key-value-store document-database data-integrity gdpr time-travel linux macos docker

5 sources

Member repositories

RepositoryRoleHealth v2
codenotary/immudbmain88

For agents

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

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