Web socket as data source
BarMat
Dataiku DSS Core Designer, Registered Posts: 2 ✭
Hi,
Dataiku is new to me and I am wondering if it is possible to listen to a web socket to extract data / create a data set. This could also be coded in a Python recipe.
Thanks for the support.
Best,
Matthias
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @BarMat
,
For use case like this we would recommend using the streaming endpoints described here, Kafka, SSE or SQS where possible:
https://doc.dataiku.com/dss/latest/streaming/cpython.html
If none of those a suitable you can try websocket-client in python but it's uncharted territory.
Thanks, -
Hi Alex ,thx a lot for your response.
Will evaluate if one of this native connections is possible.