Giter Club home page Giter Club logo

crudclient's Introduction

Pentaho App Builder - CRUD Client Plugin

How to install CRUD Client Plugin

  1. Download Pentaho BI Server CE 6.1 https://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/6.1/biserver-ce-6.1.0.1-196.zip/download

  2. Put the plugin CRUDClient into pentaho-solutions/system

  3. Create a database connection called clients into MySQL.

  4. Execute clients_db.sql

create database clients;
use clients;
create table tb_clients(
    cod integer,
    name varchar(200),
    company varchar(100),
    country varchar(100)
);
  1. Change db password

5.1) Open those files on PDI: registerData.ktr, updateData.ktr, deleteData.ktr, KettleTransBuscar.ktr.

5.1.1) In registerData.ktr, go to step table ouput -> Connection -> Edit... -> Change to your own MySQL password.
5.1.2) In updateData.ktr, go to step insert / update -> Connection -> Edit... -> Change to your own MySQL password.
5.1.3) In deleteData.ktr, go to step Delete -> Connection -> Edit... -> Change to your own MySQL password.
5.1.4) In KettleTransBuscar.ktr, go to step table input -> Connection -> Edit... -> Change to your own MySQL password

  1. Restart BI Server

  2. Enjoy the plugin.

Note:
After any insert, update or delete using the plugin, we need to reload the plugin on App Builder.

App Builder

http://community.pentaho.com/projects/app-builder/

crudclient's People

Contributors

caiomsouza avatar

Watchers

 avatar

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.