Skip to content

GameofThrones and Mahabharat Demo Graph datasets for Neo4J

License

Notifications You must be signed in to change notification settings

brijrajsingh/GlobalGraphDayDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Graph Day, April 2019 - Datasets for Neo4J demo

Game of Thrones Dataset

The dataset is available at GOT_Query.txt Finding Relationships between characters MATCH (tywin:Person { name:"Renly Baratheon" }),(arya:Person { name:"Arya Stark" }), p = shortestPath((tywin)-[*]-(arya)) RETURN p

GOT Query Result

Mahabharat Dataset

The dataset is available at Mahabharat_query.txt Finding Relationships between characters MATCH (vich:Person { name:"Vichitravirya" }),(ghat:Person { name:"Ghatotkacha" }), p = shortestPath((vich)-[*]-(ghat)) RETURN p Mahabharat Query Result

About

GameofThrones and Mahabharat Demo Graph datasets for Neo4J

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published