September 2018
Intermediate to advanced
412 pages
11h 12m
English
Document stores—also known as document-oriented database systems—have a non-uniform, often nested, record structure. Their columns can contain more than one value, while value types in individual columns can vary from record to record.
In addition, document stores often use internal JSON notations that can be processed directly in applications.
Examples of document stores are MongoDB, Amazon DynamoDB, Couchbase, CouchDB, and MarkLogic.