Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for slicing joinable data items #14

Open
andeaseme opened this issue Oct 27, 2021 · 1 comment
Open

Add support for slicing joinable data items #14

andeaseme opened this issue Oct 27, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@andeaseme
Copy link
Member

andeaseme commented Oct 27, 2021

A common data format with stream2py is chunks of data like segments of waveforms that can be joined together.

The issue is with the BufferReader.range() returns a list of chunks often with extra to trim off at the start and stop since the query falls somewhere inside a chunk. For these cases, it would be good to have range join and trim to get a more exact query.

I would add optional abstract methods to SourceReader that are for joining and slicing read data items and have BufferReader.range() use that and return a single joined data item

┆Issue is synchronized with this Asana task by Unito

@andeaseme andeaseme added the enhancement New feature or request label Oct 27, 2021
@thorwhalen
Copy link
Member

thorwhalen commented Nov 11, 2021

interval_query_--_ordered,_non-overlapping

See also:

creek design ideas

session_block_stores

keywords: session/block queries, timeseries queries, panel data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants