I am currently getting a lot of data via API and I would like to display it on a dynamic dashboard.
So far, I saw that I could use Grafana, but it seems to require a database such as InfluxDB.
Is it possible to use Grafana without storing the data I get via API into a database, and then display only the data I get each with each request?