a webapp for parsing .fit files
Posted on Sun 04 March 2018 in Projects
Crash course in Flask, Bokeh, Heroku for webapp dev in python¶
I made a webapp to parse .fit files, which are the raw data Garmin watches generate. The app shows you sample data recorded by your device, and attempts to plot stuff too.
.fit docs¶
- .fit SDK: https://www.thisisant.com/resources/fit
AWS/EC2/EB docs¶
- AWS EC2 free 100 hrs/mo: https://aws.amazon.com/free/
- login: https://us-west-2.console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:sort=instanceId
- deploy flask on elastic beanstalk: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html
- python/flask/aws/ec2/eb: https://medium.com/@miloharper/a-beginner-s-guide-to-creating-your-first-python-website-using-flask-aws-ec2-elastic-beanstalk-6a82b9be25e0
Heroku deploy¶
Other¶
- similar idea: https://design.athletedataviz.com/