Skip to content

Feature request: a lazy interface #2

@LaurentRDC

Description

@LaurentRDC

Discussion on the Haskell Discourse instance has brought up an application which cannot be executed using javelin 0.1.0.0:

In a huge storage I have time series of a thousand devices over a year, approximately in second resolution. I want to compute the temporal mean of the standard deviation over devices of the time series. There is no way to hold all these time series in memory at the same time, so I need some lazy streaming API.

Rust's dataframe library polars also has two interfaces, one strict and one lazy. We might inspire ourselves from this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions