Kairos

Latest version: v0.10.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.1.3

=====

Fixed increment by integer on a Count series.

Turn off transactions in Redis pipelines.

0.1.2

=====

Added simple transforms on all timeseries and ability to apply any function
to a row of data when calling `get` and `series`.

0.1.1

=====

Added ability to specify 'step' and 'resolution' in terms of hours, days,
weeks, months and year.

0.1.0

=====

Beta of kairos for redis, significantly refactors the API. All types of
timeseries are created with the Timeseries constructor. The arguments to
the constructor have been changed to simplify and clarify their usage. In
particular, a single timeseries implements only a single type (e.g. Histogram)
read and write functions are shared by all intervals in a timeseries, and the
count_only support is now the timeseries type `count`. See README for details.

Added exceptions. Only exception currently implemented is UnknownInterval.

0.0.7

=====

If tracking only counts and resolution=interval, handle an interval without data

0.0.6

=====

Added optional compression on a series which will count unique hits on a
value within an interval. Exact time resolution is traded in favor of
a (possible) significant reduction in storage requirements. The resolution
of the compression is up to the user in how they cast the data on insert.

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.