end user uploads csv file (maybe 200-300mb ) in dashboard and then can visualize that data in map. The problem is should I store the uploaded file in database or just as a csv file in bucket or some storage option?
I saw one dashboard where I can upload csv file and the data can be visualized in map. I want to do something like that. but how do I store the file or data. Should I store it in database and query with API (but the data is too huge) or just store as file and serve the file?
learning_to_code is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.