Hi, everyone, can someone help me,
i need do send my base64 data to influxdb and when i try to do it, i get the error " unsupported input type for mean aggregate: string "
Can someone help me, please.
What are you trying to achieve? You wouldn't normally send binary data to InfluxDB which is a timeseries database. Indeed it doesn't support such a datatype.
Sorry, but InfluxDB is the wrong type of database for this use. As mentioned, it does not store binary data. It is used for statistical analysis of timeseries data. Great for analysing IoT sensor data over time. No use for storing photos I'm afraid.
what can i use instead ?
for example sqlite or mariadb/mysql.
Or even MQTT at a pinch.
thank you all



