Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    Grafana and AppDrag API

    General Discussion
    3
    6
    207
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dick Honing
      Dick Honing last edited by

      Hi there, does anybody have experience linking AppDrag data to Grafana?

      https://grafana.com/grafana/

      1 Reply Last reply Reply Quote 0
      • Wassim
        Wassim last edited by

        Hi,
        Nope but it looks you have to setup on a server or using their cloud and then use their HTTP API to make requests and pull data on AppDrag CloudBackend API Functions.

        https://grafana.com/docs/grafana/latest/http_api/auth/

        I recommend you to use Axios to do requests to their API.

        Don't hesitate if you have questions while trying to integrate it.

        1 Reply Last reply Reply Quote 0
        • Daniel Mulroy
          Daniel Mulroy last edited by

          Hi Dick,

          I used Grafana for the v1 of our site, so I have experience with it.

          I don't think you can 'host' Grafana on AppDrag, but if you ran it on a third-party server (like an AWS EC2) you might be able to:

          1. Use it to pull data from CloudDB
          2. Embed Grafana graphs (that pull data from wherever) as iframes

          Good luck! i'd be interested in if/how you get it to work!

          1 Reply Last reply Reply Quote 0
          • Dick Honing
            Dick Honing last edited by

            Hi Daniel,

            do you have some experience with pulling data from CloudDB into Grafana?

            Thanks in advance and best regards - Dick

            1 Reply Last reply Reply Quote 0
            • Daniel Mulroy
              Daniel Mulroy last edited by

              None - I was hosting Grafana on an EC2 Micro instance and pulling data from a local RDS SQL server.

              I have however built visualisations using Charts.js and ApexCharts by pulling data from the CloudDB backend and displaying on an AppDrag site.

              I suppose which route you take depends on how invested you are in Grafana and how many other data sources you are trying to blend into this.

              If you are just looking to visualise CloudDB data, there are many better ways.

              If you're pulling data from many different sources and want to integrate data from CloudDB, that gets tricky.

              If I had to do that, I might set up Grafana on a third-party server, and just embed the data / graphs I needed next to 'native' stuff from CloudDB (not through Grafana)

              1 Reply Last reply Reply Quote 0
              • Dick Honing
                Dick Honing last edited by

                @Daniel-Mulroy thanks for the tips! I'm going to take a look at charts.js and ApexCharts.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post