All Projects → apache → Incubator Hop

apache / Incubator Hop

Licence: apache-2.0
Hop Orchestration Platform

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Incubator Hop

Azure Event Hubs Spark
Enabling Continuous Data Processing with Apache Spark and Azure Event Hubs
Stars: ✭ 140 (+48.94%)
Mutual labels:  streaming, apache
Azure Event Hubs
☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs
Stars: ✭ 233 (+147.87%)
Mutual labels:  streaming, apache
Psi
Platform for Situated Intelligence
Stars: ✭ 249 (+164.89%)
Mutual labels:  pipelines, streaming
Tidal Api
An unofficial API wrapper for Tidal Music.
Stars: ✭ 83 (-11.7%)
Mutual labels:  streaming
Somafm Cli
🎵 Listen to SomaFM in your terminal via pure bash
Stars: ✭ 84 (-10.64%)
Mutual labels:  streaming
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-6.38%)
Mutual labels:  streaming
Aktion
Translates GitHub Actions into Tekton and Knative Objects
Stars: ✭ 94 (+0%)
Mutual labels:  pipelines
Streama
Self hosted streaming media server. https://docs.streama-project.com/
Stars: ✭ 8,948 (+9419.15%)
Mutual labels:  streaming
Ck Tensorflow
Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
Stars: ✭ 90 (-4.26%)
Mutual labels:  pipelines
Streaming Benchmarks
Benchmarks to compare Haskell streaming library performance
Stars: ✭ 87 (-7.45%)
Mutual labels:  streaming
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-8.51%)
Mutual labels:  apache
Azuracast
A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
Stars: ✭ 1,253 (+1232.98%)
Mutual labels:  streaming
Mastodon Api
Mastodon API Client Library
Stars: ✭ 89 (-5.32%)
Mutual labels:  streaming
Mixer Mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
Stars: ✭ 83 (-11.7%)
Mutual labels:  streaming
Mnemonic
Apache Mnemonic - A non-volatile hybrid memory storage oriented library
Stars: ✭ 91 (-3.19%)
Mutual labels:  apache
Spark States
Custom state store providers for Apache Spark
Stars: ✭ 83 (-11.7%)
Mutual labels:  apache
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-5.32%)
Mutual labels:  apache
Dafka
Dafka is a decentralized distributed streaming platform
Stars: ✭ 83 (-11.7%)
Mutual labels:  streaming
Omaf.js
HTML5 MSE Playback of MPEG 360 VR Tiled Streaming
Stars: ✭ 85 (-9.57%)
Mutual labels:  streaming
Iceberg
Apache Iceberg
Stars: ✭ 1,274 (+1255.32%)
Mutual labels:  apache

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].