Skip to content

Instantly share code, notes, and snippets.

@havarnov
Created August 25, 2017 10:29
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 havarnov/b817c2732e1cc0388a4c95bf766230d0 to your computer and use it in GitHub Desktop.
Save havarnov/b817c2732e1cc0388a4c95bf766230d0 to your computer and use it in GitHub Desktop.
// created with gremlin api
{
"label": "county",
"name": [
{
"_value": "Adams",
"id": "ea942714-a11c-4be2-ad51-7a8770f9671a"
}
],
"id": "Adams",
"Population": [
{
"_value": 18728,
"id": "17a33614-e86e-4008-954a-118a2f7024ae"
}
],
"Seat": [
{
"_value": "Ritzville",
"id": "17376dc0-472e-4fde-8081-479eb6cc51e0"
}
],
"_rid": "784yALBFBwALAAAAAAAAAA==",
"_self": "dbs/784yAA==/colls/784yALBFBwA=/docs/784yALBFBwALAAAAAAAAAA==/",
"_etag": "\"00005b15-0000-0000-0000-599fd1470000\"",
"_attachments": "attachments/",
"_ts": 1503646023
}
// created with documentdb api
{
"id": "King",
"label": null,
"Population": 1931249,
"State": "WA",
"Seat": "Seattle",
"_rid": "784yAN2iTwABAAAAAAAAAA==",
"_self": "dbs/784yAA==/colls/784yAN2iTwA=/docs/784yAN2iTwABAAAAAAAAAA==/",
"_etag": "\"0000ec40-0000-0000-0000-599fd7080000\"",
"_attachments": "attachments/",
"_ts": 1503647496
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment