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
Deleted user commented
how to display partial data in the graph database (neo4j),because my data is too big ,how can show only the default data
HC-teemo commented
Hello, how many nodes and edges are there in the database.
Deleted user commented
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
Deleted user commented
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
HC-teemo commented
Sorry, the system can't do this at present. Maybe you can create a database for visualization of the data you think is important.
Deleted user commented
will you do later,if you have time?
HC-teemo commented
OK, we will.
bluejoe2008 commented
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