Getting Started with MongoDB and Rust



Getting Started with MongoDB and Rust

Getting Started with MongoDB and Rust

MongoDB released their first driver for Rust back in 2013. Since then regular driver updates have been released, supporting new database features and adding improvements. Last year, the driver was rewritten, adding support for Tokio & Async-Std, and is now officially supported. So maybe it’s time to give it a try!

I’ll cover:

The status of the mongodb & bson crates.

How to build and work with bson in Rust.

Some common operations, including CRUD operations and using the aggregation framework.

How to effectively use the document model with rust’s static types (and serde!).

Future plans for the MongoDB Rust driver.

And I’ll show how to use the Rust driver to make use of these features, and cover the areas the Rust driver does not yet support.

You’ll leave the talk with a good idea of how to integrate MongoDB with their next project, and why they might want to!

Subscribe to MongoDB ►►► https://bit.ly/3bpg1Z1

Connect with MongoDB:
Website: https://bit.ly/2LjtNBZ
Twitter: https://bit.ly/3fH87gR
Facebook: https://bit.ly/3fEaIsd
Linkedin: https://bit.ly/2SY9w90
Instagram: https://bit.ly/3bn9bDv
Community Forums: https://bit.ly/2I8VCi5
TikTok: https://bit.ly/3fHoqdJ

Comments are closed.