Getting live data from a directory

Hey guys,

I have a directory where I’m stashing some signals (as jsons) and I was wondering if there is any way of the callback to constantly look for new data files and updated some graphs on a dash.

Thanks

You could do this with live updates using the interval component plotly provides:

You could then grab the files you want at whatever interval you like.

1 Like