Spring Data and MongoDB integration
MongoDB is a document-oriented NoSQL database written in C++ that stores data in JSON-like (BSON) documents into dynamic schemas. MongoDB is emerging as one of the leaders in the document-oriented NoSQL space. Spring Data is one of the latest offerings from the Spring Source Community, and is focused on improving …