Skip to content

Dockerized TokuMX (MongoDB compatible) local cluster

Notifications You must be signed in to change notification settings

isabella232/docker-tokumx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mongo

This is a Docker project to bring up a local TokuMX cluster.

Running

Clone Repository

$ git clone https://github.com/ankurcha/docker-tokumx.git
$ cd docker-tokumx
$ make tokumx-container

The statement make tokumx-container will download the image from docker index.

Launch cluster

$ make start-cluster

Stop Cluster

$ make stop-cluster

Credits

Most of the work in figuring out this puzzle was done by @wdalmut who created the script to wire up a simpler mongodb sharded cluster. Kudos!

About

Dockerized TokuMX (MongoDB compatible) local cluster

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.5%
  • Makefile 1.5%