[Docs+] Implementing Bulk Writes using Spring Boot for MongoDB#687
[Docs+] Implementing Bulk Writes using Spring Boot for MongoDB#687rachel-mack wants to merge 6 commits intomongodb:masterfrom
Conversation
✅ Deploy Preview for docs-java ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| Spring Data MongoDB | ||
| ~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| Spring Data MongoDB is the official Spring Data ODM for MongoDB. It allows you to |
There was a problem hiding this comment.
| Spring Data MongoDB is the official Spring Data ODM for MongoDB. It allows you to | |
| Spring Data MongoDB is the official Spring Data object document mapper (ODM) for MongoDB. It allows you to |
Also found this article by Alex Bevi about ODMs etc. Interestingly, he calls it a Java ORM; probably good to sync with him on our official terminology.
There was a problem hiding this comment.
Interestingly, that was the first Docs+ article I moved: https://www.mongodb.com/docs/drivers/odm/ The redirect hasn't been added yet.
They're the same thing, but in a MongoDB context, we should call them ODMs because we 👏 are 👏 not 👏 a 👏 relational 👏 database. But maybe I'll add ODM and ORM to the metadata for SEO.
| Dependency Injection | ||
| ~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| Dependency injection (DI) is a core principle of the Spring Framework. It |
There was a problem hiding this comment.
Q: worth explaining Spring Framework vs. Spring Boot? I'm new to both and had to look it up.
There was a problem hiding this comment.
Added a section above.
🔄 Deploy Preview for docs-java processing
|
|
Closing and will reopen against monorepo |
Original PR: mongodb/docs-java#687 # Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) JIRA - <https://jira.mongodb.org/browse/DOCSP-48901> Original post - https://www.mongodb.com/developer/languages/java/java-spring-bulk-writes/ ### Staging links - https://deploy-preview-13299--mongodb-java.netlify.app/docs/drivers/java/sync/upcoming/integrations/ - https://deploy-preview-13299--mongodb-java.netlify.app/docs/drivers/java/sync/upcoming/integrations/spring-data-integration/
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48901
Original post - https://www.mongodb.com/developer/languages/java/java-spring-bulk-writes/
Staging Links
Self-Review Checklist