Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feliixx/mongodbshardedcluster
deploy a mongodb sharded cluster on a local machine
https://github.com/feliixx/mongodbshardedcluster
cluster deployment mongodb sharding
Last synced: 10 days ago
JSON representation
deploy a mongodb sharded cluster on a local machine
- Host: GitHub
- URL: https://github.com/feliixx/mongodbshardedcluster
- Owner: feliixx
- Created: 2017-09-12T07:35:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T22:18:35.000Z (2 months ago)
- Last Synced: 2024-12-10T06:25:50.455Z (2 months ago)
- Topics: cluster, deployment, mongodb, sharding
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongodbShardedCluster
deploy a mongodb sharded cluster on a local machine
WARNING: do not use this in production environment. This script
is only intended for setting up a test environment### Run
Launch the cluster with this command:
```shell
./deploy.sh /path/to/db/folder nb_of_shard
```