Skip to content

Tags: arangodb/example-datasets

Tags

imdb-graph-dump-rev2

Toggle imdb-graph-dump-rev2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IMDB: Update import script, source files and dump (#12)

* Update script and source files
- Removed duplicate edges
- Removed empty fields ("")
- Removed a dummy edge
- Converted releaseDate to number, corrected timezone (was apparently assuming Europe/Berlin instead of UTC)
- Fixed 13 releaseDates manually
- Make the script work with ArangoDB 3.7/3.8
- Don't drop edge _key anymore (duplicates removed in source file)
- Add type: "Genre" to genre vertices
- Disable creation of fulltext indexes
* Update README
* Change source file extensions from .json to .jsonl
* Update dump

imdb-graph-dump-rev1

Toggle imdb-graph-dump-rev1's commit message
fixed imdb for latest arangodb version