How to build a prediction service on top of streaming (kafka) input data

Hi.
I have streaming input data (CPU/memory metric) and I want to build HTM on top of it and enable continuous learning from the streaming data and predict future values of the metric.

Can someone please let me know if HTM integrates with streaming services and if possible, please point out any example of such implementations?

Thank you!

1 Like

Here’s a search that turns up some things you should read: nupic streaming data.

Hi @rhyolight, thanks for guiding me in the right direction. I have finally managed to integrate HTM and build a project on that. If anyone is facing any problems with HTM-Kafka integration,please checkout my code.

3 Likes

Holy cow, that’s great! Thanks for the contribution to our knowledge base!