The Riak Riak Plugin is built with maven for dependency management. All you'll need to get started is maven.
$ git clone [email protected]:instaclick/PDI-Plugin-Step-Riak.git
$ cd PDI-Plugin-Step-Riak
$ mvn package
This will produce a pentaho plugin in target/ic-riak-plugin-pdi-<version>.tar
This archive can then be extracted into your Pentaho Data Integration plugin directory.
https://github.com/instaclick/pdi-marketplace-packages
Property | Description |
---|---|
Mode | PUT,GET or DELETE |
Connection URI | Riak Connection URI [host]:[port]?[params] |
Bucket Name | Riak Bucket name |
Bucket Type | Riak Bucket type |
Resolver | Conflic resolver Step |
Key | Field that will be used as riak key |
Value | Field that will be used as riak value |
VClock | Field that will be used as riak vclock |
- riak.dev
- riak.dev:8087
- riak.dev:8087?minConnections=1&maxConnections=2&connectionTimeout=200&idleTimeout=500