DEV Community

Cover image for 1st try to work with Golang in Grafana
Maks
Maks

Posted on

1st try to work with Golang in Grafana

Hey! It's my first post here. I don't know how informative it is for already avid programmers, developers, and IT specialists. I want to tell you about my experience working with Golang, Grafana and the REST API.

My name is Max, I am 22 years old and I work as a developer and I am currently engaged in data visualization using Grafana. This is a new tool for me and I have to spend a lot of time learning it. This is a new tool for me and I have to spend a lot of time learning it. I'm already familiar with Golang, I wrote my own parsing program for my thesis. It turned out quite successfully!

In order not to connect to databases (which I do not have access to), I want to migrate them using the API using the REST API technology. But I do not know how to connect it with Grafana. I would appreciate your help with this, if you would give me advice on integrating these things.

I've learned how to connect to databases, take information from them and visualize, but I don't know how to get the necessary data from the site I need and visualize it, so that later I can just log into Grafana and see the visualization.

Top comments (0)