You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 13:33:44 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #371: Add lightweight model declaration

dominikriemer opened a new issue, #371:
URL: https://github.com/apache/streampipes/issues/371

   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](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](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](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](https://github.com/apache/incubator-streampipes/blob/1827945aefdc8acec68387b447ab1732e0c05543/streampipes-model/src/main/java/org/apache/streampipes/model/grounding/EventGrounding.java) 
   
   Imported from Jira [STREAMPIPES-180](https://issues.apache.org/jira/browse/STREAMPIPES-180). Original Jira may contain additional context.
   Reported by: wiener.
   Subtask of issue #365


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dominikriemer closed issue #371: Add lightweight model declaration

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #371: Add lightweight model declaration
URL: https://github.com/apache/streampipes/issues/371


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org