streampipes
streampipes copied to clipboard
Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
### Purpose Please see the [email thread](https://lists.apache.org/thread/djwl7jxz3zmxkl6qtmzmmso94xxvgc54). ### Approach From the email thread: > The PulsarContainer class manages the pulsar service. And we would > implement the Tester for each...
This PR fixes the Issue: [STREAMPIPES-583](https://issues.apache.org/jira/projects/STREAMPIPES/issues/STREAMPIPES-583)
### Purpose In contrast to the issue description, the problem here is not the created data stream but the handling of data streams in the extensions service endpoint. ### Remarks...
### Purpose fix #2549 When the timestamp property is renamed, this breaks the current timestamp extraction in the FileReplayAdapter since we are looking for the runtime name. Therefore, we need...
### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):
### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):
### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Backend ### What happened? When using StreamPipes functions in Python, they create multiple data streams with the same...
### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Processing Elements ### What happened? I encountered an issue while utilizing the File Stream Adapter in StreamPipes. Within...
### Purpose refactor #2545 I'm working on migrating to junit5 in TestBooleanCounterProcessor, but the code has changed so much that I'm worried that I'm writing the code correctly, and I...