neo4j-graph-examples / graph-data-science

Leverage Neo4j Graph Data Science library to explore graph algorithms for analytics and feature engineering

Home Page:https://sandbox.neo4j.com/?usecase=graph-data-science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gds logo

Graph Data Science Graph Example

Description: Leverage Neo4j Graph Data Science library to explore graph algorithms for analytics and feature engineering.

Nodes 2642 Relationships 16747

model
Figure 1. Model
example
Figure 2. Example
Example Query:
MATCH (c:Person{name:$name})-[r:INTERACTS]->(other)
  RETURN other.name as person

Setup

This is for Neo4j version: 3.5,4.0

Required plugins: gds

Load graph data via the following:

Dump file: data/graph-data-science-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/graph-data-science-40.dump [--database "database"]

Code Examples

Feedback

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

About

Leverage Neo4j Graph Data Science library to explore graph algorithms for analytics and feature engineering

https://sandbox.neo4j.com/?usecase=graph-data-science


Languages

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