MongoDB is an open source, document oriented database created in 2009 and classified as NoSQL database. Although MongoDB is written in C++, drivers and client libraries are typically written in their respective languages. In MongoDB, a record is a document, and documents are stored in a JSON like format. Precisely,Continue Reading

Cloudant logo

IBM Cloudant is a distributed NoSQL database build on couchDB. It is a NoSQL JSON document data store, delivered as a managed database service (DBaaS). Types of documents that Cloudant supports: data document (json and xml) design document. Are intended to hold the definition for all secondary and search indexesContinue Reading