《MongoDB权威指南(影印版第2版)》由霍多罗夫(Kristina Chodorow)著,本书主要内容包括:
·熟悉Mong0DB核心概念和术语
·在不同的安全程度和速度上执行基本的写操作
·创建复杂的查询语句,带有用来限制、跳过和排序结果的选项
·设计一个可以和M0ngoDB协同工作的应用
·聚合数据,包括统计、查找唯一值、文档分组和使用MapReduce
·整理和解释针对采集数据和数据库的统计结果
·在M0ng0DB中建立主从集群和自动故障恢复机制
·利用分片水平扩展Mong0DB,了解其对应用的影响
·深入研究监控、安全和认证、备份和修复以及其他管理任务
MongoDB如何帮你管理通过web应用收集的海量数据呢?《MongoDB权威指南(影印版第2版)》由项目的核心人员霍多罗夫(Kristina Chodorow)编写,为你展示了使用基于文档的数据库的诸多优势,并且演示了这种可靠的、高性能的系统是如何允许接近无限的水平扩展性。
《MongoDB权威指南(影印版第2版)》为数据库开发人员提供了指南,为系统管理员提供了高级配置向导,也为你的项目中的其他人员提供了概念和用例的概览。这本指南适合于NoSQL的初学者和有经验的MongoDB用户,它提供了多种现实世界的模式设计样例。
Foreword
Preface
Part I. Introduction to MongoDB
1. Introduction
2. Getting Started
3. Creating, Updating, and Deleting Documents
4. Querying
Part II. Designing Your Application
5. Indexing
6. Special Index and Collection Types
7. Aggregation
8. Application Design
Part III. Replication
9. Setting Up a Replica Set
10. Components of a Replica Set
11. Connecting to a Replica Set from Your Application
12. Administration
Part IV. Sharding
13. Introduction to Sharding
14. Configuring Sharding
15. Choosing a Shard Key
16. Sharding Administration
Part V. Application Administration
17. Seeing What Your Application Is Doing
18. Data Administration
19. Durability
Part VI. Server Administration
20. Starting and Stopping MongoDB
21. Monitoring MongoDB
22. Making Backups
23. Deploying MongoDB
A. Installing MongoDB
B. MongoDB Internals
Index