Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 408 Bytes

Mongo scaffold

A test bed for local testing of sharded clusters using mlaunch + keyhole + bash.

# Setup a virtual env with your favorite tool, I use direnv's "layout functionality"
# Or yolo it and do systemwide install if you skip the venv stage
make setup

# Load fake data in keyhole db
make seed

# Connect to mongo sharded cluster
make connect

# Cleanup and stop running cluster
make clean