Your NoSQL document database, hosted in France
A replicated document database powered by Apache CouchDB, installed and maintained by DINAO. Your JSON documents stay on our French servers — sovereign and accessible via HTTP API.
What is Apache CouchDB?
Apache CouchDB is an open-source NoSQL document database that stores data as JSON documents. Each document is accessible and manipulable via an HTTP/REST API, making CouchDB particularly well-suited for the web and API-oriented architectures.
Its signature feature is incremental replication: data synchronizes reliably between multiple instances, and even with embedded client-side databases (PouchDB, Couchbase Lite). This offline-first approach allows applications to operate offline and then automatically resynchronize, a key advantage for mobile and multi-site use cases.
CouchDB offers declarative queries via Mango, MapReduce views for indexing, a consistency model based on revisions (MVCC), and a cluster mode for scalability and high availability. It targets teams looking for a flexible, resilient, and easy-to-integrate database.
Host Apache CouchDB at DINAO
Resource tiers compatible with Apache CouchDB prerequisites (minimum 1 vCPU / 1 Go / 5 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
Technical details
You might be wondering…
How does CouchDB differ from an SQL database?
CouchDB stores JSON documents without a fixed schema and exposes everything via an HTTP API. Its strength lies in incremental replication and offline-first mode, perfect for synchronizing data between sites and applications.
Can I synchronize an offline mobile application?
Yes. CouchDB replicates with client-side databases (PouchDB, Couchbase Lite…), allowing you to work offline and then automatically synchronize when the network returns.
Where are the data hosted?
On DINAO's infrastructure in France, in one of the available data centers. Your data never leaves the country.
Are technical skills required?
To use the API and design your views, yes, developer skills are useful. However, operations (installation, cluster management, backups, updates) are fully managed by DINAO.
Can I change my plan or export my data?
Yes. You can upgrade or downgrade at any time, and your data remains exportable (JSON, replication) — no proprietary lock-in.