Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcolas authored Aug 31, 2017
1 parent c36e8cb commit 6c6eda8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This Pentaho Cassandra Plugin Project provides support for the Cassandra 3.x wit
It is a plugin for the Pentaho Kettle engine which can be used within Pentaho Data Integration (Kettle), Pentaho Reporting, and the Pentaho BI Platform.

This plugin is based on https://github.com/AutSoft/pentaho-cassandra-connector

I adapt it to be compatible with PDI 6.x and build it this ant.

I added :
- Management of null values in output steps (Not inserting null with dynamic INSERT statements)
- Management of all CQL datatypes
Expand All @@ -16,7 +19,7 @@ Building
$ cd pentaho-cassandra-plugin
$ ant

This will produce a plugin archive in dist/pentaho-cassandra-plugin-${project.revision}.tar.gz (and .zip). This archive can then be extracted into your Pentaho Data Integration plugin directory.
This will produce a plugin archive in dist/pentaho-cassandra-plugin-${project.revision}.tar.gz (and .zip). This archive can then be extracted into your Pentaho Data Integration plugin directory replacing the existing one.

Test
----
Expand Down

0 comments on commit 6c6eda8

Please sign in to comment.