MongoDB权威指南 pdf下载pdf下载

MongoDB权威指南百度网盘pdf下载

作者:
简介:本篇提供书籍《MongoDB权威指南》百度网盘pdf下载
出版社:出版集团图书专营店
出版时间:2020-07
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

基本信息

  • 商品名称:MongoDB 指南(第3版影印版)(英文版)
  • 作者:(美)香农·布莱肖//约恩·布尔西//(爱尔兰)克里斯蒂娜·乔多萝|责编:张烨
  • 定价:128
  • 出版社:东南大学
  • ISBN号:9787564188917

其他参考信息(以实物为准)

  • 出版时间:2020-07-01
  • 印刷时间:2020-07-01
  • 版次:1
  • 印次:1
  • 开本:16开
  • 包装:平装
  • 页数:489
  • 字数:632千字

内容提要

使用支持现代应用程序 开发的系统来管理数据。这 部 、易懂指南的第3版 为你充分展示使用面向文档 的数据库的优点。你将学会 如何使用这个安全、高性能 的系统来实现各种灵活的数 据模型、高可用性和水平扩 展性。
     三位作者Shannon Bradshaw、Eoin Brazil和 Kristina Chodorow既为数据 库开发人员提供了详细指导 ,也为系统管理员提供了高 级配置,还为各种项目提供 了代码示例。NoSQL新手和 有经验的MongoDB用户, 通过本书都可以在查询、索 引、聚合、事务、副本集、 ops管理、分片和数据管理 、持久性、监视和安全性等 方面获得新知识。
    

目录

Preface
Partl. Introduction to MongoDB
1. Introduction
Ease of Use
Designed to Scale
Rich with Features
...Without Sacrificing Speed
The Philosophy
2. Getting Started
Documents
Collections
Dynamic Schemas
Naming
Databases
Getting and Starting MongoDB
Introduction to the MongoDB Shell
Running the Shell
A MongoDB Client
Basic Operations with the Shell
Data Types
Basic Data Types
Dates
Arrays
Embedded Documents
_id and ObjectIds
Using the MongoDB Shell
Tips for Using the Shell
Running Scripts with the Shell
Creating a .mongorc.js
Customizing Your Prompt
Editing Complex Variables
Inconvenient Collection Names
3. Creating, Updating, and Deleting Documents
Inserting Documents
insertMany
Insert Validation
insert
Removing Documents
drop
Updating Documents
Document Replacement
Using Update Operators
Upserts
Updating Multiple Documents
Returning Updated Documents
4. Querying
Introduction to find
Specifying Which Keys to Return
Limitations
Query Criteria