CHAPTER 10

image

Using Spring Data with MongoDB

Spring Data is designed for new data access technologies such as non-relational databases. MongoDB is a non-relational NoSQL database with benefits such as scalability, flexibility, and high performance. The Spring Data MongoDB project adds Spring Data functionality to the MongoDB server. This chapter explains how to use the Spring Data MongoDB project to access MongoDB and perform CRUD operations on the database in Eclipse. We shall use Maven as the build automation tool. The chapter includes the following topics:

  • Setting up the environment
  • Creating a Maven project
  • Installing Spring Data MongoDB
  • Configuring ...

Get Pro MongoDB™ Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.