IBM® Cloudant® is a fully managed NoSQL database service that offers scalability capabilities to for developers and businesses. It allows users to effortlessly handle large volumes of data and high traffic loads with minimal maintenance. Built on CouchDB technology with compatible API and replication protocols, IBM Cloudant supports flexible, schema-free JSON document storage, which is ideal for applications that require rapid, iterative development and dynamic data structures. It’s high availability and automated failover ensure 99.99% SLA reliability and minimal downtime. IBM Cloudant also integrates seamlessly with other IBM Cloud services, providing a cohesive ecosystem for developing and managing modern applications.
New users of IBM Cloudant can receive a USD 250 credit. Apply code DSFREE250.
Instantly deploy an instance, create databases and independently scale throughput capacity and data storage to meet your application requirements.
Encrypt all data, with optional user-defined encryption key management through IBM Key Protect, and integrate with IBM Identity and Access Management.
Get continuous availability as Cloudant distributes data across availability zones and 6 regions for app performance and disaster recovery requirements.
Get answers to the most commonly asked questions about this product.
Cloudant handles software and hardware provisioning, management and scaling, and support. You'll receive high availability and elastic scaling of the hardware as your provisioned throughput capacity needs change. Learn about the other benefits of database as a service (DBaaS).
Document data stores are represented in JSON, where each document is itself a complex data structure. Documents can contain nested structures of various data types, and users can query these structures, retrieving or updating the document, or portions of it, without locking down the database. Documents are stored and retrieved through a unique primary key.
JSON’s appeal stems partly from its schema, which can rapidly evolve without admin intervention. JSON offers an elegant model for persisting Java or JavaScript objects due to its affinity with JavaScript—with no need for "heavyweights" such as OpenJPA or Hibernate to build a data-layer solution. Storing a JSON document to represent a real object is fairly intuitive.
While Cloudant is API-compatible with Apache CouchDB, unlike CouchDB, Cloudant has layered additional open-source technologies for full text search and geospatial indexing capabilities. Both share a common replication protocol, so you can synchronize copies of your Cloudant data to a remote CouchDB instance—or vice versa—with a click. Explore the differences.
Offline-first architecture means building an app without an internet connection; the architecture lets you interact with your app without connectivity. Using Cloudant Mobile Sync, mobile apps can collect and read data when the network is unavailable. Once the connection is established, the data will sync with Cloudant. Cloudant also works with Hoodie and PouchDB.