Skip to content

seidtgeist/teriaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teriaki

Watches & syncs a folder recursively into a riak bucket.

Install

teriaki should be installed globally (-g) and as root:

sudo npm install teriaki -g

This way it’ll end up in your PATH with the right owner.

Syncing a folder

teriaki is invoked with a local path and a bucket name:

teriaki <sync_path> <bucket_name>'

For example:

mkdir syncdir
teriaki syncdir/ bucket
echo '{"foo": "bar"}' > syncdir/poopin.json
echo 'foobar' > syncdir/poopin.txt
cp foo.jpg syncdir/

About

PoC for watching & syncing a folder recursively into a riak bucket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors