A fast, versatile document database.
JSON & SQL queries. ACID transactions. Full-text & vector search. S3-compatible blob storage. Document indexing. Raft replication. Encryption at rest.
~5 MB binary · zero dependencies
3-6x faster than MongoDB on queries. 446x faster on indexed counts. OxiWire binary protocol for minimal overhead.
Embed as a Rust library with zero network overhead, or run as a TCP server with auth, TLS, and RBAC.
MongoDB-style JSON queries with $eq, $gt, $in, $regex, $or. Or use standard SQL with JOINs and GROUP BY.
Multi-collection OCC transactions. 3-phase commit with WAL. Crash recovery with CRC32 checksums.
TF-IDF ranked search across 8 document formats. HNSW vector index with cosine, euclidean, and dot product.
Multi-node clustering with Raft consensus. Automatic leader election, sub-second failover, and HAProxy-compatible health checks.
Full-text index PDF, DOCX, XLSX, HTML, XML, JSON, and images (OCR). Search across all your documents with TF-IDF ranking.
S3-style bucket and object API for binary data. Store files alongside documents with CRC32 integrity checks.
Official clients for Rust, Python, Go, .NET (TCP + Embedded + EF Core), Java/Spring Boot, Julia, and Swift.