Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neo4J backend (and other graph dbs) #9

Open
thomasp85 opened this issue Mar 13, 2017 · 3 comments
Open

Neo4J backend (and other graph dbs) #9

thomasp85 opened this issue Mar 13, 2017 · 3 comments

Comments

@thomasp85
Copy link
Owner

This is really long down the roadmap but could be a very cool extension of dplyr's support for SQL backends

@RMHogervorst
Copy link

There is this package :https://cran.r-project.org/web/packages/RNeo4j/index.html but it just sends queries to the neo4j server. some sort of efficient translation to Cypher would be nice

@RMHogervorst
Copy link

Just updating that Colin is working on the general interface with neo4j in https://github.com/neo4j-rstats/neo4r
I'm thinking of rewriting some of the tidygraph verbs to support tidy manipulation of the graph in the database in neo4j-rstats/neo4r#4

@thomasp85
Copy link
Owner Author

If you want to spend some time on exploring this I would be very supportive. I tweeted a bit with colin about it when he announced the new neo4j package...

I'm still a bit unsure to what extend dplyr/sql verbs can be translated to cypher, but a starting point could be to just support very basic queries that returns a tbl_graph that can be further manipulated with tidygraph. Then it could be gradually extended from there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants