-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete test data * Simplify gen_mix and transformer * Use Task.Supervisor in Transformer * Crash tests for Transformer, Mixer and Splitter * Move back test files * Move back test files * Crashes in source and sink * Properly handle of tasks * Fix flaky tests * More todos
- Loading branch information
Showing
22 changed files
with
1,229 additions
and
814 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,7 @@ strom-*.tar | |
/tmp/ | ||
|
||
/test/examples/parcels/*.csv | ||
/test/data/*.csv | ||
/test_data | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
- restart strategy | ||
- renamer can be just a simple module | ||
- composite component | ||
- rename from to topology | ||
- Different words for flow as data-structure and Flow module (maybe Topology with the call function) | ||
- tick source with timeout | ||
- loop for sink and source | ||
- :__all__ for calling components on all streams in flow | ||
- source and sink parameterization (opts) | ||
- source and sink parameterization (opts) | ||
- https://complexevents.com/2020/06/15/whats-the-difference-between-esp-and-cep-2/ | ||
- https://getindata.com/blog/lesson-learned-apache-flink-complex-event-processing/ | ||
- https://www.researchgate.net/publication/343994577_Complex_Event_Processing_for_the_Internet_of_Things |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.