Web socket as data source

BarMat
Level 1
Web socket as data source

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

0 Kudos
2 Replies
AlexT
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,

0 Kudos
BarMat
Level 1
Author

Hi Alex ,thx a lot for your response. 

Will evaluate if one of this native connections is possible.

0 Kudos