rkv
v0.0.2
Published
global distributed kv with [rethinkdb](https://rethinkdb.com/), in one line
Downloads
3
Readme
rkv
global distributed kv with rethinkdb, in one line
RKVPASS=egrkvpass \
CANONICAL=`curl http://checkip.amazonaws.com` \
RKVCLUSTER=egrkv.partnernetsoftware.com \
docker run -ti -p 28015:28015 -p 29015:29015 -p 8888:8080 -e RKVPASS -e RKVCLUSTER -e CANONICAL -v $PWD:/work/ -w /work/ rethinkdb \
sh -c 'rethinkdb --initial-password "$RKVPASS" -d ./rdbdata/ --bind all --join "$RKVCLUSTER" --no-http-admin --canonical-address "$CANONICAL"'
NOTES
if you wanna run it in private network, zerotier might be your great choice.