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

Bulk insert #41

Closed awestendorf closed 10 years ago

awestendorf commented 10 years ago

Implements a Timeseries.bulk_insert API and an optimized implementation for Redis and Mongo. Includes support for passing a list of values into Timeseries.insert. Also includes support for the caller to manage their own Redis pipelines, finally addressing #12.