-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ This tool is licensed under the link:LICENSE.txt[NEO4J PRE-RELEASE LICENSE AGREE | |
== Issues & Feedback & Contributions | ||
|
||
* You can raise link:issues[GitHub issues] or send feedback to [email protected] | ||
* Please also join our http://neo4j.com/slack[neo4j-users Slack] and ask in the #help-import channel | ||
* Please also join our https://community.neo4j.com/c/neo4j-graph-platform/etl[Community Site] ask in the appropriate category | ||
|
||
== Download & Run | ||
== Download & Run Command Line Tool | ||
|
||
Download & unzip the latest https://github.com/neo4j-contrib/neo4j-etl/releases/latest[neo4j-etl.zip^]. | ||
|
||
|
@@ -53,8 +53,15 @@ For detailed usage see also the: http://neo4j-contrib.github.io/neo4j-etl#neo4j- | |
|
||
== Neo4j-Desktop | ||
|
||
You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key. | ||
Please ask your Neo4j contact or send an email to link:mailto:[email protected][[email protected]^] | ||
=== Install in Neo4j Desktop | ||
|
||
Use the Application URL `https://r.neo4j.com/neo4j-etl-app` in the "Graph Apps" tab of Neo4j Desktop. | ||
|
||
image:{img}/neo4j-etl-install.jpg[width=400] | ||
image:{img}/graph-app-icon.jpg[width=400] | ||
|
||
// You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key. | ||
// Please ask your Neo4j contact or send an email to link:mailto:[email protected][[email protected]^] | ||
|
||
Then the next time you start Neo4j Desktop you'll see Neo4j ETL as a UI to be used interactively. | ||
|
||
|
@@ -70,6 +77,8 @@ Then the next time you start Neo4j Desktop you'll see Neo4j ETL as a UI to be us | |
| image:{img}/import-data.jpg[width=200] | ||
|=== | ||
|
||
We put https://neo4j.com/developer/neo4j-etl[detailed usage instructions for the Neo4j ETL Tool] in the Neo4j Developer Pages. | ||
|
||
//// | ||
.Location of $DESKTOP | ||
|=== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#EXAMPLE - ETL CONFIG FILE | ||
|
||
#RDBMS | ||
rdbms-url=url | ||
rdbms-schema=schema | ||
rdbms-password=neo4j | ||
rdbms-user=neo4j | ||
rdbms-fetch-size=10000 | ||
|
||
#NEO4J | ||
using=cypher:direct | ||
neo4j-url=bolt://127.0.0.1:7687 | ||
neo4j-user=neo4j | ||
neo4j-password=neo4j | ||
|
||
#RULES | ||
exclusion-mode-tables=INCLUDE | ||
tables=-l table1,table2,... | ||
exclusion-mode-columns=INCLUDE | ||
columns=-l column1,column2,... | ||
exclusion-mode-column-types=EXCLUDE | ||
column-types=type1,type2,... | ||
|
||
#MISC | ||
output-mapping-file=path_to_output_mapping_file | ||
import-tool=path_to_import_tool | ||
csv-directory=path_to_directory | ||
mapping-file=path_to_file | ||
|
||
debug=false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.