Update release version

474 files changed
tree: 2878f4d438fb0998ee4d39ea9eedfea824d2eec2
  1. .github/
  2. archive-pipeline-transforms/
  3. archive-samples/
  4. assemblies/
  5. core/
  6. engine/
  7. integration-tests/
  8. licenses/
  9. plugins/
  10. ui/
  11. .asf.yaml
  12. .gitignore
  13. .gitpod.Dockerfile
  14. .gitpod.yml
  15. DISCLAIMER
  16. Dockerfile.unit-tests
  17. Jenkinsfile
  18. Jenkinsfile.daily
  19. LICENSE
  20. NOTICE
  21. pipeline.yaml
  22. pom.xml
  23. README.md
README.md

Hop

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 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.

Build Hop

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 

Run 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