Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created August 2, 2012 00:34
Show Gist options
  • Save spmallette/3231918 to your computer and use it in GitHub Desktop.
Save spmallette/3231918 to your computer and use it in GitHub Desktop.
curl http://localhost:8182/graphs/neo4jsample/keyindices/
{"version":"2.1.0-SNAPSHOT","keys":{"edge":[],"vertex":[]},"queryTime":4.111137}
curl -X POST http://localhost:8182/graphs/neo4jsample/keyindices/vertex/name
{"version":"2.1.0-SNAPSHOT","queryTime":44.829999}
curl http://localhost:8182/graphs/neo4jsample/keyindices/
{"version":"2.1.0-SNAPSHOT","keys":{"edge":[],"vertex":["name"]},"queryTime":0.017321}
curl -X POST http://localhost:8182/graphs/neo4jsample/vertices?name=marko
{"message":"It is not possible to mutate a ReadOnlyGraph","error":"It is not possible to mutate a ReadOnlyGraph"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment