5 ms·
Show HN: Streaming data analysis on Colab with the help of Bokeh
- muditsrivastava 3y agoIt's interesting how it gets Jupyter working from streaming workloads. Jupyter notebooks are the de-facto choice for most data scientists around me. Haven't really tried it out myself but I imagine this could be a value addition for streaming ML use cases for sure.
- anupsurendran 3y agoThis is a Google Colab notebook (that works in Jupyter too). The notebook can connect to live data sources (e.g. Kafka) and you can do analysis. You could do a CSV replay if you have timestamped data entries