tree: 4c0b27a7c5c07e11ba4ad2b1373c518741a3cb2c [path history] [tgz]
  1. cypress/
  2. deployment/
  3. nginx_config/
  4. projects/
  5. src/
  6. .browserslistrc
  7. .dockerignore
  8. .env
  9. .gitignore
  10. angular.json
  11. cypress.json
  12. docker-entrypoint.sh
  13. Dockerfile
  14. karma.conf.js
  15. package.json
  16. README.md
  17. tsconfig.json
  18. tsconfig.spec.json
  19. tslint.json
  20. webpack.partial.base.js
  21. webpack.partial.js
  22. webpack.partial.prod.js
ui/README.md

About StreamPipes

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://streampipes.apache.org

Read the full documentation at https://streampipes.apache.org/docs

For more information on StreamPipes, also visit the main project at https://github.com/apache/incubator-streampipes