Hi Chintan,
Spring Data chapter of the book covers using Spring Data MongoDB project for interacting with a MongoDB database. Spring Data consists of multiple projects targeting different types of data stores. For instance, you can use Spring Data Redis for interacting with Redis, Spring Data DynamoDB for interacting with DynamoDB, and so on. You can find the supported NoSQL data stores on the
home page of Spring Data project.
regards,
ashish