Example Datasets for ArangoSearch
Datasets you may use for experimenting with ArangoSearch features
IMDB Movie Dataset
This is a movies and actors dataset based on data of the Internet Movie Database (IMDB). It was converted into a graph. Also see the arangodb/example-datasets repository.
- Download imdb_graph_dump_rev2.zip (6.45 MB)
- Unpack the downloaded archive
- Restore the folder
dump
with arangorestore into an ArangoDB instance, e.g.arangorestore --server.endpoint tcp://localhost:8529 --server.database IMDB --create-database --include-system-collections --input-directory dump
- Create a View called
imdb
in the IMDB database. You can find various View configuration examples on the following pages.