Меню
Книга

Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement

Автор: Eric Redmond
Для новичков
Язык: Английский

Книга познакомит вас с семью базами: Redis, Neo4J, CouchDB, MongoDB, HBase, Riak and Postgres. Обратите внимание: для полноценного освоения вам потребуется *nix shell и Java/Ruby.

Цитируем:

«To get the most of of this book you'll have to follow along, and that means you'll need a *nix shell (Mac OSX or Linux preferred, Windows users will need Cygwin), and Java 6 (or greater) and Ruby 1.8.7 (or greater). Each chapter will list the downloads required for that database».

Отзывы о материале

Usually when I read technical books I feel one of the following: A. Puzzled that such a book was made since doing a google search is far faster and easier. B. Recognize that while the book likely makes some great points, the writing only is understandable if you already deeply understand the subject. C. This must be one of those "guide for idiots" books since reading the book only shows some simple basics you would have figured if you just sat down and used the thing for 5 minutes. But every once in awhile there is a book that is easy to read, doesn't treat me like an idiot, and actually explains the why and just not the what of the subject matter. When I come across such books, I carry them around, tell friends about them, and frequently re-read the relevant parts when I am coding up something that makes use of the subject matter. This is one of those books.