Created question in FIWARE Q/A platform on 08-07-2021 at 12:07
Please, ANSWER this question AT https://stackoverflow.com/questions/68301239/how-to-process-sensor-time-series-data-in-batch-e-g-every-1-minute-to-time-se
Question:
How to process sensor time series data in batch (e.g. every 1 minute) to time series database (e.g. CrateDB) via FIWARE ORION CONTEXT BROKER?
Description:
I want to process sensor data into a time series database via FIWARE ORION CONTEXT BROKER. However, instead of writing each data individually, I want to write it collectively as a 1-minute time series. Is something like this possible?
Could you help me? What path should I follow?