Giter Site home page Giter Site logo

neo4j-graph-examples / bloom Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 4.0 37.5 MB

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

C# 19.69% Go 33.16% Java 22.29% JavaScript 14.01% Python 10.85%
neo4j graphdb example-data dataset fraud-data visualization bloom

bloom's Introduction

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.

bloom's People

Contributors

fbiville avatar jexp avatar jmhreif avatar lju-lazarevic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bloom's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.