zph / mongo-scaffold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 66.7%Language:JavaScript 25.2%Language:Makefile 4.9%Language:HCL 3.3%