MongoDB with Async Python Transcripts
Chapter: Beanie Quickstart
Lecture: Beanie Quickstart Intro
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
With all the foundations and building blocks in place, it's time to dive into Beanie. We're going to create basically Pydantic-based classes
0:12
that model documents in MongoDB. We're gonna connect to MongoDB and we're going to write queries, insert and update data in a real simple use case.
0:22
So in this first chapter where we explore Beanie, it's going to be kind of a quick start, just standalone simple application.
0:30
Later, we're gonna go, after we talk about modeling, we're gonna model the PyPI data and start building more realistic,
0:38
larger data types of applications. This one, Beanie Quick Start. Let's get going, quick.