A JDBC implementation to Kettle Jobs and Transformations. It provides clients the ability to
- EII: Use SQL to stream data from Kettle steps into Reporting Tools and your application.
- Exec: Execute jobs using JDBC as an interface.
JDBC is a widely used interface used by many applications and reporting tools. The project, JDBCKettle project implements much of the driver API.
WARNING WARNING: This is PRE-RELEASE software. Use in production environments at your own discretion!
The following documents describes the project, how it's used, etc:
- EII - A good place to start for the high level use case.
- JDBCDriver
- JDBCConnection
- Schema
- SQLSupport
- JDBCMetadataSupported
- Sanitizer
- Exec - future support for executing Kettle jobs
- CommonClients
- Stepnames
Also, check out the Developer Notes.