MongoDB: The Definitive Guide (Paperback)

Kristina Chodorow, Michael Dirolf

  • 出版商: O'Reilly
  • 出版日期: 2010-09-27
  • 定價: $1,320
  • 售價: 1.5$199
  • 語言: 英文
  • 頁數: 216
  • 裝訂: Paperback
  • ISBN: 1449381561
  • ISBN-13: 9781449381561
  • 相關分類: NoSQLMongoDB
  • 立即出貨(限量) (庫存=8)

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

商品描述

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability.

Written by engineers from 10gen, the company that develops and supports this open source database, MongoDB: The Definitive Guide provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Learn how easy it is to handle data as self-contained JSON-style documents, rather than as records in a relational database.

  • Explore ways that document-oriented storage will work for your project
  • Learn how MongoDB’s schema-free data model handles documents, collections, and multiple databases
  • Execute basic write operations, and create complex queries to find data with any criteria
  • Use indexes, aggregation tools, and other advanced query techniques
  • Learn about monitoring, security and authentication, backup and repair, and more
  • Set up master-slave and automatic failover replication in MongoDB
  • Use sharding to scale MongoDB horizontally, and learn how it impacts applications
  • Get example applications written in Java, PHP, Python, and Ruby

商品描述(中文翻譯)

MongoDB如何幫助您管理通過網絡應用程序收集的大量數據?通過這本權威的介紹,您將了解使用面向文檔的數據庫的許多優勢,並發現為什麼MongoDB是一個可靠、高性能的系統,可以實現幾乎無限的水平擴展性。

這本書由10gen的工程師撰寫,10gen是開發和支持這個開源數據庫的公司,《MongoDB: The Definitive Guide》為數據庫開發人員提供指導,為系統管理員提供高級配置,並為項目中的其他人提供概念和用例的概述。學習如何將數據作為自包含的JSON風格文檔處理,而不是作為關聯數據庫中的記錄。

- 探索文檔導向存儲對您的項目的適用方式
- 學習MongoDB的無模式數據模型如何處理文檔、集合和多個數據庫
- 執行基本的寫操作,並創建複雜的查詢以滿足任何條件的數據
- 使用索引、聚合工具和其他高級查詢技術
- 了解監控、安全和身份驗證、備份和修復等方面
- 在MongoDB中設置主從和自動故障轉移複製
- 使用分片對MongoDB進行水平擴展,並了解它對應用程序的影響
- 獲取使用Java、PHP、Python和Ruby編寫的示例應用程序