EBOOK

MongoDB in Action

Covers MongoDB version 3.0

Kyle Banker
(0)
Pages
480
Year
2016
Language
English

About

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.

Table of Contents

PART 1 GETTING STARTED
• A database for the modern web
• MongoDB through the JavaScript shell
• Writing programs using MongoDB PART 2 APPLICATION DEVELOPMENT IN MONGODB
• Document-oriented data
• Constructing queries
• Aggregation
• Updates, atomic operations, and deletes PART 3 MONGODB MASTERY
• Indexing and query optimization
• Text search
• WiredTiger and pluggable storage
• Replication
• Scaling your system with sharding
• Deployment and administration

Related Subjects

Artists