The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.
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.
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
$ cd docker
$ docker build -t project-hop .
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
After a successful build, the Hop Web can be started.
$ docker run -d -p 8080:8080 --name hop project-hop
Help us to improve Hop by logging issues in the Hop JIRA