r - RNeo4j Error: Client error: (404) Not Found -
i trying query neo4j graph has been made keep getting error (error: client error: (404) not found) when type line cypher(graph, query).
the library seems have installed fine. also, have used rneo4j before without problems.
try connecting full path in startgraph()
function:
graph <- startgraph("http://localhost:7474/db/data/")
and enter username , password if necessary!
Comments
Post a Comment