Cantitate/Preț
Produs

Mongodb in Action: Covers Mongodb Version 3.0

Autor Kyle Banker, Peter Bakkum, TIM HAWKINS
en Limba Engleză Paperback – 30 apr 2016

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.

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

  • 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

      PART 1 GETTING STARTED
    1. A database for the modern web
    2. MongoDB through the JavaScript shell
    3. Writing programs using MongoDB
    4. PART 2 APPLICATION DEVELOPMENT IN MONGODB
    5. Document-oriented data
    6. Constructing queries
    7. Aggregation
    8. Updates, atomic operations, and deletes
    9. PART 3 MONGODB MASTERY
    10. Indexing and query optimization
    11. Text search
    12. WiredTiger and pluggable storage
    13. Replication
    14. Scaling your system with sharding
    15. Deployment and administration
    Citește tot Restrânge

    Preț: 25912 lei

    Preț vechi: 32389 lei
    -20% Nou

    Puncte Express: 389

    Preț estimativ în valută:
    4958 5236$ 4126£

    Carte indisponibilă temporar

    Doresc să fiu notificat când acest titlu va fi disponibil:

    Preluare comenzi: 021 569.72.76

    Specificații

    ISBN-13: 9781617291609
    ISBN-10: 1617291609
    Pagini: 480
    Dimensiuni: 185 x 231 x 23 mm
    Greutate: 0.77 kg
    Ediția:2
    Editura: Manning Publications

    Notă biografică

    AUTHOR BIO After several years maintaining the MongoDB Ruby driver at 10gen, Kyle Banker is now plying his skills at a startup. Peter Bakkum is a developer with expertise using MongoDB for building and scaling data infrastructure in large commercial deployments. Tim Hawkins served as the Head of European Search Engineering for Yahoo and later as a lead solutions architect focused on internationalization and scalability.

    Descriere

    Application developers love MongoDB, a document-oriented NoSQL database, for its speed, flexibility, scalability, and ease of use. MongoDB is well-suited as a back-end for modern web applications. Its schema-free design encourages rapid application development, and built-in replication and auto-sharding architecture allow for massive parallel distribution. Production deployments at SourceForge, Foursquare, and Shutterfly demonstrate daily that MongoDB is up to real-world challenges. MongoDB in Action, Second Edition is a comprehensive guide to MongoDB version 2.6. It begins with a general overview of current database systems, explaining what makes MongoDB unique and describing its ideal use cases. Then, a series of tutorials lead into detailed examples for leveraging MongoDB in e-commerce, social networking, and other common applications. A reference section on schema design patterns helps ease the transition from the relational data model of SQL to MongoDB's document-based data model. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.