1
0
Fork 0

release version 2.5.0-alpha6

This commit is contained in:
Frank Celler 2015-02-19 12:12:57 +01:00
parent e294ef2c89
commit 61c6c0f79b
297 changed files with 2526 additions and 2522 deletions

View File

@ -1,4 +1,4 @@
v2.5.0-alpha5 (2015-02-18)
v2.5.0-alpha6 (2015-02-18)
-------------------
* front-end: dashboard tries not to (re)load statistics if user has no access

View File

@ -1,5 +1,5 @@
arangosh> col = db.example;
[ArangoCollection 951707995, "example" (type document, status loaded)]
[ArangoCollection 949133613, "example" (type document, status loaded)]
arangosh> col.unload();
arangosh> col;
[ArangoCollection 951707995, "example" (type document, status unloaded)]
[ArangoCollection 949133613, "example" (type document, status unloaded)]

View File

@ -7,14 +7,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1489103195
etag: 1488429357
{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/1489103195",
"_rev" : "1489103195",
"_key" : "1489103195"
"_id" : "relation/1488429357",
"_rev" : "1488429357",
"_key" : "1488429357"
}
}

View File

@ -12,7 +12,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
HTTP/1.1 201 Created
content-type: application/json
etag: 1449716059
etag: 1449107757
{
"error" : false,
@ -44,6 +44,6 @@ etag: 1449716059
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1449716059"
"_rev" : "1449107757"
}
}

View File

@ -5,14 +5,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1466493275
etag: 1465819437
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "male/1466493275",
"_rev" : "1466493275",
"_key" : "1466493275"
"_id" : "male/1465819437",
"_rev" : "1465819437",
"_key" : "1465819437"
}
}

View File

@ -5,7 +5,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
HTTP/1.1 201 Created
content-type: application/json
etag: 1432349019
etag: 1431740717
{
"error" : false,
@ -29,6 +29,6 @@ etag: 1432349019
"otherVertices"
],
"_id" : "_graphs/social",
"_rev" : "1432349019"
"_rev" : "1431740717"
}
}

View File

@ -16,7 +16,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
HTTP/1.1 201 Created
content-type: application/json
etag: 1420093787
etag: 1419485485
{
"error" : false,
@ -36,6 +36,6 @@ etag: 1420093787
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1420093787"
"_rev" : "1419485485"
}
}

View File

@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
HTTP/1.1 200 OK
content-type: application/json
etag: 1459677531
etag: 1459003693
{
"error" : false,
@ -15,6 +15,6 @@ etag: 1459677531
"male"
],
"_id" : "_graphs/social",
"_rev" : "1459677531"
"_rev" : "1459003693"
}
}

View File

@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
HTTP/1.1 200 OK
content-type: application/json
etag: 1492117851
etag: 1491444013
{
"error" : false,
@ -10,7 +10,7 @@ etag: 1492117851
"edge" : {
"_id" : "relation/aliceAndBob",
"_key" : "aliceAndBob",
"_rev" : "1492117851",
"_rev" : "1491444013",
"_from" : "female/alice",
"_to" : "male/bob",
"type" : "married"

View File

@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/myGraph
HTTP/1.1 200 OK
content-type: application/json
etag: 1421732187
etag: 1421189421
{
"error" : false,
@ -22,6 +22,6 @@ etag: 1421732187
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1421732187"
"_rev" : "1421189421"
}
}

View File

@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
HTTP/1.1 200 OK
content-type: application/json
etag: 1468459355
etag: 1467785517
{
"error" : false,
@ -10,7 +10,7 @@ etag: 1468459355
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
"_rev" : "1468459355",
"_rev" : "1467785517",
"name" : "Alice"
}
}

View File

@ -10,7 +10,7 @@ content-type: application/json
{
"_id" : "_graphs/social",
"_key" : "social",
"_rev" : "1399253339",
"_rev" : "1397334317",
"edgeDefinitions" : [
{
"collection" : "relation",
@ -29,7 +29,7 @@ content-type: application/json
{
"_id" : "_graphs/routeplanner",
"_key" : "routeplanner",
"_rev" : "1403578715",
"_rev" : "1401659693",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{

View File

@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1479666011
etag: 1478992173
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1479666011",
"_oldRev" : "1477175643",
"_rev" : "1478992173",
"_oldRev" : "1476501805",
"_key" : "alice"
}
}

View File

@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1502013787
etag: 1501339949
{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1502013787",
"_oldRev" : "1500571995",
"_rev" : "1501339949",
"_oldRev" : "1499898157",
"_key" : "aliceAndBob"
}
}

View File

@ -5,15 +5,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1497557339
etag: 1496883501
{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1497557339",
"_oldRev" : "1496246619",
"_rev" : "1496883501",
"_oldRev" : "1495572781",
"_key" : "aliceAndBob"
}
}

View File

@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
HTTP/1.1 200 OK
content-type: application/json
etag: 1439361371
etag: 1438687533
{
"error" : false,
@ -24,6 +24,6 @@ etag: 1439361371
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1439361371"
"_rev" : "1438687533"
}
}

View File

@ -15,7 +15,7 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
HTTP/1.1 200 OK
content-type: application/json
etag: 1454762331
etag: 1454154029
{
"error" : false,
@ -39,6 +39,6 @@ etag: 1454762331
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1454762331"
"_rev" : "1454154029"
}
}

View File

@ -6,15 +6,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1475144027
etag: 1474470189
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1475144027",
"_oldRev" : "1472653659",
"_rev" : "1474470189",
"_oldRev" : "1471979821",
"_key" : "alice"
}
}

View File

