/Pentaho

[Not Official Pentaho repo] Pentaho samples and binaries based on community questions and blogs

Primary LanguageJavaApache License 2.0Apache-2.0

Pentaho | Codes, Snippets, Plugins, Samples, Automation

DISCLAIMER: This is not an Official Pentaho Git Repository.

Description

This repo is for codes and plugins related to Pentaho BI Suite development and automations. Any improvement, code snippet, plugin developments related to Kettle (PDI), Reports (PRPT), etc. will be included here.

Table of Contents

  1. PRPT-adding-parameter: An Unix SHELL Script based automated code for editing Parameters.
  2. SpecialCharacterRemover: A Pentaho Kettle Plugin coded in Java for removing special characters from the input Stream. Current Version:1.1 available in Pentaho Marketplace
  3. DDL Generator: A Pentaho Kettle Plugin for generating the DDL of the tables selected into a file.
  4. Stackoverflow Samples: Some of the Pentaho samples snippets created as part of the stackoverflow and pentaho community.
  5. BigData-PDI: PDI code to connect to Hadoop (pseudo-installation) and coding Mapper/Reducer jobs using PDI.
  6. Kettle-n-java: Sample code to design kettle jobs/transformation using java.
  7. Twitter-api: A sample PDI (.ktr) file to demonstrate reading of twitter stream data using OAuth and PDI.
  8. ModifyingExcel: Modifying excel files using PDI.