- MongoDB Cookbook(Second Edition)
- Cyrus Dasadia Amol Nayak
- 92字
- 2021-07-23 14:38:55
Introduction
In this chapter, we will look at starting up the MongoDB server. Though it is a cakewalk to start the server with default settings for development purposes, there are numerous options available to fine-tune the start up behavior. We will start the server as a single node and then introduce various configuration options. We will conclude this chapter by setting up a simple replica set and running a sharded cluster. So, let's get started with installing and setting up the MongoDB server in the easiest way possible for simple development purposes.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- PHP基礎案例教程
- Vue.js 2 and Bootstrap 4 Web Development
- PostgreSQL Cookbook
- Android Development with Kotlin
- 精通Scrapy網絡爬蟲
- 手把手教你學C語言
- Spring+Spring MVC+MyBatis整合開發實戰
- Test-Driven Development with Django
- Statistical Application Development with R and Python(Second Edition)
- Python全棧開發:基礎入門
- Java程序設計教程
- Drupal 8 Development Cookbook(Second Edition)
- Selenium自動化測試完全指南:基于Python