Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GameOfThrones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a small dataset of characters from the novel and fantasy drama televisio
series Game of Thrones (as of season 1). It includes character traits in two
languages, some family relations, and a small set of filming locations.

See the [AQL tutorial](https://docs.arangodb.com/latest/AQL/Tutorial/) for queries.
See the [AQL tutorial](https://www.arangodb.com/docs/stable/aql/tutorial.html) for queries.

To create the necessary collections with indexes, import the JSON data and create
a named graph for visualization purposes, run the `import.js` script with arangosh.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
ArangoDB Example graph data
===========================

This repository contains [datasets organized in graphs to be used with the ArangoDB Graph database](https://github.com/arangodb/arangodb).
This repository contains datasets organized in graphs to be used with [ArangoDB](https://github.com/arangodb/arangodb).

More about ArangoDB and graphs: [Graph documentation](https://docs.arangodb.com/latest/Manual/Graphs)
More about ArangoDB and graphs: [Graph documentation](https://www.arangodb.com/docs/stable/graphs.html)

Fake user data
==============
Expand Down Expand Up @@ -231,7 +231,7 @@ Also conflicts are a possible relation, which prohibits two packages to be insta
The script used to [gather this graph data is available alongside with pyarango](https://github.com/tariqdaouda/pyArango/blob/master/examples/debiangraph.py).
However, it takes a while to translate the debian package database into arangodb documents, so here is a dump of the Debian Jessie package database.

Since this is a dump of a complete database, you can use [`arangorestore`](https://docs.arangodb.com/3.0/Manual/Administration/Arangorestore.html) to import this. We will create an own database `debianGraph` so it doesn't interfere with your existing data:
Since this is a dump of a complete database, you can use [`arangorestore`](https://www.arangodb.com/docs/stable/programs-arangorestore.html) to import this. We will create an own database `debianGraph` so it doesn't interfere with your existing data:


```
Expand Down