mongodb - How to design a schema for a Mongo DB database -


i beginner in mongodb , wish learn more. @ point know how perform crud operations in both mongo shell , using java drivers. next me how design.

i have taken 'mongodb java developers' course, gave me basic idea how indexes work, sharding & when use sharding etc.

but wish learn designing database schema in mongodb.

i have read documentation on official mongo site. couldn't understand of things.

can point me in right direction? appreciated

thanks


Comments