Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadment/pdi-domino-plugin
Extension database, job and step for Pentaho Data Integration
https://github.com/nadment/pdi-domino-plugin
data-integration domino etl pentaho
Last synced: 3 days ago
JSON representation
Extension database, job and step for Pentaho Data Integration
- Host: GitHub
- URL: https://github.com/nadment/pdi-domino-plugin
- Owner: nadment
- License: apache-2.0
- Created: 2018-09-16T15:08:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T20:13:02.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T16:37:26.136Z (about 2 months ago)
- Topics: data-integration, domino, etl, pentaho
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# PDI Domino Plugin
## Overview
This plugin for PDI provide
* __Database connection__
* __Domino input__ step to import domino data from a view or formula.
* __Domino run agent__ job entry to run domino agent.Support MetaData Injection (MDI)
## How to install
#### System Requirements
Pentaho Data Integration 8.0 or above
The classpath must include Notes.jar (local) or NCSO.jar (remote)
- Notes.jar can be found in the program directory of any Notes/Domino installation.
- NCSO.jar can be found in the domino\java directory under the data directory in Domino Designer or the Domino server.The DIIOP (Domino IIOP) task on the server must be running for remote calls.
#### Using Pentaho Marketplace ##
1. Find the plugin in the [Pentaho Marketplace](http://www.pentaho.com/marketplace) and click Install
2. Restart Spoon#### Manual Install ##
1. Place the “pdi-domino-plugin” folder in the ${DI\_HOME}/plugins/ directory
2. Restart Spoon## Documentation
[See Plugin Wiki](https://github.com/nadment/pdi-domino-plugin/wiki)
## License
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).