MongoDB: The Definitive Guide and over one million other books are available for Amazon Kindle. Learn more

Due Date: Oct 27, 2013

FREE return shipping at the end of the semester
 
   
Sell Us Your Item
For a $7.11 Gift Card
Trade in
Have one to sell? Sell yours here
Start reading MongoDB: The Definitive Guide on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

MongoDB: The Definitive Guide [Paperback]

Kristina Chodorow , Michael Dirolf
4.3 out of 5 stars  See all reviews (22 customer reviews)

Rent
$23.10
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $17.27  
Paperback --  
Unknown Binding --  
Sell Back Your Copy for $7.11
No matter where you bought them, get up to 70% back when you sell your books at Amazon.com.
Used Price$13.34
Trade-in Price$7.11
Price after
Trade-in
$6.23
There is a newer edition of this item:
MongoDB: The Definitive Guide MongoDB: The Definitive Guide
$29.92
In Stock.

Book Description

September 24, 2010 1449381561 978-1449381561 1

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability.

Written by engineers from 10gen, the company that develops and supports this open source database, MongoDB: The Definitive Guide provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Learn how easy it is to handle data as self-contained JSON-style documents, rather than as records in a relational database.

  • Explore ways that document-oriented storage will work for your project
  • Learn how MongoDB’s schema-free data model handles documents, collections, and multiple databases
  • Execute basic write operations, and create complex queries to find data with any criteria
  • Use indexes, aggregation tools, and other advanced query techniques
  • Learn about monitoring, security and authentication, backup and repair, and more
  • Set up master-slave and automatic failover replication in MongoDB
  • Use sharding to scale MongoDB horizontally, and learn how it impacts applications
  • Get example applications written in Java, PHP, Python, and Ruby


Editorial Reviews

About the Author

Kristina Chodorow, a software engineer at 10gen, is a core contributor to the MongoDB project and has worked on the database server, PHP driver, Perl driver, and many other areas. She’s given talks at conferences around the world, including OSCON, LinuxCon, FOSDEM, and Latinoware.

Mike Dirolf, also a software engineer at 10gen, is the lead maintainer for PyMongo (the MongoDB Python driver), and the former maintainer for the MongoDB Ruby driver. He’s given talks about MongoDB at major conferences around the world.


Product Details

  • Paperback: 216 pages
  • Publisher: O'Reilly Media; 1 edition (September 24, 2010)
  • Language: English
  • ISBN-10: 1449381561
  • ISBN-13: 978-1449381561
  • Product Dimensions: 7 x 0.4 x 9.2 inches
  • Shipping Weight: 11.2 ounces
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon Best Sellers Rank: #435,571 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

Most Helpful Customer Reviews
67 of 73 people found the following review helpful
2.0 out of 5 stars Not Good Enough September 24, 2011
Format:Paperback|Amazon Verified Purchase
For each product out there, there is a must-have book associated with it. This is not the one for MongoDB.

First let's talk about coverage: The author has written a total of 3 books under the MonogDB label, all under O'Reilly:, this one with 200 pages, the "tips" one with 66 pages(!) and the "scaling" one which is even slimmer at 60 pages!!), and each single one with a price tag of ~US$30. The total page count doesn't make this division necessary. Why not aggregate all this writing into a single volume?

I don't believe this book is very useful if you are a developer and you are looking to adopt a NoSQL DB. This book lacks in all the places a definitive guide should deliver. After quickly reading it in one session (it's very slim), I still felt "hungry" to learn more about the product. There isn't much more covered in those pages than what's available online for free. The example material in various programming languages, occupying a third of the book, shouldn't even be printed. That's what a link to a website, accessible to readers who invested in a hard or digital copy, is for. The rest of the contents goes about NoSQL as much as you can read from the MongoDB org or what a good ol' Google search will return by querying these keywords.

My closing note to the publisher: pack the content of those 3 books you've got from the same author inside one single book and call it "A introduction guide to MongoDB". Continue to sell it for the same price tag as of a single volume. I'll rate this one higher.

My closing note to the author: I believe there is still a need to write a real definitive guide for this technology. It should contain much more details than what you've written up so far. A brief search on forums suffices to show you what areas need to be expanded.
... Read more ›
Comment | 
Was this review helpful to you?
31 of 34 people found the following review helpful
5.0 out of 5 stars A good intro and reference September 27, 2010
By MattK
Format:Paperback
As an RDBMS practitioner (MSSQL, PostgreSQL), I was interested in coming up to speed with some of these new alternative data stores. I chose MongoDB initially due the "look and feel" of it's site, documentation, and community. After watching an O'Reilly webcast, I was interested enough to purchase the book.

At around 200 pages, it is concise enough to read cover to cover - something I rarely do with tech books, often preferring to use the longer ones as a reference. The introduction does an excellent job of introducing the concepts behind MongoDB, bridging them to the relational database concepts I already know. It goes into explaining the pros and cons of "No(tOnly)SQL" engines, and mentions some of the datatype "gotchas" one needs to be aware of in using the JavaScript shell, which would not be obvious to one used to using SQL to directly query an engine instead of the JavaScript interface in the Mongo shell.

In subsequent chapters, implementation, administration, and development concepts are covered. There is also a brief internals section that may help the traditional database user understand the inner workings of the MongoDB engine.

