I have a Flask webapp running on Ubuntu server with tabular data. (1 table/user) I intend to make a csv file of such data and make it available for download. (No user authentication applied, username acts as unique identifier)
I can create a CSV file in python but the question is where to store it and how can I make it easily available for download. Also I need to have a mechanism to update the CSV when user makes a change.