Il Piccolo Libro di MongoDB è la traduzione autorizzata di The Little MongoDB Book di Karl Seguin. MongoDB è un database NoSQL open source, facilmente scalabile e ad alte prestazioni. Mantiene alcune similitudini coi database relazionali il che, a mio avviso, lo rende un'ottima scelta per chi si sta avvicinando al mondo NoSQL. Il Piccolo Libro è stato scritto proprio per questo tipo di lettore, ma soddisferà senz'altro anche l'esperto che vuole saperne di più su Mongo. Non lasciatevi ingannare da facilità d'uso e giovane età: MongoDB è in grado di soddisfare anche i palati più esigenti.
A good book that gives the bare basics, encouraging the reader to delve into specific chapters. For those who aren't too fond of reading a technical book, the author vaguely attempts at using funny/esoteric examples like unicorns and vampires to grab the reader's attention.
The book uses technical jargon. As an absolute newbie, I felt somewhat lost. Luckily, the author does briefly explains certain, terms, expecting the reader to understand. However, even some of these were poorly explained such as "Transaction". As someone not used to databases, all this jargon made me a little lost.
The book is catered for those transitioning from relational databases to non-relational databases, for people like the author. As an absolute newbie, it is not for me. Maybe learn a little more about databases before picking up this book.
A very much to-the-point book. Obviously it does not cover advanced topics in detail, such as Replication, Sharding, Indexing (Indexing is the same as for relational DBs) and of course it can't in this short and concise book (less than 30 pages). The author has a purpose in this book - to give you a head start to MongoDB, and he serves it in the best way. So one can get up and running with MongoDB in couple hours; and of course the companion interactive tutorial ( http://mongly.openmymind.net/tutorial... ) makes it even more easy and fun to learn. Had there been a half star, I would have given him 4.5 :) but now 4
A great example on how one can use few words to explain the most important parts of a system. In this small book you get to know the most fundamental parts of MongoDB. With a bit over 30 pages you don’t get to know the details, but with the big picture you know enough to go and read the more on the topics that interest you.
Inside book you can find some common questions related to MongoDB: - getting up and running basic CRUD operations - data modeling for MongoDB - when to use MongoDB - MongoDB MapReduce - performance and tools
A light and easy introduction to MongoDB. But what I really wanted was this. (That being said, it did help me get a few things straight w/r/t/ querying and updating prior to turning to that index.)
Short but as complete as required. It gives you an insight of all needed aspects of mongo you need in your first try. Less than35 pages which let you read it in an afternoon with a cup of coffee. Like the way I read :)
A quick intro to Mongodb. Would have loved a bit deeper discussion about the sharding, as well as a chapter on how to write scripts for the mongo shell. But overall quite nice.
Great book! Now the challenge for someone who has always used an RDBMS is to think in terms of documents and collections and embrace the "join-less" world.