最新章節
- Index
- Read preference for querying
- Write concern and its significance
- Appendix A. Concepts for Reference
- Installing a GUI-based client MongoVUE for MongoDB
- Accessing MongoDB over REST
品牌:中圖公司
上架時間:2021-07-23 14:30:11
出版社:Packt Publishing
本書數字版權由中圖公司提供,并由其授權上海閱文信息技術有限公司制作發行
- Index 更新時間:2021-07-23 14:39:20
- Read preference for querying
- Write concern and its significance
- Appendix A. Concepts for Reference
- Installing a GUI-based client MongoVUE for MongoDB
- Accessing MongoDB over REST
- Accessing MongoDB using JPA
- Developing using spring-data-mongodb
- Introduction
- Chapter 9. Open Source and Proprietary Tools
- Running a MapReduce job on Amazon EMR
- Running MapReduce jobs on Hadoop using streaming
- Writing our first Hadoop MapReduce job
- Executing our first sample MapReduce job using the mongo-hadoop connector
- Introduction
- Chapter 8. Integration with Hadoop
- Setting up MongoDB using the Docker containers
- Setting up MongoDB on Amazon EC2 manually
- Performing operations on MongoDB from MongoLab GUI
- Setting up a sandbox MongoDB instance on MongoLab
- Setting up and managing the MongoLab account
- Introduction
- Chapter 7. Deploying MongoDB on the Cloud
- Managing backups in MMS Backup service
- Configuring MMS Backup service
- Back up and restore data in Mongo using out-of-the-box tools
- Setting up monitoring alerts in MMS
- Monitoring instances and setting up alerts on MMS
- Managing users and groups in MMS console
- Signing up for MMS and setting up an MMS monitoring agent
- Introduction
- Chapter 6. Monitoring and Backups
- Integrating MongoDB for full text search with Elasticsearch
- Implementing full text search in Mongo
- Spherical indexes and GeoJSON compliant data in Mongo
- Flat plane 2D geospatial queries in Mongo using geospatial indexes
- Implementing triggers in Mongo using oplog
- Storing data to GridFS from Python client
- Storing data to GridFS from Java client
- Storing large data in Mongo using GridFS
- Storing binary data in Mongo
- Converting a normal collection to a capped collection
- Creating and tailing a capped collection cursors in MongoDB
- Implementing server-side scripts
- Implementing atomic counters in Mongo
- Atomic find and modify operations
- Introduction
- Chapter 5. Advanced Operations
- Exploring the config database in a sharded setup
- Domain-driven sharding using tags
- Manual split and migration of chunks
- Configuring the default shard for non-sharded collections
- Building tagged replica sets
- Understanding and analyzing oplogs
- Exploring the local database of a replica set
- Stepping down as primary from the replica set
- Replica set configurations
- Setting up MongoDB as a windows service
- Modifying collection behavior using the collMod command
- Interprocess security in Mongo
- Setting up users in Mongo
- Using profiler to profile operations
- Getting current executing operations and killing them
- The mongostat and mongotop utilities
- Manually padding a document
- Viewing database stats
- Viewing collection stats
- Renaming a collection
- Introduction
- Chapter 4. Administration
- Executing MapReduce in Mongo using a Java client
- Implementing aggregation in Mongo using a Java client
- Executing update and delete operations using a Java client
- Executing query and insert operations using a Java client
- Executing MapReduce in Mongo using PyMongo
- Implementing aggregation in Mongo using PyMongo
- Executing update and delete operations using PyMongo
- Executing query and insert operations with PyMongo
- Introduction
- Chapter 3. Programming Language Drivers
- Expiring documents at a given time using the TTL index
- Expiring documents after a fixed interval using the TTL index
- Creating and understanding sparse indexes
- Creating a background and foreground index in the shell
- Creating index and viewing plans of queries
- Updating and deleting data from the shell
- Performing simple querying projections and pagination from Mongo shell
- Creating test data
- Introduction
- Chapter 2. Command-line Operations and Indexes
- Connecting to a shard in the shell and performing operations
- Starting a simple sharded environment of two shards
- Connecting to the replica set to query and insert data using a Python client
- Connecting to the replica set to query and insert data from a Java client
- Connecting to the replica set in the shell to query and insert data
- Starting multiple instances as part of a replica set
- Connecting to a single node using a Python client
- Connecting to a single node using a Java client
- Connecting to a single node in the Mongo shell with JavaScript
- Single node installation of MongoDB with options from the config file
- Starting a single node instance using command-line options
- Installing single node MongoDB
- Introduction
- Chapter 1. Installing and Starting the Server
- Customer support
- Reader feedback
- Conventions
- Who this book is for
- What you need for this book
- What this book covers
- Preface
- Support files eBooks discount offers and more
- www.PacktPub.com
- About the Reviewers
- About the Authors
- Credits
- 版權頁
- 封面
- 封面
- 版權頁
- Credits
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Installing and Starting the Server
- Introduction
- Installing single node MongoDB
- Starting a single node instance using command-line options
- Single node installation of MongoDB with options from the config file
- Connecting to a single node in the Mongo shell with JavaScript
- Connecting to a single node using a Java client
- Connecting to a single node using a Python client
- Starting multiple instances as part of a replica set
- Connecting to the replica set in the shell to query and insert data
- Connecting to the replica set to query and insert data from a Java client
- Connecting to the replica set to query and insert data using a Python client
- Starting a simple sharded environment of two shards
- Connecting to a shard in the shell and performing operations
- Chapter 2. Command-line Operations and Indexes
- Introduction
- Creating test data
- Performing simple querying projections and pagination from Mongo shell
- Updating and deleting data from the shell
- Creating index and viewing plans of queries
- Creating a background and foreground index in the shell
- Creating and understanding sparse indexes
- Expiring documents after a fixed interval using the TTL index
- Expiring documents at a given time using the TTL index
- Chapter 3. Programming Language Drivers
- Introduction
- Executing query and insert operations with PyMongo
- Executing update and delete operations using PyMongo
- Implementing aggregation in Mongo using PyMongo
- Executing MapReduce in Mongo using PyMongo
- Executing query and insert operations using a Java client
- Executing update and delete operations using a Java client
- Implementing aggregation in Mongo using a Java client
- Executing MapReduce in Mongo using a Java client
- Chapter 4. Administration
- Introduction
- Renaming a collection
- Viewing collection stats
- Viewing database stats
- Manually padding a document
- The mongostat and mongotop utilities
- Getting current executing operations and killing them
- Using profiler to profile operations
- Setting up users in Mongo
- Interprocess security in Mongo
- Modifying collection behavior using the collMod command
- Setting up MongoDB as a windows service
- Replica set configurations
- Stepping down as primary from the replica set
- Exploring the local database of a replica set
- Understanding and analyzing oplogs
- Building tagged replica sets
- Configuring the default shard for non-sharded collections
- Manual split and migration of chunks
- Domain-driven sharding using tags
- Exploring the config database in a sharded setup
- Chapter 5. Advanced Operations
- Introduction
- Atomic find and modify operations
- Implementing atomic counters in Mongo
- Implementing server-side scripts
- Creating and tailing a capped collection cursors in MongoDB
- Converting a normal collection to a capped collection
- Storing binary data in Mongo
- Storing large data in Mongo using GridFS
- Storing data to GridFS from Java client
- Storing data to GridFS from Python client
- Implementing triggers in Mongo using oplog
- Flat plane 2D geospatial queries in Mongo using geospatial indexes
- Spherical indexes and GeoJSON compliant data in Mongo
- Implementing full text search in Mongo
- Integrating MongoDB for full text search with Elasticsearch
- Chapter 6. Monitoring and Backups
- Introduction
- Signing up for MMS and setting up an MMS monitoring agent
- Managing users and groups in MMS console
- Monitoring instances and setting up alerts on MMS
- Setting up monitoring alerts in MMS
- Back up and restore data in Mongo using out-of-the-box tools
- Configuring MMS Backup service
- Managing backups in MMS Backup service
- Chapter 7. Deploying MongoDB on the Cloud
- Introduction
- Setting up and managing the MongoLab account
- Setting up a sandbox MongoDB instance on MongoLab
- Performing operations on MongoDB from MongoLab GUI
- Setting up MongoDB on Amazon EC2 manually
- Setting up MongoDB using the Docker containers
- Chapter 8. Integration with Hadoop
- Introduction
- Executing our first sample MapReduce job using the mongo-hadoop connector
- Writing our first Hadoop MapReduce job
- Running MapReduce jobs on Hadoop using streaming
- Running a MapReduce job on Amazon EMR
- Chapter 9. Open Source and Proprietary Tools
- Introduction
- Developing using spring-data-mongodb
- Accessing MongoDB using JPA
- Accessing MongoDB over REST
- Installing a GUI-based client MongoVUE for MongoDB
- Appendix A. Concepts for Reference
- Write concern and its significance
- Read preference for querying
- Index 更新時間:2021-07-23 14:39:20