Graphing MQTT data on real-time graph using Dash

Hello,
is it possible to plot a real-time updating graph of incoming data from MQTT(Paho) broker using Dash. If yes, any help will be appreciated. Thanks in advance.

there is a session for this in the documentation : https://dash.plot.ly/live-updates

I’m a python (and programming) beginner but I would store the MQTT data in a text file or a db on an API and I would make http calls (in a callback triged by a dcc.Interval) to retrieve the stored data