Skip to content

lodestone/LewisDyer--IMDBArangoExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDBArangoExample

Example with ArangoDB using the IMDB dataset with some data cleaning.

Source files from https://github.com/arangodb/example-datasets/tree/master/Graphs/IMDB, with some sanitising (making a new cleaner graph, in particular splitting off different edge and vertex types into new connections)

Setup instructions

Restore dump

arangorestore --server.endpoint tcp://<host>:<port> --server.database IMDB --create-database --include-system-collections

Create new dump

arangodump --server.endpoint tcp://localhost:8529 --server.database IMDB --include-system-collections --collection _graphs --collection actsIn --collection directed --collection Genre --collection hasMovie --collection Movie --collection Person --compress-output false --envelope true

About

Example with ArangoDB using the IMDB dataset with some data cleaning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published