Find Related products on Amazon

Shop on Amazon

Show HN: AnuDB– Backed on RocksDB, 279x Faster Than SQLite in Parallel Workloads

Published on: 2025-07-24 14:13:31

AnuDB AnuDB is a lightweight, serverless document database designed for C++ applications, offering efficient storage of JSON documents through MessagePack serialization. It provides a serverless, schema-less solution for applications requiring flexible data management with robust query capabilities. Since AnuDB written on top of RocksDB, it ensures atomicity, durability and consistency of your documents. You can adjust memory/CPU usage of AnuDB based on RocksDB options mentioned in StorageEngine.cpp and StorageEngine.h.Based on these configurations, you can get your desired performance results tailored to your specific platform requirements. Get Started with AnuDB! Ready to try AnuDB for your project? Follow these simple steps to get started quickly: Install AnuDB See the installation guide to set up AnuDB on your machine. Explore Example Code Check out our usage examples to understand how to interact with AnuDB. Start Building! Dive right in by using AnuDB in your application ... Read full article.