ArangoDB v4.x is under development and not released yet.
This documentation is not final and potentially incomplete.
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
dumpwith 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
imdbin the IMDB database. You can find various View configuration examples in this chapter.
Demo Geo S2 Dataset
This is a New York restaurants and neighborhoods dataset taken from OpenData.city.
- Download dump.zip (2.2 MB)
- Unpack the downloaded archive
- Restore the folder
demo-geo-s2-dumpwith arangorestore into an ArangoDB instance, e.g.arangorestore --server.endpoint tcp://localhost:8529 --server.database GeoS2 --create-database --input-directory demo-geo-s2-dump - Create a View called
restaurantsViewin theGeoS2database. You can find various View configuration examples in Geospatial Search with ArangoSearch.
