I think I get it now. You are talking about your work node red controller. Reef/pi does not uses any external db like influx , uses its own embedded database called boltdb. In this way reef-pi is significantly less component compared to the stack you are using . A full reef-pi does not need any external host to store metric or visualize charts . It has all those built in, and ships as single Debian package that comes with the entire db, backend, front end . For advance use cases (like arbitrary graphs, long term retention ) reef-pi allows Prometheus integration .In my case I use NodeRed and all DB functions go to InfluxDB. Grafana pull data from InfluxDB. The NodeRed also does bunch of logic functions and is my central IoT processing engine. Having this function native at the device level will minimize the external app sprawl and management nightmare. I host all of these as containers on Docker locally. This is the only reason I've asked if this could be done at the Reef-Pi level.
