Hi Matt and All, Our data stream comes in once in an hour and once in every 30 minutes. We can’t keep the program running CLA in memory. In stead, we will need to use cron job to read the data, invoke CLA, make predication and generate anomaly score. My understanding is we will have to serialize the CLA state after previous run and de-serialize it before the next run. Could you point me to examples/docs for serialization?
To extend the topic a little further, if our data stream is down for certain period of time, do we need to discard the serialized state and start anew when data stream starts again? Regards, Tom
