返回首页
苏宁会员
购物车 0
易付宝
手机苏宁

服务体验

店铺评分与同行业相比

用户评价:----

物流时效:----

售后服务:----

  • 服务承诺: 正品保障
  • 公司名称:
  • 所 在 地:
本店所有商品

  • 诺森MongoDB参考手册Amol Nayak著9787564160920东南大学出版社
  • 正版
    • 作者: Amol Nayak著著 | Amol Nayak著编 | Amol Nayak著译 | Amol Nayak著绘
    • 出版社: 东南大学出版社
    • 出版时间:2015-11-01
    送至
  • 由""直接销售和发货,并提供售后服务
  • 加入购物车 购买电子书
    服务

    看了又看

    商品预定流程:

    查看大图
    /
    ×

    苏宁商家

    商家:
    诺森文化制品专营店
    联系:
    • 商品

    • 服务

    • 物流

    搜索店内商品

    商品参数
    • 作者: Amol Nayak著著| Amol Nayak著编| Amol Nayak著译| Amol Nayak著绘
    • 出版社:东南大学出版社
    • 出版时间:2015-11-01
    • 版次:1
    • 印刷时间:2016-01-01
    • 字数:475千字
    • 页数:372
    • 开本:16开
    • ISBN:9787564160920
    • 版权提供:东南大学出版社
    • 作者:Amol Nayak著
    • 著:Amol Nayak著
    • 装帧:平装
    • 印次:暂无
    • 定价:74.00
    • ISBN:9787564160920
    • 出版社:东南大学出版社
    • 开本:16开
    • 印刷时间:2016-01-01
    • 语种:英语
    • 出版时间:2015-11-01
    • 页数:372
    • 外部编号:8650071
    • 版次:1
    • 成品尺寸:暂无

    Preface
    Chapter 1 Installin and Starting the MongoDB Server
      Introduction
      Single node Installation of 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 from the Mongo shell with a
      preloaded JavaScript
      Connecting to a single node from a Java client
      Starting multiple instances as part of a replica set
      Connecting to the replica set from the shell to query and insert data
      Connecting to the replica set to query and inserdtafrm a Java client
      Starting a simple sharded environment of two shards
      Connecting to a shar fo the Mongo shell and performing oraios
    Chapter 2: Command-line Oraios and Indexes
      Creating test data
      Performing simple querying, projections, and pagination
      from the Mongo shell
      Updating and deleting data from the shell
      Creating an Index and viewing plans of queries
      Background and foreground index creation from the shell
      Creating unique indexes on collection and deletin te  existing pcate data automatically
      Creating and understanding sparse indexes
      Expiring documents after a fixed interval using the TrL index
      Expiring documents at a given time using the TrL index
    Chapter 3: Programming Language Drivers
      Introduction
      Installing PyMongo
      Executing query and insert oraios using PyMongo
      Executing update and delete oraios using PyMongo
      Aggregation in Mongo using PyMongo
      MapReduce in Mongo using PyMongo
      Executing query and insert oraios using a Java client
      Executing update and delete oraios using a Java client
      Aggregation in Mongo using a Java client
      MapReduce in Mongo using a Java client
    Chapter 4: Administration
      Renaming a collection
      Viewing collection stats
      Viewing database stats
      Disabling the preallocation of data files
      Manually padding a document
      Understanding the mongostandmngotop utilities
      Estimating the working set
      Viewing and killing the currently executing oraios
      Using profiler to profile oraios
      Setting up users in MongoDB
      Understanding interprocess security in MongoDB
      Modifying collection behavior using the collMod command
      Setting up MongoDB as a Windows Service
      Configuring a replica set
      Stepping down as a primary instance from the replica set
      Exploring the local database of a replica set
      Understanding and analyzing oplogs
      Building tagged replica sets
      Configuring the defaulshrdfr nonsharded collections
      Manually splitting and migrating chunks
      Performing domain-driven sharding using tags
      Exploring the config database in a sharded setup
     Chapter 5: Advanced Oraios
      Introduction
      Atomic find and modify oraios
      Implementing atomic counters in MongoDB
      Implementing server-side scripts
      Creating and tailing capped collection cursors in MongoDB
      Converting a normal collection to a capped collection
      Storing binary data in MongoDB
      Storing large data in MongoDB using GridFS
      Storing data to GridFS from a Java client
      Storing data to GridFS from a Python client
      Implementing triggers in MongoDB using oplog
      Executing flat plane (2D) geospatial queries in Mongo using
      geospatial indexes
      Spherical indexes and GeoJSON-compliant data in MongoDB
      Implementing a full-text search in MongoDB
      Integrating MongoDB with Elasticsearch for a full-text search
    Chapter 6: Monitoring and Backups
      Introduction
      Signing up for MMS and setting up the MMS monitoring agent
      Managing users and groups on the MMS console
      Monitoring MongoDB instances on MMS
      Setting up monitoring alerts on MMS
      Backing up and restoring data in Mongo using out-of-the box tools
      Configuring the MMS backup service
      Managing backups in the MMS backup service
    Chapter 7: Cloud Deployment on MongoDB
      Introduction
      Setting up and managing the MongoLab account
      Setting up a sandbox MongoDB instance on MongoLab
      Performing oraios on MongoDB from MongoLab GUI
      Setting up MongoDB on Amazon EC2 using the MongoDB AMI
      Setting up MongoDB on Amazon EC2 without using the MongoDB AMI
    Chapter 8: Integration with Hadoop
      Introduction
      Executing our first sample MapReduce job usin te  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 Progrietary Tools
      Introduction
      Developing using spring-data-mongodb
      Accessing MongoDB using Java Persistence API
      Accessing MongoDB over REST
      Installing the GUI-based client, MongoVUE, for MongoDB
    Appendix: Concepts for Reference
      Write concern and its significance
      Read preference for querying
    Index

    Preface
    Chapter 1 Installin and Starting the MongoDB Server
      Introduction
      Single node Installation of 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 from the Mongo shell with a
      preloaded JavaScript
      Connecting to a single node from a Java client
      Starting multiple instances as part of a replica set
      Connecting to the replica set from the shell to query and insert data
      Connecting to the replica set to query and inserdtafrm a Java client
      Starting a simple sharded environment of two shards
      Connecting to a shar fo the Mongo shell and performing oraios
    Chapter 2: Command-line Oraios and Indexes
      Creating test data
      Performing simple querying, projections, and pagination
      from the Mongo shell
      Updating and deleting data from the shell
      Creating an Index and viewing plans of queries
      Background and foreground index creation from the shell
      Creating unique indexes on collection and deletin te  existing pcate data automatically
      Creating and understanding sparse indexes
      Expiring documents after a fixed interval using the TrL index
      Expiring documents at a given time using the TrL index
    Chapter 3: Programming Language Drivers
      Introduction
      Installing PyMongo
      Executing query and insert oraios using PyMongo
      Executing update and delete oraios using PyMongo
      Aggregation in Mongo using PyMongo
      MapReduce in Mongo using PyMongo
      Executing query and insert oraios using a Java client
      Executing update and delete oraios using a Java client
      Aggregation in Mongo using a Java client
      MapReduce in Mongo using a Java client
    Chapter 4: Administration
      Renaming a collection
      Viewing collection stats
      Viewing database stats
      Disabling the preallocation of data files
      Manually padding a document
      Understanding the mongostandmngotop utilities
      Estimating the working set
      Viewing and killing the currently executing oraios
      Using profiler to profile oraios
      Setting up users in MongoDB
      Understanding interprocess security in MongoDB
      Modifying collection behavior using the collMod command
      Setting up MongoDB as a Windows Service
      Configuring a replica set
      Stepping down as a primary instance from the replica set
      Exploring the local database of a replica set
      Understanding and analyzing oplogs
      Building tagged replica sets
      Configuring the defaulshrdfr nonsharded collections
      Manually splitting and migrating chunks
      Performing domain-driven sharding using tags
      Exploring the config database in a sharded setup
     Chapter 5: Advanced Oraios
      Introduction
      Atomic find and modify oraios
      Implementing atomic counters in MongoDB
      Implementing server-side scripts
      Creating and tailing capped collection cursors in MongoDB
      Converting a normal collection to a capped collection
      Storing binary data in MongoDB
      Storing large data in MongoDB using GridFS
      Storing data to GridFS from a Java client
      Storing data to GridFS from a Python client
      Implementing triggers in MongoDB using oplog
      Executing flat plane (2D) geospatial queries in Mongo using
      geospatial indexes
      Spherical indexes and GeoJSON-compliant data in MongoDB
      Implementing a full-text search in MongoDB
      Integrating MongoDB with Elasticsearch for a full-text search
    Chapter 6: Monitoring and Backups
      Introduction
      Signing up for MMS and setting up the MMS monitoring agent
      Managing users and groups on the MMS console
      Monitoring MongoDB instances on MMS
      Setting up monitoring alerts on MMS
      Backing up and restoring data in Mongo using out-of-the box tools
      Configuring the MMS backup service
      Managing backups in the MMS backup service
    Chapter 7: Cloud Deployment on MongoDB
      Introduction
      Setting up and managing the MongoLab account
      Setting up a sandbox MongoDB instance on MongoLab
      Performing oraios on MongoDB from MongoLab GUI
      Setting up MongoDB on Amazon EC2 using the MongoDB AMI
      Setting up MongoDB on Amazon EC2 without using the MongoDB AMI
    Chapter 8: Integration with Hadoop
      Introduction
      Executing our first sample MapReduce job usin te  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 Progrietary Tools
      Introduction
      Developing using spring-data-mongodb
      Accessing MongoDB using Java Persistence API
      Accessing MongoDB over REST
      Installing the GUI-based client, MongoVUE, for MongoDB
    Appendix: Concepts for Reference
      Write concern and its significance
      Read preference for querying
    Index

      MongoDB作为一套高能、特丰富的NoSL数据 库,构成了众多复杂的研发系统的支柱。在纳亚克编 *的《MongoDB参考手册()(英文版)》中,你 肯定能够找到你正在苦苦找寻的MongoDB解决方案。
      从如何使用各种配置在不同的模式下初始化服务 器开始,你将学到包括查询、MongoDB特以及 利用MMS进行监控和备份在内的诸多技巧。随后接着 深入探究云端部署、Hadoop集成、提升开发人员生产 力。

    售后保障

    最近浏览

    猜你喜欢

    该商品在当前城市正在进行 促销

    注:参加抢购将不再享受其他优惠活动

    x
    您已成功将商品加入收藏夹

    查看我的收藏夹

    确定

    非常抱歉,您前期未参加预订活动,
    无法支付尾款哦!

    关闭

    抱歉,您暂无任性付资格

    此时为正式期SUPER会员专享抢购期,普通会员暂不可抢购