Skip to content

Commit 1c6d4bb

Browse files
authored
add download link to dataloader example files (#407)
1 parent 1b23bf9 commit 1c6d4bb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

site/content/3.10/arangograph/data-loader/example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313

1414
This example uses a sample data set of two files, `airports.csv` and `flights.csv`
1515
to create a graph showing flights arriving to and departing from various cities.
16+
You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader).
1617

1718
The `airports.csv` contains rows of airport entries, which are the future nodes
1819
in your graph. The `flights.csv` contains rows of flight entries, which are the

site/content/3.11/arangograph/data-loader/example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313

1414
This example uses a sample data set of two files, `airports.csv` and `flights.csv`
1515
to create a graph showing flights arriving to and departing from various cities.
16+
You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader).
1617

1718
The `airports.csv` contains rows of airport entries, which are the future nodes
1819
in your graph. The `flights.csv` contains rows of flight entries, which are the

site/content/3.12/arangograph/data-loader/example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313

1414
This example uses a sample data set of two files, `airports.csv` and `flights.csv`
1515
to create a graph showing flights arriving to and departing from various cities.
16+
You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader).
1617

1718
The `airports.csv` contains rows of airport entries, which are the future nodes
1819
in your graph. The `flights.csv` contains rows of flight entries, which are the

0 commit comments

Comments
 (0)