Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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