It is an enjoyable read, and I expect that this book will continue to be a useful reference after the initial read through, as my experimentation with MongoDB continues.
Was this review helpful to you?
21 of 25 people found the following review helpful
3.0 out of 5 stars Not definitive, not much for developers, and THIN! January 26, 2011
Format:Paperback|Amazon Verified Purchase
This certainly isn't a definitive guide for MongoDB. It's a high-level intro.
It hits most of the important points to understanding Mongo capabilities and design. And it's organized in a more intelligent manner than the online Mongo DOCS. OK so far. But this book is still very reliant on on the mongo command line tool for examples. For most useful purposes, the command line is just a quick teaching tool -- aside from admin tasks, you're not really using Mongo as a database until you're writing client applications with the drivers.
Other thoughts:
* I knew this book was lacking when I looked for "write_concern", "slaveOK", and "thread"/"thread safe" in the index and found nothing
* The discussion of getLastError, and error-handling in general is weak...this is an important topic for deciding on the performance/reliability/function of a real MongoDB client application and coding it accordingly
* As much as I want to better understand the various Mongo drivers described online at api<dot>mongodb<dot>org, there's not much complementary info in this book
I know, I know, Mongo is new. I just wish there were something better for quenching the thirst for power that developers have. And I know there are 10+ languages for the drivers, but in the interest of seeing deeper instruction, I'd rather see a focus on ONE language (Java might be best for most, even if a developer is working with something else...they will know Java).
Still, I believe MongoDB will be the noSQL database standard. Maybe I'll try another book.
Was this review helpful to you?
9 of 11 people found the following review helpful
5.0 out of 5 stars Great intro to MongoDB and NoSQL October 26, 2010
Format:Paperback
Summary:
If you're coming from a relational database background and wish to learn more about MongoDB or are interested
in it as an example of a NoSQL implementation, this is a great book. I enjoyed reading it and learned quite a bit
in the process. Read below for the full review.

I'm coming from a traditional relational database background, specializing in MySQL over the last 7 years. I was hoping
that this book would be a good introduction to NoSQL in general as well as how to use MongoDB specifically.

It turned out to be all that I was hoping for and more. It's very easy to read and the material is very easy to
grasp. If you're coming from MySQL, things will feel familiar from the get go. For example, I installed mongodb
on Ubuntu 10.10 using apt (version 1.4.4 of mongod) and the default config file was /etc/mongodb.conf and the
default data directory was /var/lib/mongodb. If you're familiar with JavaScript you'll also have a leg up as the
mongo client is a full JavaScript interpreter.

So, all I needed to do was apt-get install mongodb and I had mongodb installed, up and running. I used this quick
install to play with as I read through the book. The book was full of clear and concise examples that I could use
to easily play around with MongoDB and get a feel for using it.

The layout of the book was very good in that the chapters cover the basics while the book still contains the more
detailed information in the Appendixes. I liked this separation of material, a separation of the "book" and the
"reference material" if you will.

In the end, I'm not sure how big a fan I am of MongoDB itself, but I'm a big fan of this book.
... Read more ›
Was this review helpful to you?
Most Recent Customer Reviews
4.0 out of 5 stars Good to have
Written by someone who knows mongo db internals. Book is a bit short but gives tips not seen in some other mongo db books.
Published 2 months ago by S. Wang
4.0 out of 5 stars Very comprehensive
Lots of great detail. I also enjoyed the writing style. Informal, not boring, and explains why you care about this particular content.
Published 5 months ago by Michael Schiff
4.0 out of 5 stars short with enough information to start
I would not say it is "the definitive guide" because it is really short and just enough to start working with mongodb. I would call it "MongoDB: the definitive introduction".
Published 9 months ago by Jorge Urdaneta
4.0 out of 5 stars Everything you will need to know to start with MongoDb
If you know what MongoDb is and why is awesome, you can skip the first chapter. If you have no idea about it go ahead and read it. It's a short one anyway. Read more
Published 14 months ago by Hernan Garcia
5.0 out of 5 stars Great Guide For MangoDB
Super useful, helpful diagrams; guides you through setup to more advanced topics. Purchased the book as a reference, but learned a lot as I made my way through it.
Published 14 months ago by BillyBob
5.0 out of 5 stars Really Happy With This Book
This is a very good introduction to MongoDB. The book is thin, but very well-written and complete. There is no fluff (which can span 100 pages or more in some technical books -... Read more
Published 15 months ago by D. Cutter
4.0 out of 5 stars Well written, clear, and informative.
I review for the O'Reilly Blogger Review ProgramMongoDB: The Definitive Guide By Kristina Chodorow, Michael Dirolf ; O'Reilly Media

Kristina Chodorow and Michael Dirolf... Read more
Published 16 months ago by Peter G. Voorhees
5.0 out of 5 stars good book
very good and up to date book.
all the basis about mongoDB are there, and many more...

very impresiv and powerfull book.
thanks Kristina & Michael
Published 17 months ago by christophe
3.0 out of 5 stars No Fidelity
This book was written by the contributor of the MongoDB as introduced by Amazon.

But I think, the author could have explained more, such as the detailed operation... Read more
Published 23 months ago by Chunhyok Chong
5.0 out of 5 stars A definitive good introduction to MongoDB
I admit that I read this book not linearly but I jumped forward and backward from chapter to chapter as I needed some more info during my hackin' nights. Read more
Published on May 9, 2011 by Francesco Fullone
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category