BlogAnnounced at MongoDB.local NYC 2024: A recap of all announcements and updatesLearn moreΒ >>
MongoDB Developer
MongoDB Developer Centerchevron-right
Developer Topicschevron-right
FastAPI

FastApi

plus Follow
Sign in to follow topics

Featured

Article

8Β Best Practices for Building FastAPI and MongoDB Applications

FastAPI seamlessly integrates with MongoDB through the Motor library, enabling asynchronous database interactions....
MongoDB thumbnail image
FastApiMongoDBPython

Apr 23, 2024 | 8 min read
Mark Smith
Video

Going FARMing with Python & FastAPI!

MongoDB thumbnail image
Play Button

Mar 27, 2024 | 61 min
Video

Going Async with Python!

MongoDB thumbnail image
Play Button

Mar 27, 2024 | 60 min
All FastApi Content
search
  • Latest
  • Highest Rated
Article

8Β Best Practices for Building FastAPI and MongoDB Applications

FastAPI seamlessly integrates with MongoDB through the Motor library, enabling asynchronous database interactions....
MongoDB thumbnail image

Apr 23, 2024
Mark Smith
Tutorial

Adding Authentication to Your FARM Stack App

Adding Authentication to a FARM stack application...
MongoDB thumbnail image

Apr 02, 2024
Aaron Bassett (+1)
Article

Introducing FARM Stack - FastAPI, React, and MongoDB

Introducing FARM Stack - FastAPI, React, and MongoDB...
MongoDB thumbnail image

Apr 02, 2024
Aaron Bassett
Video

Going FARMing with Python & FastAPI!

βœ… Sign-up for a free cluster at β†’ https://mdb.link/65jdbqw8XHE-register βœ… Get help on our Community Forums β†’ https://mdb.link/65jdbqw8XHE-forums - Every week you can watch Mark as he builds out a Data Access Layer in Python. The experimental docbridge library is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. There are quite a few features in the docbridge library now! Let's build something with it, demonstrating some of the data modeling patterns it helps to abstract, and we can talk about how well it works with FastAPI and maybe some changes to make it even better. πŸ“š RESOURCES πŸ“š Best Practices for FastAPI & MongoDB β†’ https://mdb.link/best-practices-fastapi-65jdbqw8XHE Six Principles of Resilient Evolvability β†’ https://mdb.link/65jdbqw8XHE-blog Building with Patterns β†’ https://mdb.link/65jdbqw8XHE-patterns Docbridge GitHub Repo β†’ https://github.com/mongodb-developer/docbridge πŸ’¬ Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ ------ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe...
MongoDB thumbnail image
Play Button

Mar 27, 2024
Video

Going Async with Python!

βœ… Sign-up for a free cluster at - https://mdb.link/0_mMQrP9RCM-register βœ… Get help on our Community Forums - https://mdb.link/0_mMQrP9RCM-community - Every week you can watch Mark as he builds out a Data Access Layer in Python. The experimental docbridge library is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. Docbridge was built using PyMongo, but now I want to use it with FastAPI, so it needs to be ported or adapted to work as an async library. We'll go deep into the complexities of async libraries and generators, and talk about good practices for updating the data in your MongoDB database. - πŸ“š RESOURCES πŸ“š βœ… Six Principles of Resilient Evolvability - https://mdb.link/0_mMQrP9RCM-principles βœ… Building with Patterns - https://mdb.link/0_mMQrP9RCM-summary βœ… Docbridge GitHub Repo - https://github.com/mongodb-developer/docbridge ------ Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ βœ… Subscribe to our channel - https://mdb.link/subscribe...
MongoDB thumbnail image
Play Button

Mar 27, 2024
Quickstart

Getting Started with MongoDB and FastAPI

Getting started with MongoDB and FastAPI...
MongoDB thumbnail image

Mar 11, 2024
Aaron Bassett (+1)
Video

Code With Mark: Let's go FARMing!

βœ… Sign-up for a free cluster at β†’ https://mdb.link/_hmOnVurboQ-register βœ… Get help on our Community Forums β†’ https://mdb.link/_hmOnVurboQ-forums - Every week you can watch Mark as he builds out a Data Access Layer in Python. This library, called docbridge, is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. FastAPI is becoming a go-to framework for Python developers building APIs and applications with MongoDB. I've built a blocking data access library, but FastAPI is built on asyncio! That means that the code needs to be rewritten to work as both blocking and async. Let's go deep under the covers of coroutines and asynchronous iterators, and find out what's going on! - RESOURCES βœ… Full Stack FastAPI App Generator β†’ https://mdb.link/_hmOnVurboQ-generator βœ… The Six Principles for Building Flexible Data Applications β†’ https://mdb.link/_hmOnVurboQ-principles βœ… Building with Patterns β†’ https://mdb.link/_hmOnVurboQ-patterns βœ… Docbridge GitHub Repo β†’ https://mdb.link/_hmOnVurboQ-docbridge Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ ------ βœ… Subscribe to our channel β†’ https://mdb.link/subscribe...
MongoDB thumbnail image
Play Button

Mar 08, 2024
Code Example
FULL APPLICATION

Simple CRUD operations with Python and MongoDB

Get started with Python and MongoDB easily with example code in Github...
MongoDB thumbnail image

Jun 09, 2023
Video

Introducing the FARM Stack - FastAPI, React, & MongoDB

Learn how to create highly performant, asynchronous, modern, web applications in Python with MongoDB. In this tutorial, we'll cover the complete FARM stack; create a FastAPI server, persist and fetch data asynchronously from MongoDB Atlas, and finally render it in the browser with React. Experience performance on-par or better than a MERN stack, but without switching all your development from Python to Node.js. 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...
MongoDB thumbnail image
Play Button

Jul 14, 2021