Skip to content

Commit 15b13ba

Browse files
committed
Updated readme
1 parent aa4af9b commit 15b13ba

File tree

2 files changed

+21
-26
lines changed

2 files changed

+21
-26
lines changed

README.adoc

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
image:https://travis-ci.org/neo4j-contrib/neo4j-etl.svg[alt="Travis CI Status", link="https://travis-ci.org/neo4j-contrib/neo4j-etl"]
2-
image:https://img.shields.io/github/release/neo4j-contrib/neo4j-etl.svg[alt="Github release status"]
3-
image:https://img.shields.io/github/contributors/neo4j-contrib/neo4j-etl.svg[alt="contributor stats"]
4-
51
= Neo4j ETL
62
:img: docs/img
73

84
Neo4j ETL allows importing data from relational databases into Neo4j.
95

106
== Features
117

12-
* Wizard UI in Neo4j Desktop
8+
* Neo4j-ETL UI in Neo4j Desktop
139
* Manage multiple RDBMS connections
1410
* automatically extract database metadata from relational database
1511
* derive graph model
@@ -31,7 +27,7 @@ This tool is licensed under the link:LICENSE.txt[NEO4J PRE-RELEASE LICENSE AGREE
3127

3228
== Download & Run
3329

34-
Download & unzip the latest https://github.com/neo4j-contrib/neo4j-etl/releases/latest[neo4j-etl.zip].
30+
Download & unzip the latest https://github.com/neo4j-contrib/neo4j-etl/releases/latest[neo4j-etl.zip^].
3531

3632
== Examples of command usage:
3733

@@ -58,6 +54,7 @@ For detailed usage see also the: http://neo4j-contrib.github.io/neo4j-etl#neo4j-
5854
== Neo4j-Desktop
5955

6056
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]^]
6158

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

@@ -96,34 +93,34 @@ And use the JDBC-URL with the `--rdbms:url` parameter or in the JDBC-URL input f
9693

9794
|Oracle
9895
|jdbc:oracle:thin:<user>/<pass>@<host>:<port>/<service_name>
99-
|http://www.oracle.com/technetwork/database/features/jdbc/index.html[Oracle JDBC Driver]
96+
|http://www.oracle.com/technetwork/database/features/jdbc/index.html[Oracle JDBC Driver^]
10097

10198
|MS SQLServer
10299
|jdbc:sqlserver://;servername=<servername>;databaseName=<database>;user=<user>;password=<pass>
103-
|https://www.microsoft.com/en-us/download/details.aspx?id=11774[SQLServer Driver]
100+
|https://www.microsoft.com/en-us/download/details.aspx?id=11774[SQLServer Driver^]
104101

105102
|IBM DB2
106103
|jdbc:db2://<host>:<port/5021>/<database>:user=<user>;password=<pass>;
107-
|http://www-01.ibm.com/support/docview.wss?uid=swg21363866[DB2 Driver]
104+
|http://www-01.ibm.com/support/docview.wss?uid=swg21363866[DB2 Driver^]
108105

109106
|Derby
110107
|jdbc:derby:derbyDB
111108
|Included since JDK6
112109

113110
|Cassandra
114111
|jdbc:cassandra://<host>:<port/9042>/<database>
115-
|link:https://github.com/adejanovski/cassandra-jdbc-wrapper#installing[Cassandra JDBC Wrapper]
112+
|link:https://github.com/adejanovski/cassandra-jdbc-wrapper#installing[Cassandra JDBC Wrapper^]
116113

117114
|SAP Hana
118115
|jdbc:sap://<host>:<port/39015>/?user=<user>&password=<pass>
119-
|https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html[SAP Hana ngdbc Driver]
116+
|https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html[SAP Hana ngdbc Driver^]
120117

121118
|MySQL
122119
|jdbc:mysql://<hostname>:<port/3306>/<database>?user=<user>&password=<pass>
123-
|http://dev.mysql.com/downloads/connector/j/[MySQL Driver]
120+
|http://dev.mysql.com/downloads/connector/j/[MySQL Driver^]
124121

125122
|PostgreSQL
126123
|jdbc:postgresql://<hostname>/<database>?user=<user>&password=<pass>
127-
|https://jdbc.postgresql.org/download.html[PostgreSQL JDBC Driver]
124+
|https://jdbc.postgresql.org/download.html[PostgreSQL JDBC Driver^]
128125

