MongoDB Scala Driver
On this page
- Introduction
- Get Started
- Connect to MongoDB
- Databases and Collections
- Read Data from MongoDB
- Write Data to MongoDB
- Configure Operations on Replica Sets
- What's New
- Optimize Queries by Using Indexes
- Transform Your Data with Aggregation
- Access Data From an Observable
- Secure Your Data
- Issues & Help
- What's New
- Upgrade Driver Versions
- Compatibility
- Developer Hub
Introduction
Welcome to the documentation site for the MongoDB Scala Driver, the official MongoDB driver for Scala applications.
Get Started
Learn how to install the driver, establish a connection to MongoDB, and begin working with data in the Get Started with the Scala Driver tutorial.
Connect to MongoDB
Learn how to create and configure a connection to a MongoDB deployment in the Connect to MongoDB section.
Databases and Collections
Learn how to use the Scala driver to work with MongoDB databases and collections in the Databases and Collections section.
Read Data from MongoDB
Learn how you can retrieve data from MongoDB in the Read Data from MongoDB section.
Write Data to MongoDB
Learn how you can write data to MongoDB in the Write Data to MongoDB section.
Configure Operations on Replica Sets
Learn how to configure read and write operations on a replica set in the Configure Operations on Replica Sets section.
What's New
For a list of new features and changes in each version, see the What's New section.
Optimize Queries by Using Indexes
Learn how to work with common types of indexes in the Optimize Queries by Using Indexes section.
Transform Your Data with Aggregation
Learn how to use the Scala driver to perform aggregation operations in the Transform Your Data with Aggregation section.
Access Data From an Observable
Learn how to access results from a read or write operation in the Access Data From an Observable section.
Secure Your Data
Learn how to authenticate your application and encrypt your data in the Secure Your Data section.
Issues & Help
Learn how to report bugs, contribute to the driver, and find more resources for asking questions and receiving help in the Issues & Help section.
What's New
For a list of new features and changes in each version, see the What's New section.
Upgrade Driver Versions
Learn what changes you must make to your application to upgrade driver versions in the Upgrade Driver Versions section.
Compatibility
To learn about the versions of the MongoDB Server and the C language that are compatible with each version of the Scala driver, see the Compatibility section.
Developer Hub
The Developer Hub provides tutorials and social engagement for developers.
To ask questions and engage in discussions with fellow developers who use the Scala driver, see the forums page.