neo4j-graph-examples / bloom

Neo4j Bloom is a graph exploration application for visually interacting with graph data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bloom icon grey

Bloom Visual Discovery Graph Example

Description: Neo4j Bloom is a graph exploration application for visually interacting with graph data

Nodes 30960 Relationships 29731

model
Figure 1. Model
example
Figure 2. Example
Example Query:
MATCH (i:IP {ip:$ipAddress})-[r:FROM_IP]-(p:Purchase)
RETURN p.amount as amount

Setup

This is for Neo4j version: 3.5,4.0

Rendered guide available via: :play https://guides.neo4j.com/sandbox/bloom/index.html

Load graph data via the following:

Dump file: data/bloom-40.dump

  • Drop the file into the Files section of a project in Neo4j Desktop. Then choose the option to Create 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"]

Code Examples

Feedback

Feel free to submit issues or pull requests for improvement on this repository.

About

Neo4j Bloom is a graph exploration application for visually interacting with graph data


Languages

Language:Go 33.2%Language:Java 22.3%Language:C# 19.7%Language:JavaScript 14.0%Language:Python 10.9%