What is the best way of getting dynamically generated data?
Lets say, we have an app in Flask where the user can upload some data, then we store the data in some persistent place, e.g., database or a file. How can I retrieve that data and plot it? o How can I tell Dash which data to read?
regards