Monthly Archives: June 2018

A brief look at Document Db

What is a Document Database? A document database,also called a document store or document-oriented database,is a subset of a type of NoSQL database.Some documents stores ma also be key-value databases(Like Redis).A document database is used for storing,retrieving,and managing semi-structured data.Unlike traditional databases,the data model in a document database is not structured in a table format… Read More »