chopper

Crates.iochopper
lib.rschopper
version0.8.3
sourcesrc
created_at2019-12-29 02:31:44.97874
updated_at2023-01-23 20:55:26.849041
descriptionChopper is a streaming time series manipulation framework. Cli frontend is provided via chop crate.
homepage
repositoryhttps://github.com/octoske/chopper
max_upload_size
id193126
size291,611
(snaar)

documentation

README

chopper is a streaming time series manipulation framework

Goals
  1. Primary use case - ad-hoc usage by humans.
  2. Strictly streaming - minimal memory impact.
  3. Time series focused:
    1. Input data is assumed to have time column.
    2. Time is monotonically non-decreasing within each of the inputs.
Notable design choices
  1. Generated csv output is not guaranteed to be usable as csv input except for simple data types - there is no standard for csv serialization in general and csv output is expected to be used for either debugging or final output, not intermediate results.
Commit count: 0

cargo fmt