I have created a visualization dashboard on dash. I know dash is based on flask. I know how to upload a simple app on AWS Elastic Beanstalk. But I don’t know how to deal with the csv file on which I am performing the visualization.
You could store the CSV file on S3. You can use the boto3 Python client to fetch the CSV file from the bucket it’s stored in.
1 Like
Also, I am new to the AWS. I have seen many articles about uploading apps on AWS Beanstalk. It involves opening the folder (in which there is your python code) in terminal and installing all the dependencies in that folder.
This process is a little bit hard on windows laptop.
Any easy way to do it ?
Sorry, I don’t have any experience with Elastic Beanstalk. Hopefully other’s here do, but since this question isn’t Dash specific, you might have better luck with other online resources.
1 Like