DataNerd2021 / real-time-nba-stats-app

2 stars 0 forks source link

Research Deployment Options #1

Closed DataNerd2021 closed 1 month ago

DataNerd2021 commented 1 month ago

One option would be to build an API endpoint using Flask and build out the front-end using basic HTML and CSS and then potentially upgrading that using a style guide from ChatGPT or another Python library. This could be stored in a Docker Image and then deployed on AWS, Heroku, or another cloud platform.

DataNerd2021 commented 1 month ago

There is a ksqlDB Image on Docker Hub that could be used as our OLTP database.