Skip to content

Instantly share code, notes, and snippets.

@simonvc
Created February 12, 2013 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonvc/4761844 to your computer and use it in GitHub Desktop.
Save simonvc/4761844 to your computer and use it in GitHub Desktop.
How to load 10k keys into riak
for x in {1..10000};do curl -v -X PUT -H 'Content-type: text/text' -d "This is some data $x" http://127.0.0.1:11098/riak/test/$x; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment