streamflow icon indicating copy to clipboard operation
streamflow copied to clipboard

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.

Results 36 streamflow issues
Sort by recently updated
recently updated
newest added

It's possible to use the following code to create a list: ```python [i+1 for i in(0,1,2)] [1, 2, 3] ``` Can a similar thing be done with tuples in Streamflow?...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

The original batch does not work due to the for loop not having do on the same line, and other errors. Added are fixes. The new version is fully tested...

Hi Thanks a lot for this beautiful app for learning. I dont think this was a bug. please find below problem which i am facing, i can able to build...

let streamflow to support storm 1.0 and use storm-ui‘s api to get the cluster's info and the topology's metric

This is a very nice project. Thank you guys ! I am thinking of integrating Spark Streaming and Flink in to StreamFlow. So that the end user can choose the...

See screenshot. Maybe a version issue. ![screenshot-132 230 3 45 8080 2015-12-25 16-50-23](https://cloud.githubusercontent.com/assets/6021382/12003639/2e64aa30-ab28-11e5-885f-b20ab2c3519c.png) P.S. All my respect to a really good and professional made project. Wiki is one of the...

When we create a topology and build the topology. then we want to move this topology to another computer which install the streamflow. We want to export the structure of...

Apache Flink is quickly gaining momentum as an alternative to Spark Streaming, Storm, etc. > Apache Flink is an open source platform for distributed stream and batch data processing. Flink’s...

Currently, when a topology is submitted by a user from streamflow there are no protections that it will continue to run if there is a cluster outage. This feature should...

enhancement