Create release version 0.70

507 files changed
tree: 7816ac0f34cb406053fb40abfc1472837c800407
  1. .github/
  2. assemblies/
  3. core/
  4. docker/
  5. engine/
  6. integration-tests/
  7. licenses/
  8. plugins/
  9. rap/
  10. rcp/
  11. ui/
  12. .asf.yaml
  13. .gitignore
  14. .gitpod.Dockerfile
  15. .gitpod.yml
  16. DISCLAIMER-WIP
  17. Jenkinsfile
  18. Jenkinsfile.daily
  19. LICENSE
  20. NOTICE
  21. pom.xml
  22. README.md
README.md

Apache Hop (incubating)

The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.

Lines of Code Jenkins Status Maintenance Twitter Follow Facebook Youtube LinkedIn

Trying Apache Hop

Hop is work in progress. After building, the UI can be started, but a lot of things may be broken.

There are various things you can do to help Hop moving forward as fast as possible:

  • log bugs, request features in the Hop JIRA
  • asking questions to the mailing list or mattermost
  • help with documentation (lot of opportunities)
  • help fixing some sonar issues

Check our Contribution Guide and the Hop website for more information on how to contribute.

Building Apache Hop

From source repository

Required:

Clone Hop to a local repository:

$ git clone https://github.com/apache/incubator-hop.git

Change into the clone repository and build:

$ cd incubator-hop 
$ mvn clean install 

From release archive

You can download a source release here

Required:

Unzip the archive

$ tar -xf apache-hop*.tar.gz

Change into the extracted folder and build

$ cd apache-hop-*-incubating
$ mvn clean install

Run Apache Hop

After a successful build, the Hop UI can be started.

$ cd assemblies/client/target
$ unzip hop-client-*.zip
$ cd hop 

On Windows, run hop-gui.bat, on Mac and Linux, run hop-gui.sh

Help us to improve Hop by logging issues in the Hop JIRA