0%

Book Description

Summary

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.

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

  • Indexes, queries, and standard DB operations

  • Aggregation and text searching

  • Map-reduce for custom aggregations and reporting

  • Deploying for scale and high availability

  • Updated for Mongo 3.0

  • 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 Contributor: Wouter Thielen
    Technical Editor: Mihalis Tsoukalos

    Table of Contents

    1. Copyright
    2. Brief Table of Contents
    3. Table of Contents
    4. Preface
    5. Acknowledgments
    6. About This Book
    7. About the Cover Illustration
    8. Part 1. Getting started
      1. Chapter 1. A database for the modern web
      2. Chapter 2. MongoDB through the JavaScript shell
      3. Chapter 3. Writing programs using MongoDB
    9. Part 2. Application development in MongoDB
      1. Chapter 4. Document-oriented data
      2. Chapter 5. Constructing queries
      3. Chapter 6. Aggregation
      4. Chapter 7. Updates, atomic operations, and deletes
    10. Part 3. MongoDB mastery
      1. Chapter 8. Indexing and query optimization
      2. Chapter 9. Text search
      3. Chapter 10. WiredTiger and pluggable storage
      4. Chapter 11. Replication
      5. Chapter 12. Scaling your system with sharding
      6. Chapter 13. Deployment and administration
    11. Appendix A. Installation
    12. Appendix B. Design patterns
    13. Appendix C. Binary data and GridFS
    14. Index
    15. List of Figures
    16. List of Tables
    17. List of Listings
    3.17.76.72