Giter VIP home page Giter VIP logo

layer-pdi's Introduction

Overview

** Please note this charm is not maintained by Pentaho, please contact Meteorite Consulting for more information **

This charm provides Pentaho Data Integration 6 for Extract, Transform and Load operations flexibly on a single server.

Pentaho Data Integration[http://pentaho.com] is an graphical ETL tool that can be used for building data flows and manipulation. Once the ETL has be written it can then be deployed and run on a higher powered server.

This charm provides actions that allow for running of a Job or Transformation directly on the server. It also provides the Carte webservice that allows users to run ETL code on the remote server from within the PDI GUI.

To mataintain flexibility, this charm requires a Java charm to be related to it, so administrators can pick their favourite "flavour" of Java.

Usage

To deploy this PDI charm you run:

juju deploy cs:~spicule/trusty/pentahodataintegration pdi
juju deploy cs:~kwmonroe/trusty/openjdk java
juju add-relation java pdi

Deploying the PDI charm will create a server and install PDI, but it is not executable until you have deployed a Java charm and added the relation that will install Java on the container. This enables users to select an alternative JVM without having to make changes to the PDI charm or tear down the server.

If you are planning on using Carte, make sure you expose the Carte port (9999) by default:

juju expose pdi

To deploy a different version of PDI or download from a different mirror you can update the pdi_url config value to point to a different PDI zip archive:

juju set pdi pdi_url='http://.....' 

To change the port carte runs on, you can change the carte port:

 juju set pdi carte_port='9999'

To override the default PDI JAVA_OPTS(memory limits etc) you can set an alternative value buy running:

 juju set pdi java_opts='-Xmx=4G'

To set an alternative Carte password, enter the unencrypted version by running:

juju set pdi carte_password='my_new_password'

Limitations

Contact Information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.