Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created May 14, 2014 20:27
Show Gist options
  • Select an option

  • Save andywenk/5d9109d8382b2d7ece83 to your computer and use it in GitHub Desktop.

Select an option

Save andywenk/5d9109d8382b2d7ece83 to your computer and use it in GitHub Desktop.
curl -XPUT http://localhost:15984/bigcouch_is_awesome\?q\=4\&n\=5
~ ❯❯❯ curl -XPUT http://localhost:15984/bigcouch_is_awesome\?q\=4\&n\=5
{"ok":true}
~ ❯❯❯ curl http://localhost:15984/_all_dbs
["_replicator","bigcouch_is_awesome","rnewson_is_the_boss"]
~ ❯❯❯ curl http://localhost:15986/_all_dbs
[
"_replicator",
"_users",
"dbs",
"nodes",
"shards/00000000-1fffffff/_replicator.1400098598",
"shards/00000000-1fffffff/rnewson_is_the_boss.1400098248",
"shards/00000000-3fffffff/bigcouch_is_awesome.1400099010",
"shards/20000000-3fffffff/_replicator.1400098598",
"shards/20000000-3fffffff/rnewson_is_the_boss.1400098248",
"shards/40000000-5fffffff/_replicator.1400098598",
"shards/40000000-5fffffff/rnewson_is_the_boss.1400098248",
"shards/40000000-7fffffff/bigcouch_is_awesome.1400099010",
"shards/60000000-7fffffff/_replicator.1400098598",
"shards/60000000-7fffffff/rnewson_is_the_boss.1400098248",
"shards/80000000-9fffffff/_replicator.1400098598",
"shards/80000000-9fffffff/rnewson_is_the_boss.1400098248",
"shards/80000000-bfffffff/bigcouch_is_awesome.1400099010",
"shards/a0000000-bfffffff/_replicator.1400098598",
"shards/a0000000-bfffffff/rnewson_is_the_boss.1400098248",
"shards/c0000000-dfffffff/_replicator.1400098598",
"shards/c0000000-dfffffff/rnewson_is_the_boss.1400098248",
"shards/c0000000-ffffffff/bigcouch_is_awesome.1400099010",
"shards/e0000000-ffffffff/_replicator.1400098598",
"shards/e0000000-ffffffff/rnewson_is_the_boss.1400098248"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment