Skip to content

Commit

Permalink
Small addition for LOAD CSV and AWS URLs (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsill-neo4j authored Apr 18, 2024
1 parent 885c462 commit 682ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/auradb/importing/importing-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For instructions on how to open an AuraDB instance with Browser or Cypher Shell,

There are some limitations to consider when using this method to load a *_.csv_* file into an AuraDB instance:

* For security reasons, you must host your *_.csv_* file on a publicly accessible HTTP or HTTPS server. Examples of such servers include GitHub, Google Drive, and Dropbox.
* For security reasons, you must host your *_.csv_* file on a publicly accessible HTTP or HTTPS server. Examples of such servers include AWS signed URLs, GitHub, Google Drive, and Dropbox.

* The `LOAD CSV` command is built to handle small to medium-sized data sets, such as anything up to 10 million nodes and relationships. You should avoid using this command for any data sets exceeding this limit.

Expand Down

0 comments on commit 682ee7c

Please sign in to comment.