MongoDB with Async Python Transcripts
Chapter: Deployment
Lecture: Hosting Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
So you built your app, it's working great on your local machine. Now you want to share it with the world.
0:09
If it's a web app, that means deploying it to a server where it's going to be also talking to a production MongoDB database or database cluster,
0:20
depending on how you set this up. In this chapter, we're going to talk about actually working through the steps to deploy
0:28
and connect to a cloud-based MongoDB. We're gonna go to a cloud provider and we're gonna set up a virtual machine,
0:36
one for the database and one for the web app. We're gonna take a simplified view and not really worry too much
0:43
about the web app deployment side of things. It's outside the scope. But we're gonna simulate a web app
0:48
talking to our MongoDB in a safe and secure way. So I think it's gonna be really valuable. I'll also show you some no effort cloud hosting options
1:01
that you might actually choose instead. We'll talk about those trade-offs. But in this chapter, we're gonna see how you run
1:07
and maintain and manage a production level MongoDB database. MongoDB database.