[08:24:11] <wfq> I am about learning MongoDB and would like to ask if someone could point me to a sort of complete tutorial that covers MongoDb enough to grasp the idea of what is and use it in production. I'm not interested in replicas or whatsoever. I've seen a few courses but they are endless videos. I'd rather get the idea in 2/3 days
[08:24:44] <wfq> Derick, am fine thanks. Trying to get my hands dirty with Mongodb... finally
[08:25:35] <wfq> I have a lot of experience using Relational DBMs. I have read and a sort of know what the differences are. However I really want to start playing with it.
[08:25:49] <Derick> you're best way of learning is by doing it...
[08:25:57] <Derick> which language will you be using to talk to MongoDB?
[08:27:22] <wfq> Derick, sure. I don't mind and actually prefer reading a bit first. It is my way of learning. However as you rightly point out I'd like to play with it too
[08:31:58] <Derick> https://realpython.com/introduction-to-mongodb-and-python/ and http://api.mongodb.com/python/current/tutorial.html seem to teach you how to use Python with MongoDB - but not really a data model to use. I would definitely read https://docs.mongodb.com/manual/data-modeling/ and all sub-sections
[08:32:19] <Derick> and probably about indexes too: https://docs.mongodb.com/manual/indexes/