File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
3.10/arangograph/data-loader
3.11/arangograph/data-loader
3.12/arangograph/data-loader Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313
1414This example uses a sample data set of two files, ` airports.csv ` and ` flights.csv `
1515to 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
1718The ` airports.csv ` contains rows of airport entries, which are the future nodes
1819in your graph. The ` flights.csv ` contains rows of flight entries, which are the
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313
1414This example uses a sample data set of two files, ` airports.csv ` and ` flights.csv `
1515to 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
1718The ` airports.csv ` contains rows of airport entries, which are the future nodes
1819in your graph. The ` flights.csv ` contains rows of flight entries, which are the
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ representing the nodes and a corresponding CSV file representing the edges.
1313
1414This example uses a sample data set of two files, ` airports.csv ` and ` flights.csv `
1515to 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
1718The ` airports.csv ` contains rows of airport entries, which are the future nodes
1819in your graph. The ` flights.csv ` contains rows of flight entries, which are the
You can’t perform that action at this time.
0 commit comments