Skip to content

neo4j-graph-examples/graph-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gds logo

Graph Data Science Graph Example

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

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

Rendered guide available from: :play graph-data-science

Data files: {data}

Code Examples

About

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

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •