Explore Developer Center's New Chatbot! MongoDB AI Chatbot can be accessed at the top of your navigation to answer all your MongoDB questions.

Join us at AWS re:Invent 2024! Learn how to use MongoDB for AI use cases.
MongoDB Developer
Java
plus
Sign in to follow topics
MongoDB Developer Centerchevron-right
Developer Topicschevron-right
Languageschevron-right

Videos

A high-level, class-based, object-oriented programming language. With Java Virtual Machine (JVM) Java applications are called WORA (Write Once Run Anywhere).

All Java Videos
All Videos
search
  • Latest
  • Highest Rated
Video

Getting Started with Atlas Search and Java

βœ… Create your free Atlas cluster - https://mdb.link/qBpERzqej6o-free βœ… Load Sample data - https://mdb.link/qBpERzqej6o-sample βœ… Concepts of Atlas Search - https://mdb.link/qBpERzqej6o-concepts βœ… Blog link - https://mdb.link/qBpERzqej6o-blog - This video will help you understand the concepts of Atlas Search and create Atlas Search indexes using different methods. It includes creating Atlas Search indexes using Atlas UI, Atlas CLI, and the Spring Boot application.
MongoDB thumbnail image
Play Button
MongoDBJava

Sep 03, 2024
Video

Testing Java Applications with MongoDB Using TestContainers.

βœ… Register for free tier Atlas β†’ https://mdb.link/z8qC1lwIIUA-register βœ… Load sample Data β†’ https://mdb.link/z8qC1lwIIUA-doc βœ… Link to article β†’ https://mdb.link/z8qC1lwIIUA-article - This video will help you understand the usage of testcontainers in a Java application. This video also covers the use of testcontainers while writing integration testing for Spring Boot applications. - βœ… Learn more about testcontainers β†’ https://testcontainers.com/ βœ… GitHubRepo Testcontainers with Vanilla Java β†’ https://github.com/mongodb-developer/testcontainers-with-mongodb-and-java βœ… Testcontainers with SpringBoot applications β†’ https://github.com/mongodb-developer/spring-boot-mongodb-aggregations
MongoDB thumbnail image
Play Button

Aug 26, 2024
Video

Sharding and Spring Data MongoDB: Scale Your Data

βœ… Sign-up for a free cluster at β†’ https://mongodb.prakticum-team.ru/cloud/atlas/register βœ… Get help on our Community Forums β†’ https://mongodb.prakticum-team.ru/community/forums/ βœ… https://mdb.link/gQlBGappBgk-tutorial" target="_blank" rel="noreferrer">https://mdb.link/gQlBGappBgk-tutorial βœ… https://mdb.link/gQlBGappBgk-download" target="_blank" rel="noreferrer">https://mdb.link/gQlBGappBgk-download βœ… https://start.spring.io/" target="_blank" rel="noreferrer">https://start.spring.io/ In this MongoDB video, we'll explore the intricacies of sharding in MongoDB and how it can be integrated with a Spring application using Spring Data MongoDB. We'll delve into the setup of a sharded cluster, the selection of a shard key, and the configuration necessary to distribute data across multiple servers. This tutorial is perfect for developers looking to scale their MongoDB databases horizontally and improve their application's performance and scalability. πŸ“š RESOURCES πŸ“š https://mdb.link/gQlBGappBgk-tutorial" target="_blank" rel="noreferrer">https://mdb.link/gQlBGappBgk-tutorial https://mdb.link/gQlBGappBgk-download" target="_blank" rel="noreferrer">https://mdb.link/gQlBGappBgk-download https://start.spring.io/" target="_blank" rel="noreferrer">https://start.spring.io/ ⏱️ Timestamps ⏱️ Introduction to Sharding [00:00:00 - 00:01:24] Brief Description: The chapter introduces the concept of sharding in databases, explaining its importance for distributing data across multiple servers. It also outlines the prerequisites for the tutorial, including Java, Maven, and a Spring Boot project setup. Setting Up the Cluster [00:01:24 - 00:02:48] Brief Description: This section guides the viewer through the process of creating a new cluster, detailing the necessary configurations for sharding, such as selecting an M30 cluster tier and the number of shards. Preparing the Environment [00:02:48 - 00:04:12] Brief Description: The chapter focuses on preparing the development environment, including loading sample data into the database, connecting to the MongoDB shell, and the initial steps to shard a collection. Sharding the Collection [00:04:12 - 00:05:36] Brief Description: The viewer is walked through the process of sharding a collection using the MongoDB shell, with an emphasis on choosing a shard key and understanding best practices for key selection. Integrating Sharding with Spring Data [00:05:36 - 00:07:00] Brief Description: This chapter discusses how to integrate sharding into a Spring Data application, highlighting the importance of the @ShardKey annotation in the model and its role in query optimization and schema evolution. Finalizing and Testing [00:07:00 - 00:08:31] Brief Description: The final chapter wraps up the tutorial by showing how to verify the sharding setup and discussing the final steps to query a sharded database within a Spring Data application. It concludes with an invitation to engage with the MongoDB community. ------ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Aug 15, 2024
Video