@ -4,21 +4,21 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"time" : 1424297626.031688,
"time" : 1424344359.581138,
"system" : {
"minorPageFaults" : 63313,
"majorPageFaults" : 2907,
"userTime" : 7.661292,
"systemTime" : 4.342269,
"minorPageFaults" : 58700,
"majorPageFaults" : 2916,
"userTime" : 7.460499,
"systemTime" : 4.528952,
"numberOfThreads" : 26,
"residentSize" : 136458240,
"residentSizePercent" : 0.03177165985107422,
"virtualSize" : 5119266816
"residentSize" : 142340096,
"residentSizePercent" : 0.033141136169433594,
"virtualSize" : 5107728384
},
"client" : {
"httpConnections" : 1,
"connectionTime" : {
"sum" : 0.002577066421508789,
"sum" : 0.0015480518341064453,
"count" : 1,
"counts" : [
1,
@ -28,33 +28,33 @@ content-type: application/json; charset=utf-8
]
},
"totalTime" : {
"sum" : 41.27445030212402,
"sum" : 23.22349739074707,
"count" : 10674,
"counts" : [
10179,
360,
78,
42,
13,
0,
2
10217,
399,
33,
21,
2,
1,
1
]
},
"requestTime" : {
"sum" : 39.629737854003906,
"sum" : 21.56511664390564,
"count" : 10674,
"counts" : [
10182,
358,
78,
42,
12,
0,
2
10221,
396,
33,
20,
2,
1,
1
]
},
"queueTime" : {
"sum" : 0.2529916763305664,
"sum" : 0.26316285133361816,
"count" : 10674,
"counts" : [
10674,
@ -67,24 +67,24 @@ content-type: application/json; charset=utf-8
]
},
"ioTime" : {
"sum" : 1.3917207717895508,
"sum" : 1.3952178955078125,
"count" : 10674,
"counts" : [
10673,
0,
0,
0,
1,
0,
0,
0
]
},
"bytesSent" : {
"sum" : 3939778,
"sum" : 3939521,
"count" : 10674,
"counts" : [
2797,
7712,
2796,
7713,
21,
12,
132,
@ -117,7 +117,7 @@ content-type: application/json; charset=utf-8
"requestsOther" : 0
},
"server" : {
"uptime" : 51.222331047058105,
"uptime" : 32.97909498214722,
"physicalMemory" : 4294967296
},
"error" : false,

View File

@ -37,4 +37,4 @@ HTTP/1.1 200 OK
content-type: multipart/form-data; boundary=SomeBoundaryValue
x-arango-errors: 1
"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId1\r\n\r\nHTTP/1.1 200 OK\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 44\r\n\r\n{\"server\":\"arango\",\"version\":\"2.5.0-alpha5\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId2\r\n\r\nHTTP/1.1 404 Not Found\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 88\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":1203,\"errorMessage\":\"unknown collection 'products'\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: someId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 138\r\n\r\n{\"id\":\"1506666843\",\"name\":\"products\",\"waitForSync\":false,\"isVolatile\":false,\"isSystem\":false,\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: nextId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products/figures\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 618\r\n\r\n{\"id\":\"1506666843\",\"name\":\"products\",\"isSystem\":false,\"doCompact\":true,\"isVolatile\":false,\"journalSize\":1048576,\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true},\"waitForSync\":false,\"count\":0,\"figures\":{\"alive\":{\"count\":0,\"size\":0},\"dead\":{\"count\":0,\"size\":0,\"deletion\":0},\"datafiles\":{\"count\":0,\"fileSize\":0},\"journals\":{\"count\":0,\"fileSize\":0},\"compactors\":{\"count\":0,\"fileSize\":0},\"shapefiles\":{\"count\":0,\"fileSize\":0},\"shapes\":{\"count\":0,\"size\":0},\"attributes\":{\"count\":0,\"size\":0},\"indexes\":{\"count\":1,\"size\":2008},\"lastTick\":\"0\",\"uncollectedLogfileEntries\":0},\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: otherId\r\n\r\nHTTP/1.1 200 OK\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 44\r\n\r\n{\"id\":\"1506666843\",\"error\":false,\"code\":200}\r\n--SomeBoundaryValue--"
"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId1\r\n\r\nHTTP/1.1 200 OK\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 44\r\n\r\n{\"server\":\"arango\",\"version\":\"2.5.0-alpha6\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId2\r\n\r\nHTTP/1.1 404 Not Found\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 88\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":1203,\"errorMessage\":\"unknown collection 'products'\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: someId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 138\r\n\r\n{\"id\":\"1505993005\",\"name\":\"products\",\"waitForSync\":false,\"isVolatile\":false,\"isSystem\":false,\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: nextId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products/figures\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 618\r\n\r\n{\"id\":\"1505993005\",\"name\":\"products\",\"isSystem\":false,\"doCompact\":true,\"isVolatile\":false,\"journalSize\":1048576,\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true},\"waitForSync\":false,\"count\":0,\"figures\":{\"alive\":{\"count\":0,\"size\":0},\"dead\":{\"count\":0,\"size\":0,\"deletion\":0},\"datafiles\":{\"count\":0,\"fileSize\":0},\"journals\":{\"count\":0,\"fileSize\":0},\"compactors\":{\"count\":0,\"fileSize\":0},\"shapefiles\":{\"count\":0,\"fileSize\":0},\"shapes\":{\"count\":0,\"size\":0},\"attributes\":{\"count\":0,\"size\":0},\"indexes\":{\"count\":1,\"size\":2008},\"lastTick\":\"0\",\"uncollectedLogfileEntries\":0},\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: otherId\r\n\r\nHTTP/1.1 200 OK\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 44\r\n\r\n{\"id\":\"1505993005\",\"error\":false,\"code\":200}\r\n--SomeBoundaryValue--"

View File

@ -6,7 +6,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/testCollectionBasics
{
"id" : "1370876251",
"id" : "1369153837",
"name" : "testCollectionBasics",
"waitForSync" : false,
"isVolatile" : false,
@ -24,7 +24,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/testCollectionEdges
{
"id" : "1371007323",
"id" : "1369284909",
"name" : "testCollectionEdges",
"waitForSync" : false,
"isVolatile" : false,

View File

@ -6,7 +6,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/testCollectionUsers
{
"id" : "1371269467",
"id" : "1369547053",
"name" : "testCollectionUsers",
"waitForSync" : false,
"isVolatile" : false,

View File

@ -1,10 +1,10 @@
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/collection/1397287259
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/collection/1395433773
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1397287259",
"id" : "1395433773",
"error" : false,
"code" : 200
}

View File

@ -4,7 +4,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1397483867",
"id" : "1395630381",
"error" : false,
"code" : 200
}

View File

@ -6,481 +6,481 @@ content-type: application/json; charset=utf-8
{
"collections" : [
{
"id" : "1087301979",
"name" : "germanHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1063709019",
"name" : "male",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "2615643",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1002760539",
"name" : "has_bought",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1087695195",
"name" : "internationalHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1002236251",
"name" : "friend_of",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1087170907",
"name" : "germanCity",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "806545755",
"name" : "geo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1063577947",
"name" : "female",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "4712795",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2484571",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1002629467",
"name" : "Electronics",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1087564123",
"name" : "frenchHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1178265947",
"name" : "edges2",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1092872539",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "5106011",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1091955035",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "190811",
"id" : "172333",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1176889691",
"name" : "vertices1",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1002105179",
"name" : "Customer",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "5499227",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1063905627",
"name" : "relation",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "760146267",
"id" : "757506349",
"name" : "better-example",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "4581723",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2353499",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6351195",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1002498395",
"id" : "1000317229",
"name" : "Groceries",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1087433051",
"id" : "1085251885",
"name" : "frenchCity",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "7203163",
"id" : "1089708333",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "5480749",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1061658925",
"name" : "relation",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "4563245",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2335021",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6332717",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "7184685",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "16509275",
"id" : "1177198893",
"name" : "edges2",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "16490797",
"name" : "_system_sessions_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "452955",
"id" : "1000186157",
"name" : "Company",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1085120813",
"name" : "germanHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "1175822637",
"name" : "vertices1",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "1061527853",
"name" : "male",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "434477",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "2222427",
"id" : "1000579373",
"name" : "has_bought",
"isSystem" : false,
"status" : 3,
"type" : 3
},
{
"id" : "2203949",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "6220123",
"id" : "6201645",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1002367323",
"name" : "Company",
"isSystem" : false,
"status" : 3,
"type" : 2
}
],
"names" : {
"germanHighway" : {
"id" : "1087301979",
"name" : "germanHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"male" : {
"id" : "1063709019",
"name" : "male",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_cluster_kickstarter_plans" : {
"id" : "2615643",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"has_bought" : {
"id" : "1002760539",
"name" : "has_bought",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"internationalHighway" : {
"id" : "1087695195",
"id" : "1085514029",
"name" : "internationalHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"friend_of" : {
"id" : "1002236251",
{
"id" : "2597165",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
{
"id" : "1000055085",
"name" : "friend_of",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"germanCity" : {
"id" : "1087170907",
{
"id" : "1084989741",
"name" : "germanCity",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"geo" : {
"id" : "806545755",
"name" : "geo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"female" : {
"id" : "1063577947",
{
"id" : "1061396781",
"name" : "female",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statisticsRaw" : {
"id" : "4712795",
"name" : "_statisticsRaw",
"isSystem" : true,
{
"id" : "803905837",
"name" : "geo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_routing" : {
"id" : "2484571",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"Electronics" : {
"id" : "1002629467",
{
"id" : "1000448301",
"name" : "Electronics",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"frenchHighway" : {
"id" : "1087564123",
{
"id" : "1085382957",
"name" : "frenchHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"edges2" : {
"id" : "1178265947",
"name" : "edges2",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"animals" : {
"id" : "1092872539",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statistics" : {
"id" : "5106011",
"name" : "_statistics",
{
"id" : "4694317",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"demo" : {
"id" : "1091955035",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_configuration" : {
"id" : "190811",
"name" : "_configuration",
{
"id" : "2466093",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"vertices1" : {
"id" : "1176889691",
"name" : "vertices1",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"Customer" : {
"id" : "1002105179",
{
"id" : "999924013",
"name" : "Customer",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statistics15" : {
"id" : "5499227",
"name" : "_statistics15",
{
"id" : "1090625837",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
{
"id" : "5087533",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
}
],
"names" : {
"_configuration" : {
"id" : "172333",
"name" : "_configuration",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"relation" : {
"id" : "1063905627",
"name" : "relation",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"better-example" : {
"id" : "760146267",
"id" : "757506349",
"name" : "better-example",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_aqlfunctions" : {
"id" : "4581723",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_modules" : {
"id" : "2353499",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_jobs" : {
"id" : "6351195",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"Groceries" : {
"id" : "1002498395",
"id" : "1000317229",
"name" : "Groceries",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"frenchCity" : {
"id" : "1087433051",
"id" : "1085251885",
"name" : "frenchCity",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"demo" : {
"id" : "1089708333",
"name" : "demo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statistics15" : {
"id" : "5480749",
"name" : "_statistics15",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"relation" : {
"id" : "1061658925",
"name" : "relation",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"_aqlfunctions" : {
"id" : "4563245",
"name" : "_aqlfunctions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_modules" : {
"id" : "2335021",
"name" : "_modules",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_jobs" : {
"id" : "6332717",
"name" : "_jobs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_apps" : {
"id" : "7203163",
"id" : "7184685",
"name" : "_apps",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"edges2" : {
"id" : "1177198893",
"name" : "edges2",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"_system_sessions_sessions" : {
"id" : "16509275",
"id" : "16490797",
"name" : "_system_sessions_sessions",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"Company" : {
"id" : "1000186157",
"name" : "Company",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"germanHighway" : {
"id" : "1085120813",
"name" : "germanHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"vertices1" : {
"id" : "1175822637",
"name" : "vertices1",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"male" : {
"id" : "1061527853",
"name" : "male",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_users" : {
"id" : "452955",
"id" : "434477",
"name" : "_users",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"has_bought" : {
"id" : "1000579373",
"name" : "has_bought",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"_graphs" : {
"id" : "2222427",
"id" : "2203949",
"name" : "_graphs",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_queues" : {
"id" : "6220123",
"id" : "6201645",
"name" : "_queues",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"Company" : {
"id" : "1002367323",
"name" : "Company",
"internationalHighway" : {
"id" : "1085514029",
"name" : "internationalHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"_cluster_kickstarter_plans" : {
"id" : "2597165",
"name" : "_cluster_kickstarter_plans",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"friend_of" : {
"id" : "1000055085",
"name" : "friend_of",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"germanCity" : {
"id" : "1084989741",
"name" : "germanCity",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"female" : {
"id" : "1061396781",
"name" : "female",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"geo" : {
"id" : "803905837",
"name" : "geo",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"Electronics" : {
"id" : "1000448301",
"name" : "Electronics",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"frenchHighway" : {
"id" : "1085382957",
"name" : "frenchHighway",
"isSystem" : false,
"status" : 3,
"type" : 3
},
"_statisticsRaw" : {
"id" : "4694317",
"name" : "_statisticsRaw",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"_routing" : {
"id" : "2466093",
"name" : "_routing",
"isSystem" : true,
"status" : 3,
"type" : 2
},
"Customer" : {
"id" : "999924013",
"name" : "Customer",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"animals" : {
"id" : "1090625837",
"name" : "animals",
"isSystem" : false,
"status" : 3,
"type" : 2
},
"_statistics" : {
"id" : "5087533",
"name" : "_statistics",
"isSystem" : true,
"status" : 3,
"type" : 2
}
},

View File

@ -4,13 +4,13 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1393813851",
"id" : "1392025901",
"name" : "products",
"isSystem" : false,
"status" : 3,
"type" : 2,
"checksum" : 3786187659,
"revision" : "1394141531",
"checksum" : 3140030282,
"revision" : "1392353581",
"error" : false,
"code" : 200
}

View File

@ -4,13 +4,13 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1394403675",
"id" : "1392615725",
"name" : "products",
"isSystem" : false,
"status" : 3,
"type" : 2,
"checksum" : 2239643493,
"revision" : "1394731355",
"checksum" : 2662522228,
"revision" : "1392943405",
"error" : false,
"code" : 200
}

View File

@ -5,7 +5,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/products/count
{
"id" : "1371859291",
"id" : "1370136877",
"name" : "products",
"isSystem" : false,
"doCompact" : true,

View File

@ -5,7 +5,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/products/figures
{
"id" : "1392044379",
"id" : "1390780717",
"name" : "products",
"isSystem" : false,
"doCompact" : true,
@ -55,7 +55,7 @@ location: /_db/_system/_api/collection/products/figures
"count" : 1,
"size" : 2008
},
"lastTick" : "1392437595",
"lastTick" : "1391173933",
"uncollectedLogfileEntries" : 0
},
"status" : 3,

View File

@ -1,11 +1,11 @@
shell> curl --data-binary @- --dump - http://localhost:8529/_api/collection/1371466075/properties
shell> curl --data-binary @- --dump - http://localhost:8529/_api/collection/1369743661/properties
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/products/properties
{
"id" : "1371466075",
"id" : "1369743661",
"name" : "products",
"isSystem" : false,
"doCompact" : true,

View File

@ -5,7 +5,7 @@ content-type: application/json; charset=utf-8
location: /_db/_system/_api/collection/products/properties
{
"id" : "1371662683",
"id" : "1369940269",
"name" : "products",
"isSystem" : false,
"doCompact" : true,

View File

@ -4,7 +4,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1393551707",
"id" : "1391763757",
"name" : "products",
"isSystem" : false,
"status" : 3,

View File

@ -4,7 +4,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1394993499",
"id" : "1393205549",
"name" : "products",
"isSystem" : false,
"count" : 0,

View File

@ -7,7 +7,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1395714395",
"id" : "1393926445",
"name" : "products",
"isSystem" : false,
"doCompact" : true,

View File

@ -7,7 +7,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1395976539",
"id" : "1394188589",
"name" : "newname",
"isSystem" : false,
"status" : 3,

View File

@ -4,7 +4,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1395452251",
"id" : "1393664301",
"name" : "products",
"isSystem" : false,
"status" : 3,

View File

@ -4,7 +4,7 @@ HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1395255643",
"id" : "1393467693",
"name" : "products",
"isSystem" : false,
"status" : 4,

View File

@ -7,20 +7,20 @@ content-type: application/json; charset=utf-8
{
"result" : [
{
"_id" : "products/1095952731",
"_key" : "1095952731",
"_rev" : "1095952731",
"hello1" : "world1"
"_id" : "products/1094689069",
"_key" : "1094689069",
"_rev" : "1094689069",
"hello4" : "world1"
},
{
"_id" : "products/1096935771",
"_key" : "1096935771",
"_rev" : "1096935771",
"hello4" : "world1"
"_id" : "products/1094033709",
"_key" : "1094033709",
"_rev" : "1094033709",
"hello2" : "world1"
}
],
"hasMore" : true,
"id" : "1097460059",
"id" : "1095213357",
"count" : 5,
"extra" : {
"stats" : {

View File

@ -7,16 +7,16 @@ content-type: application/json; charset=utf-8
{
"result" : [
{
"_id" : "products/1095362907",
"_key" : "1095362907",
"_rev" : "1095362907",
"hello2" : "world1"
"_id" : "products/1092788525",
"_key" : "1092788525",
"_rev" : "1092788525",
"hello1" : "world1"
},
{
"_id" : "products/1095035227",
"_key" : "1095035227",
"_rev" : "1095035227",
"hello1" : "world1"
"_id" : "products/1093116205",
"_key" : "1093116205",
"_rev" : "1093116205",
"hello2" : "world1"
}
],
"hasMore" : false,

View File

@ -7,20 +7,20 @@ content-type: application/json; charset=utf-8
{
"result" : [
{
"_id" : "products/1102506331",
"_key" : "1102506331",
"_rev" : "1102506331",
"hello1" : "world1"
"_id" : "products/1100587309",
"_key" : "1100587309",
"_rev" : "1100587309",
"hello2" : "world1"
},
{
"_id" : "products/1103489371",
"_key" : "1103489371",
"_rev" : "1103489371",
"hello4" : "world1"
"_id" : "products/1100914989",
"_key" : "1100914989",
"_rev" : "1100914989",
"hello3" : "world1"
}
],
"hasMore" : true,
"id" : "1104013659",
"id" : "1101766957",
"count" : 5,
"extra" : {
"stats" : {
@ -34,5 +34,5 @@ content-type: application/json; charset=utf-8
"error" : false,
"code" : 201
}
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/cursor/1104013659
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/cursor/1101766957

View File

@ -1,7 +1,7 @@
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor
{"query":"FOR p IN products LIMIT 5 RETURN p","count":true,"batchSize":2}
shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/1102047579
shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/1099800877
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
@ -9,20 +9,20 @@ content-type: application/json; charset=utf-8
{
"result" : [
{
"_id" : "products/1101850971",
"_key" : "1101850971",
"_rev" : "1101850971",
"_id" : "products/1099604269",
"_key" : "1099604269",
"_rev" : "1099604269",
"hello5" : "world1"
},
{
"_id" : "products/1101523291",
"_key" : "1101523291",
"_rev" : "1101523291",
"_id" : "products/1099276589",
"_key" : "1099276589",
"_rev" : "1099276589",
"hello4" : "world1"
}
],
"hasMore" : true,
"id" : "1102047579",
"id" : "1099800877",
"count" : 5,
"extra" : {
"stats" : {

View File

@ -6,8 +6,8 @@ content-type: application/json; charset=utf-8
{
"result" : {
"name" : "_system",
"id" : "125275",
"path" : "/tmp/vocdir.18548/databases/database-125275",
"id" : "106797",
"path" : "/tmp/vocdir.26883/databases/database-106797",
"isSystem" : true
},
"error" : false,

View File

@ -1,11 +1,11 @@
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/document/products/1522723163
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/document/products/1522049325
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"error" : false,
"_id" : "products/1522723163",
"_rev" : "1522723163",
"_key" : "1522723163"
"_id" : "products/1522049325",
"_rev" : "1522049325",
"_key" : "1522049325"
}

View File

@ -1,15 +1,15 @@
shell> curl -X DELETE --header 'If-Match: "1524623707"' --dump - http://localhost:8529/_api/document/products/1524296027
shell> curl -X DELETE --header 'If-Match: "1523949869"' --dump - http://localhost:8529/_api/document/products/1523622189
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
etag: "1524296027"
etag: "1523622189"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
"_id" : "products/1524296027",
"_rev" : "1524296027",
"_key" : "1524296027"
"_id" : "products/1523622189",
"_rev" : "1523622189",
"_key" : "1523622189"
}

View File

@ -1,11 +1,11 @@
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/document/products/1523444059
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/document/products/1522770221
HTTP/1.1 404 Not Found
content-type: application/json; charset=utf-8
{
"error" : true,
"errorMessage" : "document /_api/document/products/1523444059 not found",
"errorMessage" : "document /_api/document/products/1522770221 not found",
"code" : 404,
"errorNum" : 1202
}

View File

@ -1,20 +1,20 @@
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518922075
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518182701
{
"hello" : "world"
}
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1519249755"
location: /_db/_system/_api/document/products/1518922075
etag: "1518510381"
location: /_db/_system/_api/document/products/1518182701
{
"error" : false,
"_id" : "products/1518922075",
"_rev" : "1519249755",
"_key" : "1518922075"
"_id" : "products/1518182701",
"_rev" : "1518510381",
"_key" : "1518182701"
}
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518922075
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518182701
{
"numbers" : {
"one" : 1,
@ -26,20 +26,20 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/docume
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1519839579"
location: /_db/_system/_api/document/products/1518922075
etag: "1519100205"
location: /_db/_system/_api/document/products/1518182701
{
"error" : false,
"_id" : "products/1518922075",
"_rev" : "1519839579",
"_key" : "1518922075"
"_id" : "products/1518182701",
"_rev" : "1519100205",
"_key" : "1518182701"
}
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1518922075
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1518182701
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1519839579"
etag: "1519100205"
{
"one" : "world",
@ -50,11 +50,11 @@ etag: "1519839579"
"two" : 2,
"three" : 3
},
"_id" : "products/1518922075",
"_rev" : "1519839579",
"_key" : "1518922075"
"_id" : "products/1518182701",
"_rev" : "1519100205",
"_key" : "1518182701"
}
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518922075?keepNull=false
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1518182701?keepNull=false
{
"hello" : null,
"numbers" : {
@ -64,20 +64,20 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/docume
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1520298331"
location: /_db/_system/_api/document/products/1518922075
etag: "1519624493"
location: /_db/_system/_api/document/products/1518182701
{
"error" : false,
"_id" : "products/1518922075",
"_rev" : "1520298331",
"_key" : "1518922075"
"_id" : "products/1518182701",
"_rev" : "1519624493",
"_key" : "1518182701"
}
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1518922075
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1518182701
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1520298331"
etag: "1519624493"
{
"one" : "world",
@ -88,7 +88,7 @@ etag: "1520298331"
"three" : 3,
"four" : 4
},
"_id" : "products/1518922075",
"_rev" : "1520298331",
"_key" : "1518922075"
"_id" : "products/1518182701",
"_rev" : "1519624493",
"_key" : "1518182701"
}

View File

@ -1,8 +1,8 @@
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1521150299
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1520476461
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1521150299"
etag: "1520476461"
{
"inhabitants" : {
@ -10,11 +10,11 @@ etag: "1521150299"
"india" : 1263590000,
"usa" : 319220000
},
"_id" : "products/1521150299",
"_rev" : "1521150299",
"_key" : "1521150299"
"_id" : "products/1520476461",
"_rev" : "1520476461",
"_key" : "1520476461"
}
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1521150299?mergeObjects=true
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1520476461?mergeObjects=true
{
"inhabitants" : {
"indonesia" : 252164800,
@ -22,11 +22,11 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/docume
}
}
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1521150299
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1520476461
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1521674587"
etag: "1521000749"
{
"inhabitants" : {
@ -36,11 +36,11 @@ etag: "1521674587"
"indonesia" : 252164800,
"brazil" : 203553000
},
"_id" : "products/1521150299",
"_rev" : "1521674587",
"_key" : "1521150299"
"_id" : "products/1520476461",
"_rev" : "1521000749",
"_key" : "1520476461"
}
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1521150299?mergeObjects=false
shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/1520476461?mergeObjects=false
{
"inhabitants" : {
"pakistan" : 188346000
@ -49,26 +49,26 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/docume
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1522133339"
location: /_db/_system/_api/document/products/1521150299
etag: "1521459501"
location: /_db/_system/_api/document/products/1520476461
{
"error" : false,
"_id" : "products/1521150299",
"_rev" : "1522133339",
"_key" : "1521150299"
"_id" : "products/1520476461",
"_rev" : "1521459501",
"_key" : "1520476461"
}
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1521150299
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1520476461
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1522133339"
etag: "1521459501"
{
"inhabitants" : {
"pakistan" : 188346000
},
"_id" : "products/1521150299",
"_rev" : "1522133339",
"_key" : "1521150299"
"_id" : "products/1520476461",
"_rev" : "1521459501",
"_key" : "1520476461"
}

View File

@ -3,12 +3,12 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/documen
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1507846491"
location: /_db/_system/_api/document/products/1507846491
etag: "1507172653"
location: /_db/_system/_api/document/products/1507172653
{
"error" : false,
"_id" : "products/1507846491",
"_rev" : "1507846491",
"_key" : "1507846491"
"_id" : "products/1507172653",
"_rev" : "1507172653",
"_key" : "1507172653"
}

View File

@ -3,12 +3,12 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/documen
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
etag: "1507322203"
location: /_db/_system/_api/document/products/1507322203
etag: "1506648365"
location: /_db/_system/_api/document/products/1506648365
{
"error" : false,
"_id" : "products/1507322203",
"_rev" : "1507322203",
"_key" : "1507322203"
"_id" : "products/1506648365",
"_rev" : "1506648365",
"_key" : "1506648365"
}

View File

@ -3,12 +3,12 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/documen
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1508895067"
location: /_db/_system/_api/document/products/1508895067
etag: "1508221229"
location: /_db/_system/_api/document/products/1508221229
{
"error" : false,
"_id" : "products/1508895067",
"_rev" : "1508895067",
"_key" : "1508895067"
"_id" : "products/1508221229",
"_rev" : "1508221229",
"_key" : "1508221229"
}

View File

@ -3,12 +3,12 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/documen
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
etag: "1508370779"
location: /_db/_system/_api/document/products/1508370779
etag: "1507696941"
location: /_db/_system/_api/document/products/1507696941
{
"error" : false,
"_id" : "products/1508370779",
"_rev" : "1508370779",
"_key" : "1508370779"
"_id" : "products/1507696941",
"_rev" : "1507696941",
"_key" : "1507696941"
}

View File

@ -1,12 +1,12 @@
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1509419355
shell> curl --data-binary @- --dump - http://localhost:8529/_api/document/products/1508745517
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1509419355"
etag: "1508745517"
{
"hello" : "world",
"_id" : "products/1509419355",
"_rev" : "1509419355",
"_key" : "1509419355"
"_id" : "products/1508745517",
"_rev" : "1508745517",
"_key" : "1508745517"
}

View File

@ -5,8 +5,8 @@ content-type: application/json; charset=utf-8
{
"documents" : [
"1512565083",
"1512237403",
"1511909723"
"1511891245",
"1511235885",
"1511563565"
]
}

View File

@ -5,8 +5,8 @@ content-type: application/json; charset=utf-8
{
"documents" : [
"/_api/document/products/1510992219",
"/_api/document/products/1510664539",
"/_api/document/products/1511319899"
"/_api/document/products/1510646061",
"/_api/document/products/1509990701",
"/_api/document/products/1510318381"
]
}

View File

@ -1,2 +1,2 @@
shell> curl -X HEAD --data-binary @- --dump - http://localhost:8529/_api/document/products/1513154907
shell> curl -X HEAD --data-binary @- --dump - http://localhost:8529/_api/document/products/1512481069

View File

@ -1,2 +1,2 @@
shell> curl --header 'If-None-Match: "1510009179"' --dump - http://localhost:8529/_api/document/products/1510009179
shell> curl --header 'If-None-Match: "1509335341"' --dump - http://localhost:8529/_api/document/products/1509335341

View File

@ -1,14 +1,14 @@
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1513744731
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1513070893
{"Hello": "you"}
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1514072411"
location: /_db/_system/_api/document/products/1513744731
etag: "1513398573"
location: /_db/_system/_api/document/products/1513070893
{
"error" : false,
"_id" : "products/1513744731",
"_rev" : "1514072411",
"_key" : "1513744731"
"_id" : "products/1513070893",
"_rev" : "1513398573",
"_key" : "1513070893"
}

View File

@ -1,16 +1,16 @@
shell> curl -X PUT --header 'If-Match: "1515841883"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1515514203
shell> curl -X PUT --header 'If-Match: "1515168045"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1514840365
{"other":"content"}
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
etag: "1515514203"
etag: "1514840365"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
"_id" : "products/1515514203",
"_rev" : "1515514203",
"_key" : "1515514203"
"_id" : "products/1514840365",
"_rev" : "1514840365",
"_key" : "1514840365"
}

View File

@ -1,14 +1,14 @@
shell> curl -X PUT --header 'If-Match: "1516955995"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1516628315?policy=last
shell> curl -X PUT --header 'If-Match: "1516282157"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1515954477?policy=last
{}
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1517218139"
location: /_db/_system/_api/document/products/1516628315
etag: "1516544301"
location: /_db/_system/_api/document/products/1515954477
{
"error" : false,
"_id" : "products/1516628315",
"_rev" : "1517218139",
"_key" : "1516628315"
"_id" : "products/1515954477",
"_rev" : "1516544301",
"_key" : "1515954477"
}

View File

@ -1,16 +1,16 @@
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1517807963?rev=1518135643
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1517068589?rev=1517396269
{"other":"content"}
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
etag: "1517807963"
etag: "1517068589"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
"_id" : "products/1517807963",
"_rev" : "1517807963",
"_key" : "1517807963"
"_id" : "products/1517068589",
"_rev" : "1517068589",
"_key" : "1517068589"
}

View File

@ -1,4 +1,4 @@
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1514596699
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/1513922861
{}
HTTP/1.1 404 Not Found
@ -6,7 +6,7 @@ content-type: application/json; charset=utf-8
{
"error" : true,
"errorMessage" : "document /_api/document/products/1514596699 not found",
"errorMessage" : "document /_api/document/products/1513922861 not found",
"code" : 404,
"errorNum" : 1202
}

View File

@ -5,26 +5,26 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/edge/?c
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: "1526917467"
location: /_db/_system/_api/document/edges/1526917467
etag: "1526243629"
location: /_db/_system/_api/document/edges/1526243629
{
"error" : false,
"_id" : "edges/1526917467",
"_rev" : "1526917467",
"_key" : "1526917467"
"_id" : "edges/1526243629",
"_rev" : "1526243629",
"_key" : "1526243629"
}
shell> curl --data-binary @- --dump - http://localhost:8529/_api/edge/edges/1526917467
shell> curl --data-binary @- --dump - http://localhost:8529/_api/edge/edges/1526243629
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "1526917467"
etag: "1526243629"
{
"name" : "Emil",
"_id" : "edges/1526917467",
"_rev" : "1526917467",
"_key" : "1526917467",
"_id" : "edges/1526243629",
"_rev" : "1526243629",
"_key" : "1526243629",
"_from" : "vertices/1",
"_to" : "vertices/2"
}

View File

@ -8,7 +8,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/6",
"_key" : "6",
"_rev" : "1154541915",
"_rev" : "1153474861",
"_from" : "vertices/2",
"_to" : "vertices/1",
"$label" : "v2 -> v1"
@ -16,7 +16,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/7",
"_key" : "7",
"_rev" : "1155066203",
"_rev" : "1153999149",
"_from" : "vertices/4",
"_to" : "vertices/1",
"$label" : "v4 -> v1"
@ -24,7 +24,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/5",
"_key" : "5",
"_rev" : "1154017627",
"_rev" : "1152950573",
"_from" : "vertices/1",
"_to" : "vertices/3",
"$label" : "v1 -> v3"

View File

@ -8,7 +8,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/6",
"_key" : "6",
"_rev" : "1159260507",
"_rev" : "1158193453",
"_from" : "vertices/2",
"_to" : "vertices/1",
"$label" : "v2 -> v1"
@ -16,7 +16,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/7",
"_key" : "7",
"_rev" : "1159784795",
"_rev" : "1158717741",
"_from" : "vertices/4",
"_to" : "vertices/1",
"$label" : "v4 -> v1"

View File

@ -8,7 +8,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/5",
"_key" : "5",
"_rev" : "1163454811",
"_rev" : "1162387757",
"_from" : "vertices/1",
"_to" : "vertices/3",
"$label" : "v1 -> v3"

View File

@ -5,7 +5,7 @@ content-type: application/json; charset=utf-8
[
{
"endpoint" : "tcp://127.0.0.1:38548",
"endpoint" : "tcp://127.0.0.1:36883",
"databases" : [ ]
},
{

View File

@ -53,7 +53,7 @@ content-type: application/json; charset=utf-8
],
"index" : {
"type" : "hash",
"id" : "1172957531",
"id" : "1171890477",
"unique" : false,
"sparse" : false,
"selectivityEstimate" : 1,

View File

@ -33,7 +33,7 @@ content-type: application/json; charset=utf-8
],
"index" : {
"type" : "skiplist",
"id" : "1167845723",
"id" : "1166778669",
"unique" : false,
"sparse" : false,
"fields" : [

View File

@ -34,7 +34,7 @@ content-type: application/json; charset=utf-8
],
"index" : {
"type" : "skiplist",
"id" : "1170401627",
"id" : "1169334573",
"unique" : false,
"sparse" : false,
"fields" : [

View File

@ -5,13 +5,13 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/graph/gr
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1221192027
etag: 1219535149
{
"edge" : {
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1221192027",
"_rev" : "1219535149",
"_from" : "vertices/vert1",
"_to" : "vertices/vert2",
"$label" : null,

View File

@ -5,13 +5,13 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/graph/gr
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1190062427
etag: 1188405549
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1190062427",
"_rev" : "1188405549",
"optional1" : "val2"
},
"error" : false,

View File

@ -5,13 +5,13 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/graph/
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1224730971
etag: 1223074093
{
"edge" : {
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1224730971",
"_rev" : "1223074093",
"_from" : "vertices/vert1",
"_to" : "vertices/vert2",
"$label" : null,

View File

@ -5,13 +5,13 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/graph/
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1192421723
etag: 1190764845
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1192421723",
"_rev" : "1190764845",
"optional1" : "vertexPatch"
},
"error" : false,
@ -24,13 +24,13 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/graph/
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1192946011
etag: 1191289133
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1192946011",
"_rev" : "1191289133",
"optional1" : null
},
"error" : false,

View File

@ -8,13 +8,13 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/graph/g
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1211296091
etag: 1209639213
{
"edge" : {
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1211296091",
"_rev" : "1209639213",
"_from" : "vertices/vert2",
"_to" : "vertices/vert1",
"$label" : null,

View File

@ -6,13 +6,13 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/graph/g
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
etag: 1182853467
etag: 1181786413
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1182853467",
"_rev" : "1181786413",
"optional1" : "val1"
},
"error" : false,

View File

@ -2,13 +2,13 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph/edg
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: 1214179675
etag: 1212522797
{
"edge" : {
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1214179675",
"_rev" : "1212522797",
"_from" : "vertices/vert1",
"_to" : "vertices/vert2",
"$label" : null,

View File

@ -11,7 +11,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge2",
"_key" : "edge2",
"_rev" : "1229384027",
"_rev" : "1227727149",
"_from" : "vertices/v1",
"_to" : "vertices/v3",
"$label" : null,
@ -20,7 +20,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge3",
"_key" : "edge3",
"_rev" : "1229908315",
"_rev" : "1228251437",
"_from" : "vertices/v2",
"_to" : "vertices/v4",
"$label" : null,
@ -29,7 +29,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1228859739",
"_rev" : "1227202861",
"_from" : "vertices/v1",
"_to" : "vertices/v2",
"$label" : null,
@ -38,7 +38,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge4",
"_key" : "edge4",
"_rev" : "1230432603",
"_rev" : "1228775725",
"_from" : "vertices/v1",
"_to" : "vertices/v5",
"$label" : null,

View File

@ -2,13 +2,13 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: 1175775579
etag: 1174708525
{
"graph" : {
"_id" : "_graphs/graph",
"_key" : "graph",
"_rev" : "1175775579",
"_rev" : "1174708525",
"edgeDefinitions" : [
{
"collection" : "edges",

View File

@ -8,7 +8,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "_graphs/graph2",
"_key" : "graph2",
"_rev" : "1178462555",
"_rev" : "1177395501",
"edgeDefinitions" : [
{
"collection" : "edges2",
@ -24,7 +24,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "_graphs/graph1",
"_key" : "graph1",
"_rev" : "1177479515",
"_rev" : "1176412461",
"edgeDefinitions" : [
{
"collection" : "edges1",

View File

@ -2,13 +2,13 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph/ver
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: 1184688475
etag: 1183621421
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1184688475",
"_rev" : "1183621421",
"optional1" : "val1"
},
"error" : false,

View File

@ -9,7 +9,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge1",
"_key" : "edge1",
"_rev" : "1234757979",
"_rev" : "1233101101",
"_from" : "vertices/v1",
"_to" : "vertices/v2",
"$label" : null,
@ -18,7 +18,7 @@ content-type: application/json; charset=utf-8
{
"_id" : "edges/edge3",
"_key" : "edge3",
"_rev" : "1235806555",
"_rev" : "1234149677",
"_from" : "vertices/v2",
"_to" : "vertices/v4",
"$label" : null,

View File

@ -9,13 +9,13 @@ content-type: application/json; charset=utf-8
{
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1198385499",
"_rev" : "1196794157",
"optional1" : "val1"
},
{
"_id" : "vertices/v4",
"_key" : "v4",
"_rev" : "1199565147",
"_rev" : "1197973805",
"optional1" : "val1"
}
],

View File

@ -9,13 +9,13 @@ content-type: application/json; charset=utf-8
{
"_id" : "vertices/v4",
"_key" : "v4",
"_rev" : "1205463387",
"_rev" : "1203872045",
"optional1" : "val2"
},
{
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1204283739",
"_rev" : "1202692397",
"optional1" : "val1"
}
],

View File

@ -11,31 +11,31 @@ content-type: application/json; charset=utf-8
{
"_id" : "vertices/v3",
"_key" : "v3",
"_rev" : "1195567451",
"_rev" : "1193910573",
"optional1" : "val1"
},
{
"_id" : "vertices/v2",
"_key" : "v2",
"_rev" : "1195174235",
"_rev" : "1193517357",
"optional1" : "val1"
},
{
"_id" : "vertices/v5",
"_key" : "v5",
"_rev" : "1196353883",
"_rev" : "1194697005",
"optional1" : "val1"
},
{
"_id" : "vertices/v4",
"_key" : "v4",
"_rev" : "1195960667",
"_rev" : "1194303789",
"optional1" : "val1"
},
{
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "1194781019",
"_rev" : "1193124141",
"optional1" : "val1"
}
],

View File

@ -7,13 +7,13 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/graph/
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
etag: 1174464859
etag: 1173397805
{
"graph" : {
"_id" : "_graphs/graph",
"_key" : "graph",
"_rev" : "1174464859",
"_rev" : "1173397805",
"edgeDefinitions" : [
{
"collection" : "edges",

View File

@ -16,7 +16,7 @@ content-type: application/json; charset=utf-8
]
},
{
"id" : "products/1237444955",
"id" : "products/1235788077",
"type" : "hash",
"unique" : false,
"sparse" : false,
@ -26,7 +26,7 @@ content-type: application/json; charset=utf-8
]
},
{
"id" : "products/1237707099",
"id" : "products/1236050221",
"type" : "skiplist",
"unique" : false,
"sparse" : true,
@ -46,8 +46,8 @@ content-type: application/json; charset=utf-8
"_key"
]
},
"products/1237444955" : {
"id" : "products/1237444955",
"products/1235788077" : {
"id" : "products/1235788077",
"type" : "hash",
"unique" : false,
"sparse" : false,
@ -56,8 +56,8 @@ content-type: application/json; charset=utf-8
"name"
]
},
"products/1237707099" : {
"id" : "products/1237707099",
"products/1236050221" : {
"id" : "products/1236050221",
"type" : "skiplist",
"unique" : false,
"sparse" : true,

View File

@ -11,7 +11,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1239542107",
"id" : "products/1237885229",
"type" : "geo2",
"unique" : false,
"sparse" : true,

View File

@ -10,7 +10,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1239017819",
"id" : "products/1237295405",
"type" : "geo1",
"unique" : false,
"sparse" : true,

View File

@ -5,7 +5,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1238427995",
"id" : "products/1236771117",
"type" : "cap",
"unique" : false,
"size" : 10,

View File

@ -10,7 +10,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1242491227",
"id" : "products/1240834349",
"type" : "fulltext",
"unique" : false,
"sparse" : true,

View File

@ -12,7 +12,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1240590683",
"id" : "products/1238933805",
"type" : "hash",
"unique" : false,
"sparse" : false,

View File

@ -12,7 +12,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1241573723",
"id" : "products/1239916845",
"type" : "skiplist",
"unique" : false,
"sparse" : false,

View File

@ -12,7 +12,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1240066395",
"id" : "products/1238409517",
"type" : "hash",
"unique" : true,
"sparse" : false,

View File

@ -12,7 +12,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1241049435",
"id" : "products/1239392557",
"type" : "hash",
"unique" : false,
"sparse" : true,

View File

@ -12,7 +12,7 @@ HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/1242032475",
"id" : "products/1240375597",
"type" : "skiplist",
"unique" : false,
"sparse" : true,

View File

@ -1,10 +1,10 @@
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/index/products/1243015515
shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/index/products/1241358637
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "products/1243015515",
"id" : "products/1241358637",
"error" : false,
"code" : 200
}

View File

@ -10,7 +10,7 @@ content-type: application/json; charset=utf-8
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"progress" : {
"time" : "2015-02-18T22:12:55Z",
"time" : "2015-02-19T11:12:06Z",
"message" : "applier created",
"failedConnects" : 0
},
@ -21,11 +21,11 @@ content-type: application/json; charset=utf-8
"lastError" : {
"errorNum" : 0
},
"time" : "2015-02-18T22:14:06Z"
"time" : "2015-02-19T11:12:53Z"
},
"server" : {
"version" : "2.5.0-alpha5",
"serverId" : "186987722306660"
"version" : "2.5.0-alpha6",
"serverId" : "3709623332762"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"

View File

@ -10,7 +10,7 @@ content-type: application/json; charset=utf-8
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"progress" : {
"time" : "2015-02-18T22:14:06Z",
"time" : "2015-02-19T11:12:53Z",
"message" : "applier shut down",
"failedConnects" : 1
},
@ -19,15 +19,15 @@ content-type: application/json; charset=utf-8
"totalEvents" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"time" : "2015-02-18T22:14:06Z",
"time" : "2015-02-19T11:12:53Z",
"errorMessage" : "could not connect to master at tcp://127.0.0.1:8529: Could not connect to 'tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection refused'",
"errorNum" : 1412
},
"time" : "2015-02-18T22:14:06Z"
"time" : "2015-02-19T11:12:53Z"
},
"server" : {
"version" : "2.5.0-alpha5",
"serverId" : "186987722306660"
"version" : "2.5.0-alpha6",
"serverId" : "3709623332762"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"

View File

@ -10,7 +10,7 @@ content-type: application/json; charset=utf-8
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"progress" : {
"time" : "2015-02-18T22:14:06Z",
"time" : "2015-02-19T11:12:53Z",
"message" : "fetching master state information",
"failedConnects" : 1
},
@ -21,11 +21,11 @@ content-type: application/json; charset=utf-8
"lastError" : {
"errorNum" : 0
},
"time" : "2015-02-18T22:14:06Z"
"time" : "2015-02-19T11:12:53Z"
},
"server" : {
"version" : "2.5.0-alpha5",
"serverId" : "186987722306660"
"version" : "2.5.0-alpha6",
"serverId" : "3709623332762"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"

View File

@ -10,7 +10,7 @@ content-type: application/json; charset=utf-8
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"progress" : {
"time" : "2015-02-18T22:14:06Z",
"time" : "2015-02-19T11:12:53Z",
"message" : "applier shut down",
"failedConnects" : 1
},
@ -19,15 +19,15 @@ content-type: application/json; charset=utf-8
"totalEvents" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"time" : "2015-02-18T22:14:06Z",
"time" : "2015-02-19T11:12:53Z",
"errorMessage" : "could not connect to master at tcp://127.0.0.1:8529: Could not connect to 'tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection refused'",
"errorNum" : 1412
},
"time" : "2015-02-18T22:14:06Z"
"time" : "2015-02-19T11:12:53Z"
},
"server" : {
"version" : "2.5.0-alpha5",
"serverId" : "186987722306660"
"version" : "2.5.0-alpha6",
"serverId" : "3709623332762"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"

Some files were not shown because too many files have changed in this diff Show More