debg48 / neo4j-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neo4j-python

The neo4j database was populated with Cypher queries using python. The script main.py was run indorder to populate the database .

The following query was run to vizualize the database:

MATCH (a:Author)-[:AUTHORED]->(p:Paper)-[:IN_CATEGORY]->(c:Category) RETURN a, p, c LIMIT 300;

Output :

Finally we create a dashboard on NeoDash with out graph data:

The dashboard has been saved as dashboard.json for future use .

We can load the file in NeoDash to visualize the dashboard again.

About


Languages

Language:Python 100.0%