StreamPipes enables flexible modeling of stream processing pipelines by providing a graphical modeling editor on top of existing stream processing frameworks.
It leverages non-technical users to quickly define and execute processing pipelines based on an easily extensible toolbox of data sources, data processors and data sinks. StreamPipes has an exchangeable runtime execution layer and executes pipelines using one of the provided wrappers, e.g., for Apache Flink or Apache Kafka Streams.
Pipeline elements in StreamPipes can be installed at runtime - the built-in SDK allows to easily implement new pipeline elements according to your needs. Pipeline elements are standalone microservices that can run anywhere - centrally on your server, in a large-scale cluster or close at the edge.
Learn more about StreamPipes at https://www.streampipes.org/
Read the full documentation at https://docs.streampipes.org
StreamPipes allows you to connect IoT data sources using the SDK or the built-in graphical tool StreamPipes Connect.
The extensible toolbox of data processors and sinks supports use cases such as
The quickest way to run StreamPipes is the Docker-based installer script available for Unix, Mac and Windows (10).
It's easy to get started:
./streampipes start
to run a lightweight StreamPipes version with few pipelines elements (not including Big Data frameworks) or start the full version (16GB RAM recommended) by executing ./streampipes start bigdata
http://YOUR_HOSTNAME_HERE
and follow the installation instructions.For a more in-depth manual, read the installation guide at https://docs.streampipes.org/docs/user-guide-installation!
StreamPipes includes a repository of ready-to-use pipeline elements. A description of the standard elements can be found in the Github repository streampipes-pipeline-elements.
You can easily add your own data streams, processors or sinks. A Java-based SDK and several run-time wrappers for popular streaming frameworks such as Apache Flink, Apache Spark and Apache Kafka Streams (and also plain Java programs) can be used to integrate your existing processing logic into StreamPipes. Pipeline elements are packaged as Docker images and can be installed at runtime, whenever your requirements change.
Check our developer guide at https://docs.streampipes.org/docs/dev-guide-introduction.
If you have any problems during the installation or questions around StreamPipes, you'll get help through one of our community channels:
And don't forget to follow us on Twitter!
We welcome contributions to StreamPipes. If you are interested in contributing to StreamPipes, let us know!
We'd love to hear your feedback! Contact us at feedback@streampipes.org
StreamPipes is actively being developed by a dedicated group of people at FZI Research Center for Information Technology.