MongoDB: From Installation to Implementation

Part 5 in an introduction to using — and making the most of — MongoDB

Mike Wolfe
Towards Data Science
7 min readMar 6, 2021

--

Photo by Markus Spiske on Unsplash

Previously on MongoDB

In part four, we set up both Insert and Delete endpoints for our MongoDB collections. We did this using a combination of pymongo and pydantic. After connecting to the database, we used the FastAPI endpoints to…

--

--