Skip to content

maeldur/test-mongodb-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mongodb Development Cluster

This is a simple script to start up a sharded and/or replicated mongodb server setup.

Examples:

Simple replica set (3 members):

node cluster.js --replicated

Simple sharded/replicated setup (3 shards, each shard is a 3 member replica set)

node cluster.js --replicated --sharded --shardCount 3

About

MongoDB Development Cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published