@@ -426,15 +426,12 @@ <h1>Neo4j ETL</h1>
426
426
< div class ="sect1 ">
427
427
< h2 id ="_overview "> Overview</ h2 >
428
428
< div class ="sectionbody ">
429
- < div class ="paragraph ">
430
- < p > Neo4j ETL allows importing data from relational databases into Neo4j.</ p >
431
- </ div >
432
429
< div class ="sect2 ">
433
430
< h3 id ="_features "> Features</ h3 >
434
431
< div class ="ulist ">
435
432
< ul >
436
433
< li >
437
- < p > Wizard UI in Neo4j Desktop</ p >
434
+ < p > Neo4j-ETL UI in Neo4j Desktop</ p >
438
435
</ li >
439
436
< li >
440
437
< p > Manage multiple RDBMS connections</ p >
@@ -488,7 +485,7 @@ <h3 id="_issues_feedback_contributions">Issues & Feedback & Contribution
488
485
< div class ="sect2 ">
489
486
< h3 id ="_download_run "> Download & Run</ h3 >
490
487
< div class ="paragraph ">
491
- < p > Download & unzip the latest < a href ="https://github.com/neo4j-contrib/neo4j-etl/releases/latest "> neo4j-etl.zip</ a > .</ p >
488
+ < p > Download & unzip the latest < a href ="https://github.com/neo4j-contrib/neo4j-etl/releases/latest " target =" _blank " > neo4j-etl.zip</ a > .</ p >
492
489
</ div >
493
490
</ div >
494
491
< div class ="sect2 ">
@@ -520,7 +517,8 @@ <h3 id="_examples_of_command_usage">Examples of command usage:</h3>
520
517
< div class ="sect2 ">
521
518
< h3 id ="_neo4j_desktop "> Neo4j-Desktop</ h3 >
522
519
< div class ="paragraph ">
523
- < p > You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.</ p >
520
+ < p > You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.
521
+ Please ask your Neo4j contact or send an email to
< a href ="
mailto:[email protected] "
target ="
_blank "
> [email protected] </ a > </ p >
524
522
</ div >
525
523
< div class ="paragraph ">
526
524
< p > Then the next time you start Neo4j Desktop you’ll see Neo4j ETL as a UI to be used interactively.</ p >
@@ -580,7 +578,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
580
578
</ div > </ div > </ td >
581
579
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:oracle:thin:<user>/<pass>@<host>:<port>/<service_name></ code > </ p > </ td >
582
580
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
583
- < p > < a href ="http://www.oracle.com/technetwork/database/features/jdbc/index.html "> Oracle JDBC Driver</ a > </ p >
581
+ < p > < a href ="http://www.oracle.com/technetwork/database/features/jdbc/index.html " target =" _blank " > Oracle JDBC Driver</ a > </ p >
584
582
</ div > </ div > </ td >
585
583
</ tr >
586
584
< tr >
@@ -589,7 +587,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
589
587
</ div > </ div > </ td >
590
588
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:sqlserver://;servername=<servername>;databaseName=<database>;user=<user>;password=<pass></ code > </ p > </ td >
591
589
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
592
- < p > < a href ="https://www.microsoft.com/en-us/download/details.aspx?id=11774 "> SQLServer Driver</ a > </ p >
590
+ < p > < a href ="https://www.microsoft.com/en-us/download/details.aspx?id=11774 " target =" _blank " > SQLServer Driver</ a > </ p >
593
591
</ div > </ div > </ td >
594
592
</ tr >
595
593
< tr >
@@ -598,7 +596,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
598
596
</ div > </ div > </ td >
599
597
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:db2://<host>:<port/5021>/<database>:user=<user>;password=<pass>;</ code > </ p > </ td >
600
598
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
601
- < p > < a href ="http://www-01.ibm.com/support/docview.wss?uid=swg21363866 "> DB2 Driver</ a > </ p >
599
+ < p > < a href ="http://www-01.ibm.com/support/docview.wss?uid=swg21363866 " target =" _blank " > DB2 Driver</ a > </ p >
602
600
</ div > </ div > </ td >
603
601
</ tr >
604
602
< tr >
@@ -616,7 +614,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
616
614
</ div > </ div > </ td >
617
615
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:cassandra://<host>:<port/9042>/<database></ code > </ p > </ td >
618
616
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
619
- < p > < a href ="https://github.com/adejanovski/cassandra-jdbc-wrapper#installing "> Cassandra JDBC Wrapper</ a > </ p >
617
+ < p > < a href ="https://github.com/adejanovski/cassandra-jdbc-wrapper#installing " target =" _blank " > Cassandra JDBC Wrapper</ a > </ p >
620
618
</ div > </ div > </ td >
621
619
</ tr >
622
620
< tr >
@@ -625,7 +623,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
625
623
</ div > </ div > </ td >
626
624
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:sap://<host>:<port/39015>/?user=<user>&password=<pass></ code > </ p > </ td >
627
625
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
628
- < p > < a href ="https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html "> SAP Hana ngdbc Driver</ a > </ p >
626
+ < p > < a href ="https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html " target =" _blank " > SAP Hana ngdbc Driver</ a > </ p >
629
627
</ div > </ div > </ td >
630
628
</ tr >
631
629
< tr >
@@ -634,7 +632,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
634
632
</ div > </ div > </ td >
635
633
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:mysql://<hostname>:<port/3306>/<database>?user=<user>&password=<pass></ code > </ p > </ td >
636
634
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
637
- < p > < a href ="http://dev.mysql.com/downloads/connector/j/ "> MySQL Driver</ a > </ p >
635
+ < p > < a href ="http://dev.mysql.com/downloads/connector/j/ " target =" _blank " > MySQL Driver</ a > </ p >
638
636
</ div > </ div > </ td >
639
637
</ tr >
640
638
< tr >
@@ -643,7 +641,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
643
641
</ div > </ div > </ td >
644
642
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > jdbc:postgresql://<hostname>/<database>?user=<user>&password=<pass></ code > </ p > </ td >
645
643
< td class ="tableblock halign-left valign-top "> < div > < div class ="paragraph ">
646
- < p > < a href ="https://jdbc.postgresql.org/download.html "> PostgreSQL JDBC Driver</ a > </ p >
644
+ < p > < a href ="https://jdbc.postgresql.org/download.html " target =" _blank " > PostgreSQL JDBC Driver</ a > </ p >
647
645
</ div > </ div > </ td >
648
646
</ tr >
649
647
</ tbody >
0 commit comments