Show HN: Marple – Interactive time series visualization for engineers (marpledata.com)
We’ve all been there: measurement data from an experiment or test needs to be analyzed but the only thing you have is a few data files flying around. You do not have a clue how to open or read the data. So what you do next is open your Python/Matlab/Jupyter Notebook/… and start coding in order to make some sense of the data. We didn’t like that process, so we started Marple to solve this issue.
Engineers tend to log data at frequencies from 1Hz to 10kHz and usually log hundreds of sensors at the same time. Data sets usually contain millions of data points. In order to make our web-based data visualization responsive, we had some technical challenges to tackle. We developed our own visualization engine based on PostgreSQL that is able to visualize millions of data points pretty much instantly. This allows us to create an interactive visualization environment which is perfect for data exploration, even for large data sets!
This is the second time we show Marple to HackerNews, but since then we made some big steps. We made a pivot to a cloud product and now offer a free version of Marple. Feel free to head over to our website and give it a go. Let us know what you think of it!
14 comments
[ 3.5 ms ] story [ 44.7 ms ] threadAnother question would it be possible for Marple to use the data locally (or from say my own s3 bucket or database) instead of having to upload it to your servers?
Is there a way to send data as it's generated? Yes! We have a tiny python SDK that can take care of that. Read more here: https://www.marpledata.com/docs/by-category/developers
[...] use data locally instead of having to upload it to your servers? No, not yet. We are however prototyping an influxdb integration. Would that cover your use case?
PS: I also work at Marple
We created our own in house infra to manage and visualize the data, but will try to check this out.
I'm not too familiar with Dymola FMI or Modbus. Good ideas for the future :)