mongoDB - Scalable Document Oriented Database
MongoDB (from “humongous”) is a scalable, high-performance, open source, document-oriented database written in C++. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality).
Features
- Document-oriented storage
- Replication & High Availability
- Auto-Sharding
- Querying, Rich, document-based queries.
- Fast In-Place Updates
- Map/Reduce
- GridFS
- and more..
Requirements: -
Demo: http://www.mongodb.org/#
License: Creative Commons License