Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sisoudev/restfulmongo
https://github.com/sisoudev/restfulmongo
java java8 maven mongodb spring-boot
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sisoudev/restfulmongo
- Owner: SisouDev
- Created: 2023-10-22T18:13:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T18:37:33.000Z (about 1 year ago)
- Last Synced: 2024-09-30T13:01:41.407Z (about 1 month ago)
- Topics: java, java8, maven, mongodb, spring-boot
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project README
General Description:
This project focuses on building a database system that explores the differences between the document-oriented and relational paradigms. The primary objectives include implementing CRUD operations, making design decisions for a document-oriented database, establishing associations between objects, and performing queries using Spring Data and MongoRepository.
The project is designed to showcase the versatility and capabilities of a document-oriented database system, specifically MongoDB, and its integration with Spring Data for effective data management and retrieval.
Developers will work with a sample database of users and posts, implementing features such as user profile management, post creation, and comments on posts. The project provides a practical demonstration of how to work with a NoSQL database for a variety of use cases.
Users of this project can explore and learn about the key features and benefits of document-oriented databases and understand the scenarios where they outperform traditional relational databases.
Feel free to explore the source code and documentation to gain insights into the design and implementation of this project.