Python Dash Web Application Connected to Live Database - MongoDB

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 22

  • @carlosvaz4392
    @carlosvaz4392 2 ปีที่แล้ว +1

    Hello,
    Thanks much for this tutorial and all of great videos you shared related to Dash library
    It will really save time for everyone who is looking for populate data into graphs
    The another functionality i liked as well is the ability to edit / update data right from the front end. On production environment it can enable level 1 support team to make some corrections on their end. Very cool
    Please keep this great work ;)
    Greetings from Brazil

  • @IvaZinga
    @IvaZinga 2 ปีที่แล้ว +1

    Thank you for the tutorial!!

  • @gauravpainuly1800
    @gauravpainuly1800 2 ปีที่แล้ว +2

    Like it very much

  • @Smart-sv8jb
    @Smart-sv8jb 2 ปีที่แล้ว +3

    Can you make a video on how to create a plotly dashboard for streaming data (real-time data) that comes from a kafka cluster please?

    • @Smoked93POL
      @Smoked93POL 2 ปีที่แล้ว

      I was looking for the same thing ;)

  • @amirkaraj6746
    @amirkaraj6746 2 ปีที่แล้ว

    Hello Adam Charming Data, How can I update the live database when I want to delete a column or a row (instead of deleting maybe a soft delete or disable the column or row) and show the changes on charts!? Can you help please??

  • @saeedjudia6850
    @saeedjudia6850 2 ปีที่แล้ว

    Thank very much for all dash videos, how can i update an output by two callbacks?
    All what i want is to update layout after click event. The layout already output for another callback

    • @CharmingData
      @CharmingData  2 ปีที่แล้ว +1

      Hi Saeed, you can use the Multiplexer transform that belong the Dash-extensions. github.com/thedirtyfew/dash-extensions#multiplexertransform

  • @aminghanooni4240
    @aminghanooni4240 2 ปีที่แล้ว +1

    May you do a video on accessing API of a website and present it via a dashboard in Dash? Let's day that the dashboard is automatically updated weekly by accessing the database via API. Thanks!

    • @CharmingData
      @CharmingData  2 ปีที่แล้ว

      here you go Amin: th-cam.com/video/7Yz3_FEaTq8/w-d-xo.html

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 2 ปีที่แล้ว +1

    Nice tutorial. Do you have any tutorial on how to create tabs and on click of it show some data using Dash please let me know

    • @CharmingData
      @CharmingData  2 ปีที่แล้ว +1

      I think I do.. let me check

  • @rajnishrajput
    @rajnishrajput 2 ปีที่แล้ว

    I need to create a multi level drill down dash app.. for e.g population char chart by countries, click on any country will draw bar plot of statewise population, click on state will draw county wise population. Please help me i am able to do one level drill down but not multi level

  • @kattamaran
    @kattamaran 2 ปีที่แล้ว

    Hi, can this be done with sqlite as well? Or is the „live“ feature only possible with mongo-db?

    • @CharmingData
      @CharmingData  2 ปีที่แล้ว

      Hi @kattmaran, This should be able to be done wtih sqlite as well. But it is not recommended to deploy your app to the web using sqlite. You should use more powerful databases like PostgreSQL or Mongo or others

  • @hoatranhanu
    @hoatranhanu 2 ปีที่แล้ว

    Hi, I'm trying to create dashtable based on input data (not editable dashtable). I mean that I will input in input box, add row of dashtable and continue to input and dashtable be updated based on input. Do you have any tutorial about that sir.

    • @CharmingData
      @CharmingData  2 ปีที่แล้ว +1

      Hi Hao, I don't have a tutorial on that because it's a very specific task, but I solved your question on Stackoverflow

    • @hoatranhanu
      @hoatranhanu 2 ปีที่แล้ว +1

      @@CharmingData Thank you so much, it helped me alot. Hope to see another tutorial about live updates frome mysql.

  • @sanamtamboraji24
    @sanamtamboraji24 ปีที่แล้ว

    Hello sir,
    How to connect to PostgreSQL ?