SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
2.98k stars 1.22k forks source link

[Package Request] InfluxDB #5406

Open muety opened 1 year ago

muety commented 1 year ago

Software Name

InfluxDB

Brief Description

Open-source time series database for IoT and analytics.

Website

https://www.influxdata.com/

Documentation

https://docs.influxdata.com/influxdb/v2.4/

Build/Installation documentation

https://docs.influxdata.com/influxdb/v2.4/install/

Source code

https://github.com/influxdata/influxdb

OpenSource License

MIT

Other License

No response

hgy59 commented 1 year ago

somewhat related to #3709 and #2292

hgy59 commented 1 year ago

Digging into this, I found that 32-bit archs are not supported with influxdb 2.x (https://www.influxdata.com/blog/influxdb-oss-and-enterprise-roadmap-update-from-influxdays-emea/)

So the remaining archs we could support are x64 and aarch64. As for x64, one can use influxdb with docker.

Probably it is not worth the effort to create an influxdb package for aarch64.