MongoDB in Action, Second Edition is a completely revised and updated version. It introduces MongoDB 3.0 and the document-oriented database model. This perfectly paced book gives you both the big picture you'll need as a developer and enough low-level detail to satisfy system engineers. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology This document-oriented database was built for high availability, supports rich, dynamic schemas, and lets you easily distribute data across multiple servers. MongoDB 3.0 is flexible, scalable, and very fast, even with big data loads. About the Book MongoDB in Action, Second Edition is a completely revised and updated version. It introduces MongoDB 3.0 and the document-oriented database model. This perfectly paced book gives you both the big picture you'll need as a developer and enough low-level detail to satisfy system engineers. Lots of examples will help you develop confidence in the crucial area of data modeling. You'll also love the deep explanations of each feature, including replication, auto-sharding, and deployment. What's Inside
About the Reader
Written for developers. No previous MongoDB or NoSQL experience is assumed.
About the Authors
After working at MongoDB, Kyle Banker is now at a startup. Peter Bakkum is a developer with MongoDB expertise. Shaun Verch has worked on the core server team at MongoDB. A Genentech engineer, Doug Garrett is one of the winners of the MongoDB Innovation Award for Analytics. A software architect, Tim Hawkins has led search engineering at Yahoo Europe. Technical Wouter Thielen . Technical Mihalis Tsoukalos .
I knew what to expect, having read Kyle Banker's blog previously. It's extremely helpful when you know MongoDB already and works really well as a reference book with sufficient explanation in case you need a refresher. That's exactly what I wanted from this book. There's a good discussion about the data modelling and aggregate queries. The e-commerce examples are extremely helpful. Good book. Didn't expect any less from Kyle Banker.
I like Mongo and this book gave me a broad explanation about the topics I've been curious about. Almost no questions pop up when you read because it gives really well shaped explanations about everything. Not just get started stuff, the content is very deep. I'm still reading this book and it gives me a good feeling, the guy knows what he's talking about. As far as I see from his linkedin account he's into Redis too, would be great to see some book on this topic as well. Also I think third edition of MongoDB in Action can be great idea, as there are many things that appeared in 4th version.
The best book in my knowledge to start with MongoDB. Kyle Banker is an excellent author. He wrote this book keeping in mind that a person reading the book has no prerequisite knowledge on the subject. I tried MongoDB documentation, Udemy lectures, YouTube videos but nothing helped me. MongoDB in Action gets you started on MongoDB.
Good introduction to document storage in MongoDB, goes from basics to being comfortable storing/updating/retrieving documents, with some basics on building applications to use the storage.