-
Notifications
You must be signed in to change notification settings - Fork 43
[Docs+] Implementing Bulk Writes using Spring Boot for MongoDB #687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a section above.
🔄 Deploy Preview for docs-java processing
|
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