129126
|===

docs/index.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,12 @@ <h1>Neo4j ETL</h1>
426426
<div class="sect1">
427427
<h2 id="_overview">Overview</h2>
428428
<div class="sectionbody">
429-
<div class="paragraph">
430-
<p>Neo4j ETL allows importing data from relational databases into Neo4j.</p>
431-
</div>
432429
<div class="sect2">
433430
<h3 id="_features">Features</h3>
434431
<div class="ulist">
435432
<ul>
436433
<li>
437-
<p>Wizard UI in Neo4j Desktop</p>
434+
<p>Neo4j-ETL UI in Neo4j Desktop</p>
438435
</li>
439436
<li>
440437
<p>Manage multiple RDBMS connections</p>
@@ -488,7 +485,7 @@ <h3 id="_issues_feedback_contributions">Issues &amp; Feedback &amp; Contribution
488485
<div class="sect2">
489486
<h3 id="_download_run">Download &amp; Run</h3>
490487
<div class="paragraph">
491-
<p>Download &amp; unzip the latest <a href="https://github.com/neo4j-contrib/neo4j-etl/releases/latest">neo4j-etl.zip</a>.</p>
488+
<p>Download &amp; unzip the latest <a href="https://github.com/neo4j-contrib/neo4j-etl/releases/latest" target="_blank">neo4j-etl.zip</a>.</p>
492489
</div>
493490
</div>
494491
<div class="sect2">
@@ -520,7 +517,8 @@ <h3 id="_examples_of_command_usage">Examples of command usage:</h3>
520517
<div class="sect2">
521518
<h3 id="_neo4j_desktop">Neo4j-Desktop</h3>
522519
<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>
524522
</div>
525523
<div class="paragraph">
526524
<p>Then the next time you start Neo4j Desktop you&#8217;ll see Neo4j ETL as a UI to be used interactively.</p>
@@ -580,7 +578,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
580578
</div></div></td>
581579
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:oracle:thin:&lt;user&gt;/&lt;pass&gt;@&lt;host&gt;:&lt;port&gt;/&lt;service_name&gt;</code></p></td>
582580
<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>
584582
</div></div></td>
585583
</tr>
586584
<tr>
@@ -589,7 +587,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
589587
</div></div></td>
590588
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:sqlserver://;servername=&lt;servername&gt;;databaseName=&lt;database&gt;;user=&lt;user&gt;;password=&lt;pass&gt;</code></p></td>
591589
<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>
593591
</div></div></td>
594592
</tr>
595593
<tr>
@@ -598,7 +596,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
598596
</div></div></td>
599597
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:db2://&lt;host&gt;:&lt;port/5021&gt;/&lt;database&gt;:user=&lt;user&gt;;password=&lt;pass&gt;;</code></p></td>
600598
<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>
602600
</div></div></td>
603601
</tr>
604602
<tr>
@@ -616,7 +614,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
616614
</div></div></td>
617615
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:cassandra://&lt;host&gt;:&lt;port/9042&gt;/&lt;database&gt;</code></p></td>
618616
<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>
620618
</div></div></td>
621619
</tr>
622620
<tr>
@@ -625,7 +623,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
625623
</div></div></td>
626624
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:sap://&lt;host&gt;:&lt;port/39015&gt;/?user=&lt;user&gt;&amp;password=&lt;pass&gt;</code></p></td>
627625
<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>
629627
</div></div></td>
630628
</tr>
631629
<tr>
@@ -634,7 +632,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
634632
</div></div></td>
635633
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:mysql://&lt;hostname&gt;:&lt;port/3306&gt;/&lt;database&gt;?user=&lt;user&gt;&amp;password=&lt;pass&gt;</code></p></td>
636634
<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>
638636
</div></div></td>
639637
</tr>
640638
<tr>
@@ -643,7 +641,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
643641
</div></div></td>
644642
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>jdbc:postgresql://&lt;hostname&gt;/&lt;database&gt;?user=&lt;user&gt;&amp;password=&lt;pass&gt;</code></p></td>
645643
<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>
647645
</div></div></td>
648646
</tr>
649647
</tbody>

0 commit comments

Comments
 (0)