Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Mongo db creators have free online courses. M101 for language specific and M102 for DBAs. I had done both of them sometime back. And they would answer most of your queries.
True these courses are mongo specific, but still they cover a lot about NoSql and distributed databases, scaling up etc. Here's the link.
https://university.mongodb.com/cour...
Happy learning -
@gymmerDeveloper also this is related only to document specific storage i.e. document oriented nosql dbs. There are other types of nosql dbs which you'd need to search for. Just clarifying.
Related Rants
Can anyone recommend good resources for learning how to design NoSQL (document) data models?
I'm interested in stuff that talks about how to make the choices about distributing data across collections, etc.
When to have a single collection, when to split data across different collections, when to duplication data, etc,
question
no sql
resources
document
learning
data modelling