grapheco/InteractiveGraph

how to display partial data in the graph database (neo4j),because my data is too big ,how can show only the default data

Opened this issue · 7 comments

how to display partial data in the graph database (neo4j),because my data is too big ,how can show only the default data

Hello, how many nodes and edges are there in the database.

Hundreds of thousands of nodes,or more, will continue to grow,I just want to show I think the most important part of the data

The data in the graph database will continue to grow, but I only want to show some of the latest data, and the whole data will be used for data mining

Sorry, the system can't do this at present. Maybe you can create a database for visualization of the data you think is important.

will you do later,if you have time?

OK, we will.

it is a good idea to allow users define a graph view by a Cypher graph in igraph-neo4j
in this case
only data in such a view are loaded, instead of the whole graph