histograph / core

Histograph Core: Graph management and inferencing
MIT License
1 stars 3 forks source link

Build simple REST API for graph traversal into Core #13

Closed bertspaan closed 9 years ago

bertspaan commented 9 years ago

See if it's a good idea to build an API for BFS graph traversals directly into Core using Neo4j's Traversal API (instead of using Cypher).

Maybe use Play Framework, or some other Java framework to create REST APIs?? :confused:

bertspaan commented 9 years ago

@rutgervanwilligen Let me know what you think, and let's build this together! I want to do some Java-ing too!

bertspaan commented 9 years ago

Of http://restx.io/?!?!

bertspaan commented 9 years ago

Or Jersey...

bertspaan commented 9 years ago

Core's Traversal API should respond to POST requests with the following JSON body:

{
  "hgids": [
    "tgn/219",
    "bag/bussum"
  ],
  "params": {

  }
}
rutgervanwilligen commented 9 years ago

Hatsaaaa. Alleen 'params' wordt nog niet gebruikt, maar is ook (nog?) niet nodig.