Description: Neo4j Bloom is a graph exploration application for visually interacting with graph data
Nodes 30960 Relationships 29731
MATCH (i:IP {ip:$ipAddress})-[r:FROM_IP]-(p:Purchase)
RETURN p.amount as amount
This is for Neo4j version: 3.5,4.0
Rendered guide available via: :play https://guides.neo4j.com/sandbox/bloom/index.html
Unrendered guide: documentation/bloom.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/bloom-40.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions