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
1 change: 1 addition & 0 deletions site/content/3.10/arangograph/data-loader/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions site/content/3.11/arangograph/data-loader/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions site/content/3.12/arangograph/data-loader/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down