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

Graph Traverser implementation based on Cypher (Graph-DB Migration) #292

Closed
marco-brandizi opened this issue Sep 10, 2018 · 1 comment
Closed

Comments

@marco-brandizi
Copy link
Member

marco-brandizi commented Sep 10, 2018

As a first step to migrate to the new graph DB architecture, we should write a new implementation of GraphTraverser, so that we can define paths from genes to related genes by means of Cypher queries. This will ensure that the graph database is accessed through its web API.

This should be based the Neo4j Java client. See the link for examples on how to use it. We already have utilities to ease the client's use. Spring could be useful to both setup the Neo4j configuration (example, see the neoDriver bean).

This issue is part of this epic about migrating to the graph database architecture.

@marco-brandizi marco-brandizi changed the title Graph Traverser implementation based on Cypher (Migration Graph DB architecture) Graph Traverser implementation based on Cypher (Graph-DB Migration) Sep 10, 2018
AjitPS added a commit that referenced this issue Feb 18, 2019
AjitPS added a commit that referenced this issue Feb 18, 2019
Merge pull request #292 from KeywanHP/knetminer-3.0
@marco-brandizi
Copy link
Member Author

Closed with the e8b47e9c11c2 merge.

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

1 participant