File Upload using Grafana dashboard | Data Manipulation | Base64 | Variable panel | Tutorial

Sdílet
Vložit
  • čas přidán 23. 08. 2024

Komentáře • 33

  • @volkovlabs
    @volkovlabs  Před 5 měsíci +5

    Three plugins = one elegant solution. What do you think?

  • @user-zu1nx3wo2s
    @user-zu1nx3wo2s Před 5 měsíci +1

    Love Your Videos I recently Introduced to Grafana and you guys are my only reliable source for learning grafana and using this at full Potential. Love this Video Now I can Implement this Feature also in my solution

    • @volkovlabs
      @volkovlabs  Před 5 měsíci

      Great to hear that! Please subscribe and follow along

  • @renobodyrenobody
    @renobodyrenobody Před 5 měsíci +1

    Brillant! Thanks a lot for this kind of stuff, and BRAVO!

  • @nimaforoughi3008
    @nimaforoughi3008 Před 5 měsíci +1

    Wow. Amazing

  • @MayankSaxena1429
    @MayankSaxena1429 Před měsícem +1

    Hi Daria. Can you please help with an example for csv file data upload directly into table using this panel?

    • @volkovlabs
      @volkovlabs  Před měsícem

      We don't have CSV example, but it's similar to the base64 file upload we demonstrated and described in the blog: volkovlabs.io/blog/form-panel-file-upload-20240310/
      Just modify the base64 encoding part to parsing file data and create an insert statement to add to the table.

  • @sajallovey
    @sajallovey Před 5 měsíci +1

    Hi, It would be great if you can help community to upload a CSV/json file or Spreadsheet. is it possible to do that?. I have a specific use case for my company. Pls share your thoughts

    • @volkovlabs
      @volkovlabs  Před 5 měsíci

      You can upload any file using Data Manipulation panel and save it to backend data source or REST API.

  • @marciopaulino3242
    @marciopaulino3242 Před měsícem

    Can you please redo same example using the business forms version 4.x?
    This new version splitted the payload and the query. I am struggling to replicate this excercise using 4.x version plugin.
    It worked until version 3.8. Thank you!

    • @volkovlabs
      @volkovlabs  Před měsícem

      We will reply in the GitHub: github.com/VolkovLabs/volkovlabs-form-panel/issues/456.
      Query Editor is a new feature and we described it in the blog: volkovlabs.io/blog/form-panel-4.0.0-20240702/.

  • @henrikroland6489
    @henrikroland6489 Před 15 dny

    Nice the plugin. Thanks a lot. But i find that large images and pdf(8-10mb) is not showing. Is there any tricks to make them or is it limitations with mysql?

    • @volkovlabs
      @volkovlabs  Před 15 dny

      You are welcome !
      Do you insert files directly to MySQL Datasource? MySQL may need to update configuration to allow big payloads. We have no limitation on our side.

  • @ItachiUchiha-ic8ru
    @ItachiUchiha-ic8ru Před 5 měsíci +1

    i need to upload a .xlsx file to postgres datasource what changes do i need to make at the custom payload section

    • @volkovlabs
      @volkovlabs  Před 5 měsíci +1

      If you are going to store it as base64 encode, then nothing. You can store any file in the database using base64.

    • @ItachiUchiha-ic8ru
      @ItachiUchiha-ic8ru Před 5 měsíci +1

      @@volkovlabs Thank You for the help. But what if i need to store the data as it is from the .xlsx file to the postgres datasource.

    • @volkovlabs
      @volkovlabs  Před 5 měsíci +1

      @@ItachiUchiha-ic8ru Use decode to get a binary when writing to the data source: www.postgresql.org/docs/9.6/functions-binarystring.html

    • @volkovlabs
      @volkovlabs  Před 5 měsíci +1

      @@ItachiUchiha-ic8ru Or you mean you want to parse it and then save to the Postgres? Then I would recommend to create a REST API.

    • @ItachiUchiha-ic8ru
      @ItachiUchiha-ic8ru Před 5 měsíci +1

      @@volkovlabs Thank you again for the help. For the API do i need to make changes at the custom payload section for the xslx file

  • @user-zu1nx3wo2s
    @user-zu1nx3wo2s Před 5 měsíci +1

    Hey Can you give me some idea or is this possible we can create a Map in Grafana ( take an example Metro Train panel where it is showing all the stations in which completed stations with same colour and no completed stations with different colour) Do you guys think is it possible with Grafana. I'm Wondering about this Problem and it is very challenging at least for me lol 😅.

    • @volkovlabs
      @volkovlabs  Před 5 měsíci +1

      You should be able to do it with native Geomap panel to display on real map. If you prefer to use SVG with custom elements, then Canvas panel can be an option. We have video explaining how to use it.

    • @subodhsingh8382
      @subodhsingh8382 Před 5 měsíci +1

      Thanks for your suggestion

    • @volkovlabs
      @volkovlabs  Před 5 měsíci

      @@subodhsingh8382You got it!

    • @user-zu1nx3wo2s
      @user-zu1nx3wo2s Před 5 měsíci +1

      @@volkovlabs watched your canvas panel Video it is too good just want to try if it works on my usecase.

    • @volkovlabs
      @volkovlabs  Před 5 měsíci

      @@user-zu1nx3wo2s Let us know if it works!