| 
            Spring Data for MongoDB is part of the umbrella Spring Data project which aims to provide a familiar and consistent Spring-based programming model for new datastores while retaining store-specific features and capabilities.
            The Spring Data MongoDB project provides integration with the MongoDB document database.
            Key functional areas of Spring Data MongoDB are a POJO centric model for interacting with a MongoDB collection, DBCollection, and easily writing a Repository style data access layer.
            This month, we will review a small hello example.
		 |