- MongoDB Cookbook(Second Edition)
- Cyrus Dasadia Amol Nayak
- 138字
- 2021-07-23 14:38:55
Chapter 1. Installing and Starting the Server
In this chapter, we will cover the following recipes:
- Installing single node MongoDB
- Starting a single node instance using the command-line options
- Installing single node MongoDB with options from the config file
- Connecting to a single node in the Mongo shell with JavaScript
- Connecting to a single node from a Java client
- Connecting to a single node from a Python client
- Starting multiple instances as part of a replica set
- Connecting to the replica set in the shell to query and insert data
- Connecting to the replica set to query and insert data from a Java client
- Connecting to the replica set to query and insert data using a Python client
- Starting a simple sharded environment of two shards
- Connecting to a shard in the shell and performing operations
推薦閱讀
- Google Apps Script for Beginners
- Getting Started with Gulp(Second Edition)
- PostgreSQL for Data Architects
- Java完全自學教程
- R語言游戲數據分析與挖掘
- VMware vSphere 6.7虛擬化架構實戰指南
- JavaScript動態網頁開發詳解
- 飛槳PaddlePaddle深度學習實戰
- Python編程:從入門到實踐
- Go并發編程實戰
- 青少年學Python(第1冊)
- 零基礎學C語言第2版
- Azure Serverless Computing Cookbook
- Vue.js應用測試
- Extending Unity with Editor Scripting