From 07ede009880bd66980f500919acf128e143d0879 Mon Sep 17 00:00:00 2001 From: Paula Date: Wed, 3 Jan 2024 16:06:12 +1100 Subject: [PATCH] add download link to dataloader example files --- site/content/3.10/arangograph/data-loader/example.md | 1 + site/content/3.11/arangograph/data-loader/example.md | 1 + site/content/3.12/arangograph/data-loader/example.md | 1 + 3 files changed, 3 insertions(+) diff --git a/site/content/3.10/arangograph/data-loader/example.md b/site/content/3.10/arangograph/data-loader/example.md index b7da8b5053..3dcc89edec 100644 --- a/site/content/3.10/arangograph/data-loader/example.md +++ b/site/content/3.10/arangograph/data-loader/example.md @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges. This example uses a sample data set of two files, `airports.csv` and `flights.csv` to create a graph showing flights arriving to and departing from various cities. +You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader). The `airports.csv` contains rows of airport entries, which are the future nodes in your graph. The `flights.csv` contains rows of flight entries, which are the diff --git a/site/content/3.11/arangograph/data-loader/example.md b/site/content/3.11/arangograph/data-loader/example.md index b7da8b5053..3dcc89edec 100644 --- a/site/content/3.11/arangograph/data-loader/example.md +++ b/site/content/3.11/arangograph/data-loader/example.md @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges. This example uses a sample data set of two files, `airports.csv` and `flights.csv` to create a graph showing flights arriving to and departing from various cities. +You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader). The `airports.csv` contains rows of airport entries, which are the future nodes in your graph. The `flights.csv` contains rows of flight entries, which are the diff --git a/site/content/3.12/arangograph/data-loader/example.md b/site/content/3.12/arangograph/data-loader/example.md index b7da8b5053..3dcc89edec 100644 --- a/site/content/3.12/arangograph/data-loader/example.md +++ b/site/content/3.12/arangograph/data-loader/example.md @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges. This example uses a sample data set of two files, `airports.csv` and `flights.csv` to create a graph showing flights arriving to and departing from various cities. +You can download the files from [GitHub](https://github.com/arangodb/example-datasets/tree/master/Data%20Loader). The `airports.csv` contains rows of airport entries, which are the future nodes in your graph. The `flights.csv` contains rows of flight entries, which are the