MongoDB in Action, 2ed: Covers MongoDB Version 3.0
MongoDB in Action, 2ed: Covers MongoDB Version 3.0
Kyle Banker, Peter Bakkum, Shaun Verch, Douglas Garrett, Tim Hawkins
ISBN: 9789351199359
480 pages
Description
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.
About the Author
After working at MongoDB
Table of Contents
Part 1 Getting Started
1. A database for the modern web
1.1. Built for the internet
1.2. MongoDB's key features
1.3. MongoDB's core server and tools
1.4. Why MongoDB?
1.5. Tips and limitations
1.6. History of MongoDB
1.7. Additional resources
1.8. Summary
2. MongoDB through the JavaScript shell
2.1. Diving into the MongoDB shell
2.2. Creating and querying with indexes
2.3. Basic administration
2.4. Getting help
2.5. Summary
3. Writing programs using MongoDB
3.1. MongoDB through the Ruby lens
3.2. How the drivers work
3.3. Building a simple application
3.4. Summary
Part 2: Application development in MongoDB
4. Document-oriented data
4.1. Principles of schema design
4.2. Designing an e-commerce data model
4.3. Nuts and bolts: On databases, collections, and documents