Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 30, 2018
1 parent aa4af9b commit 15b13ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
23 changes: 10 additions & 13 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
image:https://travis-ci.org/neo4j-contrib/neo4j-etl.svg[alt="Travis CI Status", link="https://travis-ci.org/neo4j-contrib/neo4j-etl"]
image:https://img.shields.io/github/release/neo4j-contrib/neo4j-etl.svg[alt="Github release status"]
image:https://img.shields.io/github/contributors/neo4j-contrib/neo4j-etl.svg[alt="contributor stats"]

= Neo4j ETL
:img: docs/img

Neo4j ETL allows importing data from relational databases into Neo4j.

== Features

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

== Download & Run

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

== Examples of command usage:

Expand All @@ -58,6 +54,7 @@ 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:devrel@neo4j.com[devrel@neo4j.com^]

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

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

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

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

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

|Derby
|jdbc:derby:derbyDB
|Included since JDK6

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

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

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

|PostgreSQL
|jdbc:postgresql://<hostname>/<database>?user=<user>&password=<pass>
|https://jdbc.postgresql.org/download.html[PostgreSQL JDBC Driver]
|https://jdbc.postgresql.org/download.html[PostgreSQL JDBC Driver^]

|===
24 changes: 11 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,12 @@ <h1>Neo4j ETL</h1>
<div class="sect1">
<h2 id="_overview">Overview</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Neo4j ETL allows importing data from relational databases into Neo4j.</p>
</div>
<div class="sect2">
<h3 id="_features">Features</h3>
<div class="ulist">
<ul>
<li>
<p>Wizard UI in Neo4j Desktop</p>
<p>Neo4j-ETL UI in Neo4j Desktop</p>
</li>
<li>
<p>Manage multiple RDBMS connections</p>
Expand Down Expand Up @@ -488,7 +485,7 @@ <h3 id="_issues_feedback_contributions">Issues &amp; Feedback &amp; Contribution
<div class="sect2">
<h3 id="_download_run">Download &amp; Run</h3>
<div class="paragraph">
<p>Download &amp; unzip the latest <a href="https://github.com/neo4j-contrib/neo4j-etl/releases/latest">neo4j-etl.zip</a>.</p>
<p>Download &amp; unzip the latest <a href="https://github.com/neo4j-contrib/neo4j-etl/releases/latest" target="_blank">neo4j-etl.zip</a>.</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -520,7 +517,8 @@ <h3 id="_examples_of_command_usage">Examples of command usage:</h3>
<div class="sect2">
<h3 id="_neo4j_desktop">Neo4j-Desktop</h3>
<div class="paragraph">
<p>You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.</p>
<p>You can add Neo4j ETL to Neo4j Desktop by adding the appropriate application key.
Please ask your Neo4j contact or send an email to <a href="mailto:devrel@neo4j.com" target="_blank">devrel@neo4j.com</a></p>
</div>
<div class="paragraph">
<p>Then the next time you start Neo4j Desktop you&#8217;ll see Neo4j ETL as a UI to be used interactively.</p>
Expand Down Expand Up @@ -580,7 +578,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="http://www.oracle.com/technetwork/database/features/jdbc/index.html">Oracle JDBC Driver</a></p>
<p><a href="http://www.oracle.com/technetwork/database/features/jdbc/index.html" target="_blank">Oracle JDBC Driver</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -589,7 +587,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="https://www.microsoft.com/en-us/download/details.aspx?id=11774">SQLServer Driver</a></p>
<p><a href="https://www.microsoft.com/en-us/download/details.aspx?id=11774" target="_blank">SQLServer Driver</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -598,7 +596,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21363866">DB2 Driver</a></p>
<p><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21363866" target="_blank">DB2 Driver</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -616,7 +614,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="https://github.com/adejanovski/cassandra-jdbc-wrapper#installing">Cassandra JDBC Wrapper</a></p>
<p><a href="https://github.com/adejanovski/cassandra-jdbc-wrapper#installing" target="_blank">Cassandra JDBC Wrapper</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -625,7 +623,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html">SAP Hana ngdbc Driver</a></p>
<p><a href="https://www.sap.com/developer/tutorials/hxe-connect-hxe-using-jdbc.html" target="_blank">SAP Hana ngdbc Driver</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -634,7 +632,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="http://dev.mysql.com/downloads/connector/j/">MySQL Driver</a></p>
<p><a href="http://dev.mysql.com/downloads/connector/j/" target="_blank">MySQL Driver</a></p>
</div></div></td>
</tr>
<tr>
Expand All @@ -643,7 +641,7 @@ <h3 id="_jdbc_drivers">JDBC Drivers</h3>
</div></div></td>
<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>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p><a href="https://jdbc.postgresql.org/download.html">PostgreSQL JDBC Driver</a></p>
<p><a href="https://jdbc.postgresql.org/download.html" target="_blank">PostgreSQL JDBC Driver</a></p>
</div></div></td>
</tr>
</tbody>
Expand Down

0 comments on commit 15b13ba

Please sign in to comment.