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

Time-Index in Milliseconds? #191

Open
Oddisey opened this issue May 12, 2020 · 1 comment
Open

Time-Index in Milliseconds? #191

Oddisey opened this issue May 12, 2020 · 1 comment

Comments

@Oddisey
Copy link

Oddisey commented May 12, 2020

I am looking to do data aggregation of events that are streaming into my timeseries graph. Currently I am using Pond's pipeline and ring objects to "stream" data into a graph. I am receiving nearly 60 pieces of data per second (meaning I have timestamps on each datapoint that go out to the millisecond). Although realistically I am only able to process about 30 data-points per second into the graph. Since I am getting 60 data-points per second, I would like to us an windowBy function on the pipeline to group the data-points in a 34 millisecond window based on their timestamp. Which is where I run into a problem. I don't see any examples of a time index based on milliseconds. I see "5m" for 5 minutes, or "1s" for 1 second. Can I window by milliseconds? I think this would be very useful for high-volume data streaming.

I am relatively new to timeseries. So if this is off the mark because of my lack of understanding of a Time Index or how the streams can work in other ways, I'd be happy to hear about it.

@hp8wvvvgnj6asjm7
Copy link

hell even microseconds.

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

No branches or pull requests

2 participants