MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)

Shannon Bradshaw, Eoin Brazil, Kristina Chodorow 吳曜撰 譯

  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-1
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-2
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-3
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-4
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-5
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-6
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-7
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-8
  • MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-9
MongoDB 技術手冊, 3/e (MongoDB: The Definitive Guide: Powerful and Scalable Data Storage, 3/e)-preview-1

買這商品的人也買了...

商品描述

MongoDB是如何幫助你管理從網站應用程式蒐集而來的大量資料呢?藉由本書權威性的介紹,你可以了解文件導向式資料庫具有哪些優勢,以及如何駕馭MongoDB這個安全、高效能的系統,實作出一個高可用性、同時具備水平延展性的資料模型。

本書不僅可以做為開發人員的參考指南,系統管理員也可以從本書中學到進階的配置方案。無論是NoSQL新手或MongoDB的使用者,都可以從本書中學到你所需要的知識。

本書可以幫助您了解:
.如何在MongoDB上進行寫入操作,查詢,以及建立複雜的查詢。
.為您的應用程式索引集合、彙總數據和使用交易。
.建立一個本地複製集,並瞭解複製如何與您的應用程序互動。
.設定叢集元件並為各種應用程式選擇碎片密鑰。
.探索應用管理的各個方面,並確定認證和授權。
.監控、備份和恢復部署時使用統計,部署MongoDB時使用系統設定。

作者簡介

Shannon Bradshaw
MongoDB的教育副總裁。Shannon管理MongoDB文件和MongoDB University團隊。這些團隊開發和維護MongoDB社群所使用的大多數MongoDB學習資源。Shannon擁有西北大學的電腦科學博士學位。在加入MongoDB之前,Shannon是一位電腦科學教授,專門研究資訊系統和人機互動。

Eoin Brazil
MongoDB的高級課程工程師。他致力於使用MongoDB University提供的線上和講師指導的培訓產品,並曾在MongoDB的技術服務支援組織中擔任過多個職位。Eoin擁有利默里克大學的電腦科學博士學位和理學碩士學位,以及愛爾蘭國立大學戈爾韋分校的技術商業化博士學位。加入MongoDB之前,他領導了學術研究部門的行動服務和高效能計算團隊。

Kristina Chodorow
軟體工程師,在MongoDB系統核心上工作了五年。她領導MongoDB的複製組開發以及編寫PHP和Perl應用程式。曾經以MongoDB為主題進行許多演講,目前在Google工作。

目錄大綱

第一部分 MongoDB 簡介
第一章 簡介
第二章 開始使用
第三章 建立、更新以及刪除文件
第四章 查詢

第二部分 設計你的應用程式
第五章 索引
第六章 特別的索引和集合種類
第七章 簡介聚集框架
第八章 交易
第九章 應用程式設計

第三部分 複製
第十章 設定複製組
第十一章 複製組的元件
第十二章 從應用程式連接複製組
第十三章 管理

第四部分 分片
第十四章 簡介分片
第十五章 配置分片
第十六章 選擇分片鍵
第十七章 分片管理

第五部分 應用程式管理
第十八章 查看應用程式在做什麼
第十九章 MongoDB 安全性簡介
第二十章 持久性

第六部分 伺服器管理
第二十一章 在正式環境中設定MongoDB
第二十二章 監控MongoDB
第二十三章 製作備份
第二十四章 部署MongoDB

附錄 A 部署MongoDB
附錄 B MongoDB 內部運作