Simple, Powerful, Reactive
Write RQL queries that automatically update when data changes
Streaming Views
Views that stay fresh automatically. No cron jobs, no glue code - just queries that update as your data changes.
Unified Query Model
Reads, writes, and subscriptions all go through the same engine. One request = one transaction. Simple, safe, and fast.
Why ReifyDB?
A fast, reactive, open-source database - built for developers who want to have fun
Developer-First
Made for hackers, not suits. Zero boilerplate, clear errors, and an API that feels like code - not config files.
Blazing Fast
Columnar storage with vectorized execution. Crunch millions of rows without sweating the hardware.
Fun to Use
Queries feel like Lego bricks. Drop it into a game, bot, or side-project without enterprise baggage.
Embedded or Server
Ship it as a tiny embedded DB in Rust/Node/Bun, or flip the switch and run it as a server in the cloud.
Open Source
AGPL for the community, commercial if you need it. Fork it, hack it, or build with us.
Always Reactive
Data changes = instant updates. Build live dashboards, trading bots, and real-time apps without glue code.
Use Cases
What developers are actually building with ReifyDB
Trading Bots
Stream Solana DEX data straight into ReifyDB and fire strategies the moment prices move.
On-Chain Indexing
Ingest Solana transactions and keep live views of wallets, tokens, and LP pools with transactional CDC.
Live Dashboards
No polling. Just reactive queries that push sub-ms updates to your charts.
Game State Persistence
Drop ReifyDB into your game engine for instant saves, reactive leaderboards, and event-driven logic.
Chatbots & Agents
Build bots that subscribe to data changes - perfect for Telegram/Discord trading or support flows.
Audit Logs & Ledgering
Every row change is captured in CDC. Use it to build ledgers, audits, and compliance trails with no extra code.
AI Memory Store
Turn ReifyDB into structured memory for AI agents - queries double as context fetchers.
Multi-Tenant SaaS
Run it embedded per tenant, or scale out as a shared service - same engine, no friction.
Get Started in Seconds
Choose your preferred installation method
Docker
docker run -p 8090:8090 reifydb/reifydb
Cargo
cargo install reifydb
Join the Community
Get help, share ideas, and contribute to ReifyDB