Skip to content

Instantly share code, notes, and snippets.

@dmaier-couchbase
Created September 28, 2015 08:28
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 dmaier-couchbase/28b092ca1bcee7a53d84 to your computer and use it in GitHub Desktop.
Save dmaier-couchbase/28b092ca1bcee7a53d84 to your computer and use it in GitHub Desktop.
"cnti::1abc-2def-3ghi-4jkl" : {
"head": "2-bcd",
"revs" : {
"1-abc" : {
"meta" : {
"updated" : 1443426252,
"user" : "dmaier",
},
"doc" : {
"author" : "David Maier",
"content" : "/mnt/blobs/1abc-2def-3ghi-4jkl",
"mime-type" : "application/msword",
"tags" : "demo example blog",
}
},
"2-bcd" : {
"meta" : {
"parent" : "1-abc",
"updated" : 1443426255,
"user" : "mmustermann",
},
"doc" : {
"author" : "David Maier",
"content" : "/mnt/blobs/1abc-2def-3ghi-4jkl",
"mime-type" : "application/msword",
"tags" : "demo example blog couchbase",
}
},
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment