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

Thursday, January 17, 2013

Recommended books and links for MongoDB learners (including Russian)

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

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
Permanent online courses from 10gen
https://education.10gen.com/courses

Имеется частично русифицированная документация
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 в действии - Кайл Бэнкер, издательство Manning, декабрь 2011
MongoDB in Action - Kyle Banker http://www.manning.com/banker/
Перед покупкой можно ознакомиться тут .

No comments:

Followers