Description: Leverage Neo4j Graph Data Science library to explore graph algorithms for analytics and feature engineering.
Nodes 8627 Relationships 73954
Example Query:
MATCH (a:Airport{iata:$iata})-[r:IN_CITY]->(c:City)
RETURN c.name as city
This is for Neo4j version: 4.4
Required plugins: gds
Rendered guide available via: :play https://guides.neo4j.com/graph-data-science2/gds_browser_guide2_mar10.html
Unrendered guide: documentation/graph-data-science2.neo4j-browser-guide
Load graph data via the following:
-
Drop the file into the
Files
section of a project in Neo4j Desktop. Then choose the option toCreate new DBMS from dump
option from the file options. -
Use the neo4j-admin tool to load data from the command line with the command below.
bin/neo4j-admin load --from data/neo4j.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions