Michael Kennedy
Michael Kennedy
Ah, thanks Steve! Much appreciated. :)
Thanks. I am a fan of alembic too. Certainly, consider it as an option. Of course, if you did a PR I'd likely roll it in.
I can't do it myself now but maybe later?
Thanks @rustanacexd I'll see what I can do. I'll kick this down the road for a few weeks then reconsider if I have time to add it!
Hi, There are lots of trade offs and considerations when thinking MongoDB (document db in general) vs. relational. But to me it comes down to two things. 1. The MongoDB...
Thanks @josh-thurston ! Remind me about the details of the change you're after there? Also, why `object` rather than `Optional[str]` (which is also an improvement on `str`): ``` ... mimetype:...
Hi @lmr2391 this is covered in depth in the deployment section. I think there is another part (performance?) where it's covered. But yeah, doing it sooner is a good idea....
Hi @thomasoflight, thanks for the feedback. I'll definitely add a video on restoring the DB but it will be a few weeks until I can get to it. However, your...
Sorry for the difficulty. I added this as an issue and I'll add a video for folks earlier in the course. Doesn't help you much, but pays it forward. You're...
Hey, that's interesting. Can you add the whole DB that way or just collection by collection? Because with mongorestore you can restore a DB with 20 collections in one shot....