agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

Rate #48

Closed awestendorf closed 10 years ago

awestendorf commented 10 years ago

Adds a "rate" function to series, histogram, count and set types. Introduces a breaking change to custom transforms by adding a second parameter to define the amount of time over which the data was collected. Adds documentation on how to write transforms. Fixes gregorian TTL calculations again [#42][#44]