Ask HN: 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?
4 comments
[ 2.9 ms ] story [ 18.4 ms ] threadThere 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.
We build two binaries for ARM: one for modern AArch64 servers and another for older and smaller devices without the support for the latest CPU instructions.