Giter Site home page Giter Site logo

hop-plugin-sample's Introduction

Apache Hop plugins Samples

NOTE:
Latest Update: 2022/04/22
Hop Version 2.0.0

Pre-requisites for building the project:

  • Maven, version 3+
  • Java JDK 11

Overview

This project contains a series of examples demonstrating various use-cases for extended and embedding Apache Hop functionality. As a first implementation, the following plugins' examples are provided

  • Hop Pipeline Transform
  • Hop Workflow Action

More examples will be provided shortly

Building

From the main directory, or any of the module sub-directories, run mvn clean package.

For any module contained in the samples, a zip file will be generated that can be unzipped into the related Apache Hop plugin subdirectory for testing. This project is currently under improvement and any other samples wil lbe provided soon.

Using the debug Assembly

You can run Hop including some basic functionality using the debug assembly included, this will launch a stripped down version for Hop including a couple of transforms to test your custom transform or action.

Instructions on how to run debug using Intellij:

Application debug configuration

  • Create a new Run/Debug Configuration
  • Choose type application
  • Give it a name
  • From the Modify Options menu select following opitons
    • Add before launch task
    • Add VM Options
    • Add dependencies with "provided" scope to classpath
  • In the before launch add build & run maven goal -> clean install
  • Use Java 11
  • set module to hop-assemblies-debug
  • (if on mac) add -XstartOnFirstThread as VM option
  • Main Class is org.apache.hop.ui.hopgui.HopGui
  • Working director is your-git-location/pluginname/assemblies/debug/target/hop-assemblies-debug-{VERSION}

The {VERSION} should be replaced with the pom version you use.

Run this application and Hop should show up including your custom plugins.

hop-plugin-sample's People

Contributors

hansva avatar sramazzina avatar iavasquez avatar robinpdev 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.