InceptionDB keeps your JSON in memory for lightning-fast reads and journals every write to disk for bulletproof durability. Provision a database in seconds — no servers, no configuration, no ops.
# 1. Insert documents (JSONL, one per line)
curl "https://inceptiondb.hola.cloud/v1/databases/your-database-id/collections/my-collection:insert" \
-H "Api-Key: your-api-key" \
-H "Api-Secret: your-api-secret" \
--data-binary '{"name":"Element 1","value":100}
{"name":"Element 2","value":200}
{"name":"Element 3","value":300}'
# 2. Query documents with a filter
curl "https://inceptiondb.hola.cloud/v1/databases/your-database-id/collections/my-collection:find" \
-H "Api-Key: your-api-key" \
-H "Api-Secret: your-api-secret" \
-d '{
"filter": {
"value": { "$gte": 200 }
}
}'
{"id":"document-id-2","name":"Element 2","value":200}
{"id":"document-id-3","name":"Element 3","value":300}
Designed for performance and durability from day one — no compromise between speed and safety.
An in-memory engine with dual indexes delivers 200K+ inserts per second on a single node — without tuning.
Every write is journaled to disk before it is acknowledged, so your data survives crashes, restarts and power loss.
Replay the journal to any valid state. Roll back mistakes, audit changes and keep your data integrity intact.
Unique, sparse and multi-value indexes give you the right trade-off for every query pattern, at any scale.
Create a database in seconds. We run the servers, apply the updates and watch the metrics — you ship.
A clean HTTP API with human-readable JSON. Full documentation and real-world examples for every language.
No installation, no infrastructure, no maintenance. Just your data — fast and safe.
Sign up in seconds. No credit card, nothing to install, nothing to configure.
Create a database and collection from the console and get your endpoint instantly.
Call the HTTP API from any language. Every write is journaled to disk, automatically.
InceptionDB stores all data in memory for ultra-fast access, with a disk-based journal that guarantees durability. When it restarts, the journal is replayed to restore the database to its last valid state — seamless recovery, every time.
It is 100% open source with no licensing restrictions: clean, maintainable code built for projects of any size, from startups to enterprise.
Provision your first database in less than a minute. It stays safe with you for the long run.