Slide 8
Slide 8 text
Document Store
Data stored as whole
documents.
JSON & XML are popular
formats
Maps well to an Object
Orientated programming
model
Example: CouchDB (
http://couchdb.apache.org
/) or …
{
“id”: “123”,
“name”: “Oliver Clothesoff”,
“dob”: {
“year”: 1985,
“month”: 5,
“day”: 12
}
}