What is Document Store Database?

 Posted by Rajnilari2015 on 11/28/2015 | Category: NoSql Interview questions | Views: 1496 | Points: 40
Answer:

Document database stores semi-structured or unstructured records/documents in JSON format.The informations are encoded using XML, YAML, JSON, BSON, Binary forms like PDF ,Microsoft Office documents (MS Word, Excel, and so on) etc.

The following is a simple document that we can store in a Document Store Database

{ "Question Name"  : "What is MongoDB"

"Author" : "Niladri Biswas"
"Description" : " In this article we will learn about the installation of MongoDB on a 64 bit windows machine."
}


Examples : MongoDB,CouchDB etc.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response