Previously I have posted a query regarding writeback functionality in Grafana, fortunately I could find the solution with the help of forum. Thanks to you guys.
Now I came up with another topic, I would like to do the writeback using Python code instead of node.js
Hi Yosiasz
Writeback in Grafana using Data Manipulation panel using node.js
i.e Create or Update or Delete data in Grafana and reflect them in the selected respective database. I have worked on Grafana to Postgres database. I wanted to check if we can do the same process of writing back from Grafana to Postgres using Python code instead of node.js
@mittamanjusha API endpoints can be created using any language.
We are updating documentation to add new API Server implementations submitted by the community. Recently we added InfluxDB API, MySQL, Node-RED (work in progress).
If you can create a Python code, you are welcome to send it to me to include in the documentation.