You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by "SvenO3 (via GitHub)" <gi...@apache.org> on 2023/01/30 13:36:51 UTC

[I] Output data streams for python functions (streampipes)

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

   ### Body
   
   The python functions should also support output data streams like in Java (see #1135). To implement this the following steps are needed:
   
   1. [ ] Extend the  `APIEndpoint` and refactor the `DataStream` data model to be able to post an output data stream to the REST API.
   2. [ ] Update the `Broker` to be able to publish messages to an output data stream.
   3. [ ] Extend the `FunctionDefinition` to make it possible to add output data streams to a function.
   4. [ ] Implement the functionality to create a new data stream to which you can continuously add output data.
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


-- 
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: dev-unsubscribe@streampipes.apache.org.apache.org

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


Re: [I] Output data streams for python functions (streampipes)

Posted by "SvenO3 (via GitHub)" <gi...@apache.org>.
SvenO3 closed issue #1182: Output data streams for python functions
URL: https://github.com/apache/streampipes/issues/1182


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