This is an old revision of the document!


SampleStream

SampleStream is a small Python library used to extract data from ARDI for time-series analysis. It's particularly useful for…

* AI applications where you need to work on time-series data,
* Applications where you need to search for events across time-windows,
* When you need very reliable 'bucketing' of data over even amounts of time
* When you need to correct for lag based on a measurement rather than a fixed time

Key Classes/Features

The key classes in the library are…

samplestream, LagCorrection, and LagCorrectedQuery