Skip to content

[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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rachel-mack
Copy link
Contributor

@rachel-mack rachel-mack commented May 20, 2025

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

  • integrations/spring-data-integration
  • integrations
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented May 20, 2025

    Deploy Preview for docs-java ready!

    Name Link
    🔨 Latest commit 480e89c
    🔍 Latest deploy log https://app.netlify.com/projects/docs-java/deploys/686abea5d35e6f0008ce9e01
    😎 Deploy Preview https://deploy-preview-687--docs-java.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    @rachel-mack rachel-mack marked this pull request as ready for review June 13, 2025 17:53
    @rachel-mack rachel-mack requested a review from a team as a code owner June 13, 2025 17:53
    @rachel-mack rachel-mack requested review from vbabanin and removed request for a team June 13, 2025 17:53
    Spring Data MongoDB
    ~~~~~~~~~~~~~~~~~~~

    Spring Data MongoDB is the official Spring Data ODM for MongoDB. It allows you to
    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggested change
    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.

    Copy link
    Contributor Author

    @rachel-mack rachel-mack Jul 3, 2025

    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
    Copy link
    Contributor

    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.

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Added a section above.

    @rachel-mack rachel-mack requested a review from mongoKart July 6, 2025 18:21
    @docs-builder-bot
    Copy link

    🔄 Deploy Preview for docs-java processing

    Item Details
    🔨 Latest Commit 213f778ab4532aada71a069129f2fbaed78f7b60
    😎 Deploy Preview https://deploy-preview-687--docs-java.netlify.app
    🔍 Build Logs View Logs

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants