ETL project for coinbase data science internship application
GOAL: For this project I created a real-time crypto price dashboard. I will connect to the coinbase API, transform and write that data to a database, and then visualize/present that data for a user to access.
STEPS:
- Create coinbase account to get an api_key DONE
- Test the api connection by fetching data DONE using library coinbase in python
- Create a database on railway
- Test that the database has the correct + desired data
- Create a front end framework to show the realtime stream
- Format + curate a presentation of the crypto price
- Publish and observe!
TOOLS: Git scripting + querying : python, postgreSQL with psycopg2 library cloud stuff: railway front-end framework: flask