Downsampling Time Series for Visual Representation [pdf]

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • abstreet

    Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit

  • Does anybody know an approach for downsampling time series when you need to compare two downsampled series? Let's say:

    1) You measure millions of (time, count) events, covering 24hrs.

    2) You downsample this somehow to save space.

    3) You start measuring (time, count) events again, covering 7 hours. You expect the data to match up with the previous measurements, and you'd like to plot differences.

    Is there a way to trim the downsampled 24hr set so that it matches the downsampled 7hr set?

    Motivation: https://github.com/a-b-street/abstreet/issues/85

  • flot-downsample

    Downsample plugin for Flot charts.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • simplify-js

    High-performance JavaScript polyline simplification library

  • This looks cool, I especially like the "intuitive" longest line algorithm.

    ~7 years ago I was trying to build a dashboard that displayed real-time measurements from a beehive. The sensors would take temperature, weight, humidity, etc. Back then I used simplify.js [0] which uses two simplification algorithms in two passes. The more compute intensive one is the Ramer Douglas Peucker algorithm [1]. One issue I had with streaming data is that new data points could change the past line, at least with my naive implementation. I'd love to see a real-time / streaming time series simplification algorithm where the past points don't appear to change wildly despite continuing to downsample.

    [0] https://github.com/mourner/simplify-js

    [1] https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93...

  • masterscrat

  • Interesting to see this pop up here! I was looking for a solution to plot terabytes of time series during my MSc Thesis at CERN and ended up adding support for this to a Grafana fork. Fun times.

    Details here: https://github.com/MasterScrat/masterscrat.github.io/blob/ma...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: I built a transit travel time map

    5 projects | news.ycombinator.com | 24 Jul 2023
  • A/B Street: Transportation planning and traffic simulation for friendlier cities

    1 project | news.ycombinator.com | 23 Jul 2023
  • A/B Street

    1 project | news.ycombinator.com | 22 Jul 2023
  • Not a Surprise: 101 Freeway Widening Shows Negative Results

    1 project | /r/bayarea | 13 Apr 2023
  • Bay Area drivers spend 97 hours a year in traffic. Why didn’t remote work end commute nightmares?

    1 project | /r/bayarea | 31 Mar 2023