Reading data from file which created every hours

Dear All,

I am a new using dash and python.
I want read a data from file which created every hours and plot using dash.
I am already did to read data from single file which the data is updated every seconds, but how to switch automatically to read from new file which create every hour?

Any help will be appreciate, thank you very much.

Susilo

There are a few different ways to do this, but here’s one example where a separate process periodically updates a dataset periodically: https://github.com/plotly/dash-redis-celery-periodic-updates/

@chriddyp Thank i will try first.