Skip to content

Contains the implementation of various mongo operations using Spring-Data-Mongo and Mongo Template.

License

Notifications You must be signed in to change notification settings

dhavalsimaria/mongo-operations

Repository files navigation

Mongo operations in Java

This repository contains Mongo operations in a Spring Boot project implemented using two approaches:

  • Mongo Repository
  • Mongo Template

-----------------------------------------------------

💻 Tech stack

  • Java 1.8.0_201

  • Spring Boot 2.5.6

  • MongoDB 5.0.3

  • Maven 3.6.1

-----------------------------------------------------

🔦 Scope of implementation

- CRUD operations ✔️   |   - BulkWrite operations ✔️   |   - Text Search ✔️   |   - Aggregation [WIP]   |   - Geospatial queries [WIP]   |   - schema validation [WIP]    

The implementation is aimed at helping people learning Mongo operations in Java using Spring Boot framework and hence the code structure is kept as simple as possible. Exception Handling, Unit tests, Integration tests, Swagger documentation, etc, are not yet implemented and will be added gradually.

-----------------------------------------------------

📚 References

About

Contains the implementation of various mongo operations using Spring-Data-Mongo and Mongo Template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published