Description: Dependency and root cause analysis and more for network and IT management
Nodes 83847 Relationships 181995
:param location => "Iceland, Rekjavik"
MATCH (dc:DataCenter {location: $location})-[:CONTAINS]->(r:Router)-[:ROUTES]->(i:Interface)
RETURN i.ip as ip
This is for Neo4j version: 5.0
Rendered guide available via: :play https://guides.neo4j.com/sandbox/network-management/index.html
Unrendered guide: documentation/network-management.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/network-management-50.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions
This is most likely due to the version mismatch between Neo4J database and dump version. The number in the dump file name corresponds to the major and minor version of the matching database version. For example: network-management-50.dump works for 5.0 database. Please recreate database with the matching dump file version