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: about 2 months ago
JSON representation

deploy a mongodb sharded cluster on a local machine

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
```