Collapsing the data stack for teams that can't be wrong.
NYXDB is a distributed, high-throughput database for large-scale blockchain and analytics workloads. We are building one engine where streaming, querying, indexing, durability, and function execution share the same internal contracts.
“The goal is not to glue several systems together behind one API — it is to make streaming, querying, and durability behave like one system.”
Benchmark-first
Latency regressions are a release gate. Every hot path ships with a Google Benchmark case and a measured before/after — not an estimate.
Interface-first
Core behavior lives behind stable contracts. Services compose shared engine modules instead of owning alternate implementations, so enterprise features never fork core.
Correctness is the product
For markets and on-chain data, approximate is a bug. Exact counts, typed aggregates, and read-your-writes freshness are core contracts, not options.
Get in touch
Talk to us about enterprise deployments, or follow engine development on GitHub.