Connection to MongoDB With Java And SOCKS5 Proxy #nosqldatabase #programming #mongodb

MongoDB thumbnail image
Play Button

May 22, 2024
Video

Connection to MongoDB With Java And SOCKS5 Proxy

βœ… Sign-up for a free cluster at β†’ https://mdb.link/CR-ehe3uwCw-register βœ… Get help on our Community Forums β†’ https://mdb.link/CR-ehe3uwCw-forums In this video, you’ll learn how to connect to a MongoDB cluster through a SOCKS5 proxy in Java. RESOURCES Connection to MongoDB With Java And SOCKS5 Proxy β†’ https://mdb.link/CR-ehe3uwCw-article Connect with Maxime: Twitter: https://twitter.com/mbeugnet LinkedIn: https://www.linkedin.com/in/maximebeugnet/ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe #MongoDB #Security #Java
MongoDB thumbnail image
Play Button

May 20, 2024
Video

Azure Kubernetes Services for Java Spring Boot Microservices

βœ… Sign-up for a free cluster at β†’ https://mdb.link/LSrNCVBUI0k-register βœ… Get help on our Community Forums β†’ https://mdb.link/LSrNCVBUI0k-forums βœ… Written content β†’ - Microservices are an architectural approach that promotes the division of applications into smaller, loosely coupled services. In this tutorial, we will deploy a simple Java Spring Boot microservice application, hosted on the Azure Kubernetes Service, all backed up by our MongoDB database. - Are you ready to start building with Atlas on Azure? βœ… Get started for free today with MongoDB Atlas on Azure Marketplace: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/mongodb.mongodb_atlas_self_serve_prod_2022 βœ… Check out the written tutorial: https://mongodb.prakticum-team.ru/developer/languages/java/azure-kubernetes-services-java-microservices/ βœ… MongoDB Atlas: https://mongodb.prakticum-team.ru/cloud/atlas/register βœ… Get Microsoft Azure: https://trymongodb.com/46MPRxL πŸ“š Resources πŸ“š βœ… Kubernetes Documentation: https://kubernetes.io/docs/concepts/overview/working-with-objects/
MongoDB thumbnail image
Play Button

May 17, 2024
Video

Microservices Architecture With Java, Spring, and MongoDB #programming #nosqldatabase #coding

MongoDB thumbnail image
Play Button

May 15, 2024
Video

How do I Build a Search Service for an App in Java with MongoDB?

βœ… Sign-up for a free cluster at β†’ https://mdb.link/XDW_uOtPCOE-atlas βœ… Get help on our Community Forums β†’ https://mdb.link/XDW_uOtPCOE-forums πŸ”— Resources πŸ”— βœ… Blog Article - https://mdb.link/XDW_uOtPCOE-read βœ… Using Atlas Search from Java β†’ https://mdb.link/XDW_uOtPCOE-article βœ… Get Started with Atlas Search β†’ https://mdb.link/XDW_uOtPCOE-start ------ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

May 15, 2024
Video

Microservices Architecture With Java, Spring, and MongoDB

βœ… Sign-up for a free cluster at β†’ https://mdb.link/LSrNCVBUI0k-register βœ… Get help on our Community Forums β†’ https://mdb.link/LSrNCVBUI0k-forums In this video, you’ll learn the basics of microservices architecture with Java, Spring and MongoDB. πŸ“š RESOURCES πŸ“š βœ… Microservices Architecture With Java, Spring, and MongoDB β†’ https://mdb.link/LSrNCVBUI0k-article βœ… GitHub Repository β†’ https://github.com/mongodb-developer/microservices-architecture-mongodb βœ… GitHub Repository β†’ https://github.com/mongodb-developer/microservices-architecture-mongodb-config-repo πŸ’¬ Connect with Maxime: Twitter: https://twitter.com/mbeugnet LinkedIn: https://www.linkedin.com/in/maximebeugnet/ ------ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe #MongoDB #Microservices #java
MongoDB thumbnail image
Play Button

May 14, 2024
Video

Virtual Threads, Reactive Programming, and MongoDB Versus Blocking I/O operations #java #springboot

MongoDB thumbnail image
Play Button

May 13, 2024