blob: 55e6e3d1671d2435314f955e8fb4759d41f696a2 [file] [log] [blame]
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).
MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database.
This project aims to provide an object-mapping layer on top of Mongo to ease common activities such as:
* Marshalling from Mongo to Groovy/Java types and back again
* Support for GORM dynamic finders, criteria and named queries
* Session-managed transactions
* Validating domain instances backed by the Mongo datastore