Best of MongoDBDecember 2024

  1. 1
    Article
    Avatar of quastorQuastor Daily·1y

    The Architecture of Stripe's Document Database

    Stripe built DocDB, an internal document database service on top of MongoDB, to efficiently manage large-scale data operations. DocDB facilitates dynamic rebalancing of data shards, ensuring data consistency and operational control. Key features include handling petabytes of data, zero-downtime data migrations, and fine-grained data distribution control.

  2. 2
    Article
    Avatar of mongodb_officialMongoDB_Official·1y

    AWS Glue Visual ETL for Your Data in MongoDB Atlas

    Learn how to use AWS Glue's visual ETL capabilities to transfer data between MongoDB Atlas and AWS S3. AWS Glue Studio allows developers to create ETL pipelines without needing knowledge of Spark or SQL, facilitating seamless data transformation and integration with other AWS services. AWS S3 is utilized for scalable, durable, and cost-effective data storage, making it suitable for data lakes, warehousing, machine learning, media streaming, backup, and web hosting.

  3. 3
    Article
    Avatar of springSpring·1y

    Extending Spring Data Repositories Just Got Easier

    The 2024.1 release of Spring Data Repositories makes it easier to extend repositories with custom functionality, allowing for broad reusability across different projects. This post discusses using MongoDB’s Atlas vector search in a generic manner and streamlining the implementation through shared fragments. Specific examples demonstrate making repository components more generic and reusable without being tightly coupled to a single domain type.