Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/ / /
Kotlin Sync Driver

Get Started with the Kotlin Sync Driver

You can use the Kotlin Sync driver to connect to and communicate with MongoDB. This guide shows you how to create an application that uses the Kotlin Sync driver to connect to a MongoDB cluster hosted on MongoDB Atlas and interact with data.

Tip

MongoDB Atlas is a fully managed cloud database service that hosts your MongoDB deployments. You can create your own free (no credit card required) MongoDB Atlas deployment by following the steps in this guide.

Follow this guide to connect a sample Kotlin application to a MongoDB Atlas deployment. If you prefer to connect to MongoDB using a different driver or programming language, see the list of official MongoDB drivers.

Back

Overview

On this page