• Complain

Shannon Bradshaw - MongoDB: Powerful and Scalable Data Storage

Here you can read online Shannon Bradshaw - MongoDB: Powerful and Scalable Data Storage full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Oreilly & Associates Inc, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Shannon Bradshaw MongoDB: Powerful and Scalable Data Storage

MongoDB: Powerful and Scalable Data Storage: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "MongoDB: Powerful and Scalable Data Storage" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Manage your data with a system designed to support modern application development. Updated for MongoDB 4.2, the third edition of this authoritative and accessible guide shows you the advantages of using document-oriented databases. You&ll learn how this secure, high-performance system enables flexible data models, high availability, and horizontal scalability.

Authors Shannon Bradshaw, Eoin Brazil, and Kristina Chodorow provide guidance for database developers, advanced configuration for system administrators, and use cases for a variety of projects. NoSQL newcomers and experienced MongoDB users will find updates on querying, indexing, aggregation, transactions, replica sets, ops management, sharding and data administration, durability, monitoring, and security.

In six parts, this book shows you how to:

  • Work with MongoDB, perform write operations, find documents, and create complex queries
  • Index collections, aggregate data, and use transactions for your application
  • Configure a local replica set and learn how replication interacts with your application
  • Set up cluster components and choose a shard key for a variety of applications
  • Explore aspects of application administration and configure authentication and authorization
  • Use stats when monitoring, back up and restore deployments, and use system settings when deploying MongoDB

Shannon Bradshaw: author's other books


Who wrote MongoDB: Powerful and Scalable Data Storage? Find out the surname, the name of the author of the book and a list of all author's works by series.

MongoDB: Powerful and Scalable Data Storage — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "MongoDB: Powerful and Scalable Data Storage" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
MongoDB The Definitive Guide by Shannon Bradshaw Eoin Brazil and Kristina - photo 1
MongoDB: The Definitive Guide

by Shannon Bradshaw , Eoin Brazil , and Kristina Chodorow

Copyright 2020 Shannon Bradshaw and Eoin Brazil. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Nicole Tach
  • Production Editor: Kristen Brown
  • Copyeditor: Rachel Head
  • Proofreader: Christina Edwards
  • Indexer: Judith McConville
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • September 2010: First Edition
  • May 2013: Second Edition
  • December 2019: Third Edition
Revision History for the Third Edition
  • 2019-12-09: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491954461 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. MongoDB: The Definitive Guide, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-95446-1

[LSI]

Dedication

This book is dedicated to our families for the time, space, and support they provided to make our work on this book possible and for their love.

For Anna, Sigourney, Graham, and Beckett. Shannon

And for Gemma, Clodagh, and Bronagh. Eoin

Preface
How This Book Is Organized

This book is split up into six sections, covering development, administration, and deployment information.

Getting Started with MongoDB

In explains how to find documents and create complex queries. This chapter also covers how to iterate through results and gives options for limiting, skipping, and sorting results.

Developing with MongoDB

goes over tips for writing an application that works well with MongoDB.

Replication

The replication section starts with covers the administrative aspects of running a replica set.

Sharding

The sharding section starts in covers administering a sharded cluster.

Application Administration

The next two chapters cover many aspects of MongoDB administration from the perspective of your application. explains how MongoDB stores data durably.

Server Administration

The final section is focused on server administration. discusses a number of system settings to keep in mind when deploying MongoDB.

Appendixes

details how MongoDB works internally: its storage engine, data format, and wire protocol .

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, collection names, database names, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, command-line utilities, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context.

Tip

This element signifies a tip or suggestion.

Note

This element signifies a general note.

Caution

This element indicates a warning or caution.

Using Code Examples

Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/mongodb-the-definitive-guide-3e/mongodb-the-definitive-guide-3e.

If you have a technical question or a problem using the code examples, please send email to .

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

We appreciate, but generally do not require, attribution. An attribution usually includes the title, author , publisher, and ISBN. For example: MongoDB: The Definitive Guide, Third Edition by Shannon Bradshaw, Eoin Brazil, and Kristina Chodorow (OReilly). Copyright 2020 Shannon Bradshaw and Eoin Brazil, 978-1-491-95446-1.

If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

OReilly Online Learning
Note

For more than 40 years, OReilly Media has provided technology and business training, knowledge, and insight to help companies succeed.

Our unique network of experts and innovators share their knowledge and expertise through books, articles, conferences, and our online learning platform. OReillys online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from OReilly and 200+ other publishers. For more information, please visit http://oreilly.com.

How to Contact Us

Please address comments and questions concerning this book to the publisher:

  • OReilly Media, Inc.
  • 1005 Gravenstein Highway North
  • Sebastopol, CA 95472
  • 800-998-9938 (in the United States or Canada)
  • 707-829-0515 (international or local)
  • 707-829-0104 (fax)

We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at https://oreil.ly/mongoDB_TDG_3e.

Email to comment or ask technical questions about this book.

For more information about our books, courses, conferences, and news, see our website at http://www.oreilly.com.

Find us on Facebook: http://facebook.com/oreilly

Follow us on Twitter: http://twitter.com/oreillymedia

Watch us on YouTube: http://www.youtube.com/oreillymedia

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «MongoDB: Powerful and Scalable Data Storage»

Look at similar books to MongoDB: Powerful and Scalable Data Storage. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «MongoDB: Powerful and Scalable Data Storage»

Discussion, reviews of the book MongoDB: Powerful and Scalable Data Storage and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.