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

Export Graph to Neo4j #15

Open
ghost opened this issue Apr 4, 2022 · 0 comments
Open

Export Graph to Neo4j #15

ghost opened this issue Apr 4, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 4, 2022

Bonjour,

I have done the following test :
Step1 : Create in an empty database a new graph with several nodes and several edges
Step2 : I connect from Cytoscape to Neo4j database.
Step3 : I import from a cypher query, one or two nodes
Step4 : Expand bidirectional from one node
<< At this step the graph has nothing new, meaning that the export back to neo4j should let the database on the same state as the origine>>
Step5 : Select all the nodes and edges on cytoscape
Step6 : Export to Neo4j.

The problem is that duplication of objects (nodes and edges) come . Cytoscape create properties fields (like _cytoscape_network or SUID) that allow the distintion between "old" objects and "new objects".
My question is how to prevent the n-uplication of objects. How to I setup Cytoscape to prevent this n-uplication when exporting graph to neo4j ?

Many thanks for your help

Have a nice day

B. FRANCK

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

0 participants