streampipes icon indicating copy to clipboard operation
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.

Results 268 streampipes issues
Sort by recently updated
recently updated
newest added

### 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...

good first issue
testing

### 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...

python
refactoring

### 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...

python
refactoring

### 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...

python
refactoring

### 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...

bug
python
backend

What to change by default, `domainProperties` are stored in an `ArrayList` ![grafik](https://user-images.githubusercontent.com/16739072/218264575-56268c64-a877-44ec-9bc1-93498d87260a.png) but some methods just allow creating domain properties as a single string input. This has to be harmonized...

backend

### 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...

good first issue
dependencies
ui
javascript

### 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...

enhancement
python

### 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...

enhancement
good first issue
documentation
gh-actions

### 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...

good first issue
testing
gh-actions