Can somebody help me in understanding expected data models for Community algorithms which is available in Neo4j?
A link or graphgists would help me alot.
Thanks
One way could be just Neo4j REST APIs using jquery etc from your UI..
URL: http://localhost:7474/db/data/transaction/commit
Method: post
Add Authorization header with Basic token
body
{
"statements":
[{
"statement": "<query as strin...
Okay. What I would suggest, spin up a some simple server(like chrome plugin: 200 ok) on 7474 port and try browsing from your local Mac machine or curl.. just for a test..
Hope this would help.
URL: http://localhost:7474/db/data/transaction/commit
Method: post
Add Authorization header with Basic token
body
{
"statements":
[{
"statement": "<query as string>"
},
"parameters" : {
"count...