Sergiy Shychynov (Sergei Shichinov) Kiev, Ukraine Flex/JavaScript blog (JavaScript, Flex, ActionScript, AS3, AIR) | http://www.linkedin.com/in/shichinov | http://shichinov.moikrug.ru

Wednesday, February 20, 2013

MongoDB books and links

MongoDB (from "humongous") is a document-oriented (JSON-style documents) NoSQL database written in C++ and using JavaScript for internal purposes. http://www.mongodb.org


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:

Followers