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

Learn why MongoDB was selected as a leader in the 2024 Gartner® Magic Quadrant™
MongoDB Developer
MongoDB Developer Center
chevron-right
Developer Topics
chevron-right

Quarkus

plus Follow
Sign in to follow topics
Quarkus is an open-source, Kubernetes-native Java framework designed for developing cloud-native applications. It optimizes Java for serverless and microservices architectures, offering fast startup times and low memory footprint. Quarkus supports various programming models, including reactive and imperative, and integrates seamlessly with popular Java libraries and frameworks.

Featured

Video

Building a Semantic Search Application with MongoDB and Quarkus using Vector Search

✅ Try MongoDB 8.0 → https://mdb.link/91SzYGDmFoI ✅ Sign-up for a free cluster → https://mdb.link/91SzYGDmFoI-try ✅ Article link → https://mdb.link/91SzYGDmFoI-read - Discover how to harness the power of MongoDB's vector search capability to build a semantic search application using the Quarkus framework. In this comprehensive tutorial, we'll guide you step-by-step from understanding vector search fundamentals to implementing a functional Java application. Learn how to use Gemini AI for vector embeddings, create optimized queries, and set up your MongoDB Atlas cluster for seamless integration. Whether you're new to vector search or looking to enhance your generative AI applications, this video provides all the tools you need to get started. - 📚 Git repo: https://github.com/mongodb-developer/mongodb-vector-search-with-quarkus Resources: 📚 Vector Embeddings: https://mdb.link/91SzYGDmFoI-models 📚 Gemini AI: https://ai.google.dev/api?lang=python https://ai.google.dev/gemini-api/docs/api-key Similarity values: 📚 Euclidean: https://en.wikipedia.org/wiki/Euclidean_distance 📚 Cosine: https://en.wikipedia.org/wiki/Cosine_similarity 📚 Dot Product: https://en.wikipedia.org/wiki/Dot_product...
QuarkusMongoDBVector Search

Jan 21, 2025 | 30 min
Quickstart

Building Quarkus Application with MongoDB and Panache

java logo

Dec 03, 2024 | 5 min read
Article

Building a Quarkus Application to Perform MongoDB Vector Search

MongoDB thumbnail image

Oct 07, 2024 | 9 min read
All Quarkus Content
search
  • Latestcheck
  • Highest Rated
Video

Building a Semantic Search Application with MongoDB and Quarkus using Vector Search

✅ Try MongoDB 8.0 → https://mdb.link/91SzYGDmFoI ✅ Sign-up for a free cluster → https://mdb.link/91SzYGDmFoI-try ✅ Article link → https://mdb.link/91SzYGDmFoI-read - Discover how to harness the power of MongoDB's vector search capability to build a semantic search application using the Quarkus framework. In this comprehensive tutorial, we'll guide you step-by-step from understanding vector search fundamentals to implementing a functional Java application. Learn how to use Gemini AI for vector embeddings, create optimized queries, and set up your MongoDB Atlas cluster for seamless integration. Whether you're new to vector search or looking to enhance your generative AI applications, this video provides all the tools you need to get started. - 📚 Git repo: https://github.com/mongodb-developer/mongodb-vector-search-with-quarkus Resources: 📚 Vector Embeddings: https://mdb.link/91SzYGDmFoI-models 📚 Gemini AI: https://ai.google.dev/api?lang=python https://ai.google.dev/gemini-api/docs/api-key Similarity values: 📚 Euclidean: https://en.wikipedia.org/wiki/Euclidean_distance 📚 Cosine: https://en.wikipedia.org/wiki/Cosine_similarity 📚 Dot Product: https://en.wikipedia.org/wiki/Dot_product
MongoDB thumbnail image
Play Button

Jan 21, 2025
Quickstart

Building Quarkus Application with MongoDB and Panache

In this tutorial, we will learn about building a Quarkus application with Panache and MongoDB. Panache is a Quarkus-specific library that simplifies the development of your Hibernate-based persistence layer.
java logo

Dec 03, 2024
Aasawari Sahasrabuddhe
Article

Building a Quarkus Application to Perform MongoDB Vector Search

This article explores building a Quarkus application using MongoDB's vector search for smarter, context-aware search results. We'll cover generating embeddings with Gemini AI and creating a vector index in MongoDB. Learn how to enhance your application's search capabilities with this modern approach.
MongoDB thumbnail image

Oct 07, 2024
Aasawari Sahasrabuddhe
Quickstart

How to Build a CRUD Application With MongoDB, Quarkus, and GraalVM

Explore the seamless integration of Quarkus, GraalVM, and MongoDB for lightning-fast CRUD RESTful APIs. Harness Quarkus' rapid startup time and Kubernetes compatibility for streamlined deployment.
MongoDB thumbnail image

Aug 29, 2024
Maxime Beugnet
Tutorial

Introduction to Data Pagination With Quarkus and MongoDB: A Comprehensive Tutorial

In this blog post, you'll learn how to create a RESTful API with Quarkus that supports MongoDB queries with pagination.
MongoDB thumbnail image

Apr 25, 2024
Otavio Santana
Tutorial

Create a Java REST API with Quarkus and Eclipse JNoSQL for MongoDB

Learn to create a REST API with Quarkus and Eclipse JNoSQL for MongoDB
MongoDB thumbnail image

Jan 30, 2024
Otavio Santana