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.
### Body ### Background This issue aims to automatically validate the update process of StreamPipes, as discussed in issue #1193. ### Description A Cypress test should be implemented to validate...
### Body The messaging endpoint in the Python client is no longer required. Therefore, we should remove it. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the...
### Body The [broker](https://github.com/apache/streampipes/tree/dev/streampipes-client-python/streampipes/functions/broker) module of the Python library has not an ideal structure yet. E.g., we have an import issue with a the `get_broker()` function. Therefore, we should come...
### Body Currently, we mix up different naming styles in the Python client. Some variables and methods are named in `camelCase` and others in `snake_case`. We should follow one here...
### Body The class `KafkaTransportProtocol` uses the name `kafkaPort` protocol. All the other transport protocols use the variable name `port`. This should be harmonized. I found the problem when I...
What to change by default, `domainProperties` are stored in an `ArrayList`  but some methods just allow creating domain properties as a single string input. This has to be harmonized...
### Body When installing our UI dependencies, some deprecation warnings occur, see https://github.com/apache/streampipes/actions/runs/4050714717/jobs/6968365235#step:4:7. This ticket is about removing/replacing them by their successors. ## Mentoring As this ticket is marked as...
### Body In https://github.com/apache/streampipes/pull/1147 we introduced the resource for a function definition which defines a registered function in the StreamPipes backend. To provide full support of function API endpoint we...
### Body ### Body This issue is about setting about [sonarcloud](https://www.sonarsource.com/products/sonarcloud/) for Apache StreamPipes. It's only about the integration with the repository and GitHub actions not the account creation. It...
### Body This issue is about setting about [codecov](https://about.codecov.io/) for Apache StreamPipes. It's only about the integration with the repository and GitHub actions not the account creation. There should be...