Mongodb in Action: Covers Mongodb Version 3.0
Autor Kyle Banker, Peter Bakkum, TIM HAWKINSen 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
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
- 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
Preț: 259.12 lei
Preț vechi: 323.89 lei
-20% Nou
Puncte Express: 389
Preț estimativ în valută:
49.58€ • 52.36$ • 41.26£
49.58€ • 52.36$ • 41.26£
Carte indisponibilă temporar
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
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
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.