I am attempting to setup a similar system to the way grok would operate
using nupic algorithms. Currently I git cloned the nupic.rogue github and
built nupic.rogue using the setup python scripts. I have also built nupic
and run some of the test examples such as hot gym and cpu predictions.

I have the nupic.rogue agent running and collecting cpu I/O, network,
memory data as rrds and I am able to execute rogue-export --prefix=var/db
to obtain the .csv conversions of the rrd files. My next step is to feed
the .csv files or .rrd files in an nupic model running the HTM model to run
for predictions and anomaly scores. Ideally I would like to set this up in
a streaming fashion on a local box. I came across the nupic_forwarder.py
script within nupic.rogue, but I have been unable to feed in the collected
data... any ideas?

Reply via email to