Is there a Python SDK? #2063
Replies: 2 comments 2 replies
-
Hey @aberges-grd, EDIT: sorry I didn't get your question right. StreamPipes Python is not yet a full SDK for StreamPipes. However, it supports to create StreamPipes functions, which allow you to consume & send data streams from/to StreamPipes via Python. This behaves like a lightweight processing element. If not, I would be happy to hear your requirements and ideas. We are at an early stage with the Python support and are aiming to extend it further. |
Beta Was this translation helpful? Give feedback.
-
hey, thank you for your reply. Well, I'm interested in creating new "boxes" for data processing and representing ML models that have been previously trained, plus monitoring. The stack would need MLFlow (has Java API, though we are accustomed to the Python one), Spark (has Scala API so may be integrable in StreamPipes I guess), a library to compute custom model health metrics (it's Python entirely) and representing models (Dockerized) whose predictions may be used as the inputs of other models. We would also be interested in having ML training pipelines. Orchestration is also a need, but StreamPipes has that already. Streampipes is interesting for us because it had a GUI, streaming capabilities and all the data sources and sinks already present, and the ability to extend and customize it. |
Beta Was this translation helpful? Give feedback.
-
Webpage says there's a Python SDK + Client, but the documentation doesn't show the SDK, only the client.
If there is a python SDK to extend streampipes I would be greatly interested.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions