
WiKi of MongoDB: http://en.wikipedia.org/wiki/MongoDB
Read more about NoSQL: http://en.wikipedia.org/wiki/NoSQL
Russian translations: http://jsman.ru
Interesting site: http://learnmongo.com
Permanent online courses from 10gen: https://education.10gen.com/courses
There are courses for developers and for DBAs.
Course M101P go over basic installation, JSON, schema design, querying, insertion of data, indexing and working with language drivers. We will also cover working in sharded and replicated environments. In the course, you will build a blogging platform, backed by MongoDB. Despite code examples are given in Python, it is extremely useful for javascript developers too. But brief Python introduction is included in the course.
You can read feedback on that course http://habrahabr.ru/post/162603
Имеется частично русифицированная документация http://ru.wiki.mongodb.org/display/DOCS/Home
Маленькая книга о MongoDB от Karl Seguin: http://jsman.ru/mongo-book/index.html
The Little MongoDB Book, Karl Seguin: https://github.com/jsmarkus/the-little-mongodb-book
Интересный цикл статей "Архитектура MongoDb" http://www.hi-lo.ru/article/mongodb-architecture-1 Original english version of "MongoDb Architecture" http://horicky.blogspot.com/2012/04/mongodb-architecture.html
MongoDB в действии - Кайл Бэнкер, издательство Manning, декабрь 2011
MongoDB in Action - Kyle Banker http://www.manning.com/banker/
Перед покупкой можно ознакомиться тут или тут, коды тут.
50 Tips and Tricks for MongoDB Developers by Kristina Chodorow 2011 here
MongoDB: The Definitive Guide by Kristina Chodorow and Michael Dirolf 2010 there
MongoDB:
- can be used by clients written in Javascript;
- uses Javascript internally server-side for certain options such as map/reduce;
- has a shell that is based on Javascript for administrative purposes;
- officially supports JavaScript based Node.js server
- has drivers for C, C++, C#, Ruby, Python, PHP, Perl, Java, JavaScript, Node.js, Erlang... ;