I am new to using mongo db - and trying to learn mongo template and db object and see how to do update and insert without writing the model classes for every documents.
I will have a lot documents to update [ multiple collections also]. I will get my input as JSON - and want to write service which can parse the json and do inserts and updates.
Can anyone please point me to some good links which i can read about this ?
Thanks much,