Connecting Neo4j with R

154 views
Skip to first unread message

Song April

unread,
Jan 25, 2021, 6:43:04 AM1/25/21
to Neo4j
Hi all,

I have been struggling to connect neo4j with R. I have tried the following packages and they all have issue. 

Is there any package work for you smoothly? Please educate me. Kind of getting stuck.

1) library(neo4r) 
I have been informed this one does not work with Neo4j with version higher then 4.x
2) library(neo4jshell)
This one keeps giving me this error: 
Error: Failed to execute 'cypher-shell' (No such file or directory)
3) library(RNeo4j)
This one does not work for me either. the returned error is 
Error in curl::curl_fetch_memory(url, handle = handle) : 
  URL using bad/illegal format or missing URL



Florent Biville

unread,
Jan 25, 2021, 8:17:00 AM1/25/21
to Neo4j
Hi,

There is some ongoing work on Neo4r regarding 4.x support.

I believe Neo4r should still work with Neo4j 4.x, as the REST APIs it uses are still there.

If you find that is not the case, your next best bet would be to try this pull request and see if it works: https://github.com/neo4j-rstats/neo4r/pull/79.

Otherwise, Neo4j 3.5 is a Long Term Support version which means it is still updated and can be used in production until November 2021.
Reply all
Reply to author
Forward
0 new messages