Skip to content

Commit f636fbf

Browse files
committed
Update for 1.3.0 Release
1 parent e3e17d9 commit f636fbf

22 files changed

+45
-4
lines changed

LICENSE.txt

100644100755
File mode changed.

README.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This tool is licensed under the link:LICENSE.txt[NEO4J PRE-RELEASE LICENSE AGREE
2323
== Issues & Feedback & Contributions
2424

2525
* You can raise link:issues[GitHub issues] or send feedback to [email protected]
26-
* Please also join our http://neo4j.com/slack[neo4j-users Slack] and ask in the #help-import channel
26+
* Please also join our https://community.neo4j.com/c/neo4j-graph-platform/etl[Community Site] ask in the appropriate category
2727

28-
== Download & Run
28+
== Download & Run Command Line Tool
2929

3030
Download & unzip the latest https://github.com/neo4j-contrib/neo4j-etl/releases/latest[neo4j-etl.zip^].
3131

@@ -53,8 +53,15 @@ For detailed usage see also the: http://neo4j-contrib.github.io/neo4j-etl#neo4j-
5353

5454
== Neo4j-Desktop
5555

56-
You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.
57-
Please ask your Neo4j contact or send an email to link:mailto:[email protected][[email protected]^]
56+
=== Install in Neo4j Desktop
57+
58+
Use the Application URL `https://r.neo4j.com/neo4j-etl-app` in the "Graph Apps" tab of Neo4j Desktop.
59+
60+
image:{img}/neo4j-etl-install.jpg[width=400]
61+
image:{img}/graph-app-icon.jpg[width=400]
62+
63+
// You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.
64+
// Please ask your Neo4j contact or send an email to link:mailto:[email protected][[email protected]^]
5865

5966
Then the next time you start Neo4j Desktop you'll see Neo4j ETL as a UI to be used interactively.
6067

@@ -70,6 +77,8 @@ Then the next time you start Neo4j Desktop you'll see Neo4j ETL as a UI to be us
7077
| image:{img}/import-data.jpg[width=200]
7178
|===
7279

80+
We put https://neo4j.com/developer/neo4j-etl[detailed usage instructions for the Neo4j ETL Tool] in the Neo4j Developer Pages.
81+
7382
////
7483
.Location of $DESKTOP
7584
|===

docs/etl_config.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#EXAMPLE - ETL CONFIG FILE
2+
3+
#RDBMS
4+
rdbms-url=url
5+
rdbms-schema=schema
6+
rdbms-password=neo4j
7+
rdbms-user=neo4j
8+
rdbms-fetch-size=10000
9+
10+
#NEO4J
11+
using=cypher:direct
12+
neo4j-url=bolt://127.0.0.1:7687
13+
neo4j-user=neo4j
14+
neo4j-password=neo4j
15+
16+
#RULES
17+
exclusion-mode-tables=INCLUDE
18+
tables=-l table1,table2,...
19+
exclusion-mode-columns=INCLUDE
20+
columns=-l column1,column2,...
21+
exclusion-mode-column-types=EXCLUDE
22+
column-types=type1,type2,...
23+
24+
#MISC
25+
output-mapping-file=path_to_output_mapping_file
26+
import-tool=path_to_import_tool
27+
csv-directory=path_to_directory
28+
mapping-file=path_to_file
29+
30+
debug=false

docs/img/driver.jpg

100644100755
23.4 KB
Loading

docs/img/edit-mapping.jpg

100644100755
-79.8 KB
Loading

docs/img/graph-app-icon.jpg

33.7 KB
Loading

docs/img/import-data.jpg

100644100755
-68.5 KB
Loading

docs/img/load-mapping.jpg

100644100755
-54.1 KB
Loading

docs/img/mapping-success.jpg

107 KB
Loading

docs/img/mapping.jpg

152 KB
Loading

docs/img/neo4j-etl-install.jpg

22.5 KB
Loading

docs/index.adoc

100644100755
File mode changed.

docs/index.html

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ <h3 id="_how_to_import_world_wide_importers_database_into_a_ms_sql_server_docker
16511651
<div class="content">
16521652
<pre># Create docker instance for MS-SQL Server
16531653
docker run --name mssql-etl \
1654+
-e MSSQL_COLLATION=Latin1_General_100_CI_AS \
16541655
-e 'ACCEPT_EULA=Y' \
16551656
-e 'SA_PASSWORD=&lt;YOUR_PASSWORD&gt;' \
16561657
-p 1433:1433 \

docs/manpage.sh

100644100755
File mode changed.

docs/neo4j-etl-architecture.png

100644100755
File mode changed.

docs/neo4j-etl-architecture.svg

100644100755
File mode changed.

docs/neo4j-etl-export.txt

100644100755
File mode changed.

docs/neo4j-etl-generate-metadata-mapping.txt

100644100755
File mode changed.

docs/neo4j-etl-help.txt

100644100755
File mode changed.

docs/neo4j-etl.adoc

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ echo '{"multiline-fields":"true"}' > /tmp/wideworldimporters/options.json
360360
----
361361
# Create docker instance for MS-SQL Server
362362
docker run --name mssql-etl \
363+
-e MSSQL_COLLATION=Latin1_General_100_CI_AS \
363364
-e 'ACCEPT_EULA=Y' \
364365
-e 'SA_PASSWORD=<YOUR_PASSWORD>' \
365366
-p 1433:1433 \

docs/neo4j-etl.html

100644100755
File mode changed.

docs/testing.adoc

100644100755
File mode changed.

0 commit comments

Comments
 (0)