HACKER Q&A
📣 wojciii

What TSDB database do you use on embedded Linux systems?


Hi,

I'm evaluating TSDB products for use on an embedded platform.

I tried TDengine but it doesn't appear to work on ARM and has some red flags in the way it's built.

I need to save a lot of telemetry (many simple values written every second or so) on the device and expose it using a web interface.

What products have you used for a similar task?


  👤 zX41ZdbW Accepted Answer ✓
I think ClickHouse should fit.

There are many examples of its usage at the edge: https://clickhouse.com/docs/en/about-us/adopters

E.g., FastNetMon: https://fastnetmon.com/docs-fnm-advanced/fastnetmon-advanced...

PS. I'm the author of ClickHouse.


👤 pavel_odintsov
I'm Pavel from FastNetMon and we do for sure love Clickhouse as TSDB for embedded systems and we have multiple deployments on ARM64.