Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created September 2, 2014 16:09
Show Gist options
  • Save sideshowcoder/f379dac7d66b252d7288 to your computer and use it in GitHub Desktop.
Save sideshowcoder/f379dac7d66b252d7288 to your computer and use it in GitHub Desktop.
Creating a 1000 documents in Couchbase via Erlang oneliner
[cberl:set(default, list_to_binary(X), 0, {[{<<"type">>,<<"bar">>}]}) || X <- [lists:flatten(io_lib:format("bar-~p", [X])) || X <- lists:seq(4, 10000)]].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment