Is it possible to "write" Insights data to an external target in real time?

I would like to store Insights data to my own database in real time.
Is there a way to catch the event when Homey stores Insights data? Or maybe a web hook so data will also be written to a provided URL?

Thanks

InfluxDb is a database you can host by yourself. Use influxDb homey app.

But this isn’t real time, is it? Or can it be?

Data is sent from Homey to the influx database in real time.

Okay, great, I will look into that one.

I thought it would only read variables, and write on given moments triggered by a flow.

I forgot to read the developer documentation, I just noticed there is a ManagerInsights which has events, so I could probably use these to write directly to my own database.