I just posted a 4 part series on setting up a Flask app on EC2, filling out a database, and visualizing the data with D3.js. The original motivation for this project was to answer the question "What is the latest I can leave work while still having a 90% probability of making my intended BART train?" It grew into these posts, ultimately resulting in a static HTML page that gets data from a Flask app backed by SQL.
Four Part series on creating a D3.js graph powered by Flask and SQL
- Running a Flask app on AWS EC2
- Using Flask to answer SQL queries
- Getting csv data from requests to a SQL backed Flask app
- A D3.js plot powered by a SQL database
Similar Posts
- Using Flask to answer SQL queries, Score: 0.997
- Running a Flask app on AWS EC2, Score: 0.992
- A D3.js plot powered by a SQL database, Score: 0.960
- Getting csv data from requests to a SQL backed Flask app, Score: 0.929
- Saving time and space by working with gzip and bzip2 compressed files in python, Score: 0.610
Comments