Document Store
Each document is usuall a JSON data structure. Mo explicit schema, but there is implicit schema when we retrive data we know (or expect) certain fields with certain data-types to be in every document.
- MongoDB (10gen/MongoDB)
- CouchDB (Apache)
- RavenDB (Hibernating Rhinos)
- Elasticsearch (Elasticsearch)
- RethinkDB (RethinkDB)