stream
stream copied to clipboard
Elegant stream processing pipeline written entirely in Golang
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...
Hello, when I run the command "flogo create -f agg-flogo.json myApp" on Ubuntu, it shows: ``` Creating initial project structure, this might take a few seconds ... all dirs contained...
Added support to provide custom filter conditions in filter activity. Example usage - Filter all streams which meets certain condition e.g input value > threshold, input string contains keyword substring.
- Removed the reference to `activity.Context.GetSharedTempData()` because it returns `nil`, for `activityContext`, according to the flogo-project/core api - Add a `sharedData` map to the `aggregate` activity, so there is no...
Can we have some examples on how to use all the features of this project in go code?
I am running the steams example from > Labs > Streams: Aggregate and I am curious about the expected behaviour when using a SUM style aggregate approach. When I run...
Add a sample for joining multiple streams into a pipeline.