You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "Dominik Riemer (Jira)" <ji...@apache.org> on 2022/11/17 17:28:00 UTC

[jira] [Closed] (STREAMPIPES-180) Add lightweight model declaration

     [ https://issues.apache.org/jira/browse/STREAMPIPES-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Riemer closed STREAMPIPES-180.
--------------------------------------
    Fix Version/s:     (was: 0.90.0)
       Resolution: Won't Fix

> Add lightweight model declaration
> ---------------------------------
>
>                 Key: STREAMPIPES-180
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-180
>             Project: StreamPipes
>          Issue Type: Sub-task
>            Reporter: Patrick Wiener
>            Priority: Major
>              Labels: pull-request-available, suggestion-done
>
> provide model for *DataProcessorDescription [1]* and relevant sub-classes,
>  * *OutputStrategy [2]* (Determine how event schema looks like)**
>  * *StaticProperty [3]* (User configuration in UI, provided configuration input),
>  * *SpDataStream [4]* (Stream requirements),
>  * *EventGrounding [5]* (TransportProtocol, i.e., used message broker and configuration etc)
>  
> We need to provide the necessary base classes Unnamed-/Named-/AbstractStreamPipesEntity.
> [1] [https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/graph/DataProcessorDescription.java]
> [2] [https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/output/OutputStrategy.java]
> [3] [https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/staticproperty/StaticProperty.java] 
> [[4]https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/SpDataStream.java|https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/SpDataStream.java] 
> [5] [https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/grounding/EventGrounding.java] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)