ZydecoDB

A document database built in Rust with one obsession: never lose your data, never make you wait, never make you think about it. Fast to install, faster to query, effortless to run.

// INSTALL, THEN SERVE — NO CONFIG NEEDED
curl -sSL https://zydeco.dev/install.sh | sh
zydecodb serve # 127.0.0.1:9470, data in ~/.zydecodb
// BENCHMARKS
Durable writes (sync fsync): 8,700+/sec
Cached evaluation: 62,500 docs/sec
Crash-recovery test suite: 100% pass
$ go get github.com/dataparade/zydecodb/clients/go