Streamlit based web application which uses python and snowflake to display the status of the citibike station in the NY region.
The dataset which was used in here: https://gbfs.citibikenyc.com/gbfs/en/station_status.json
- Don't forget to ⭐ the repository!
- We'll be editing the code in github itself so need to clone it locally all you have to do is:
- Fork it.
- go to streamlit.io and sign-in if you have an account or create a new one (Always choose github sign in)
- create a new app on streamlit and select the forked repository and let the main file path remain the as the same!
- Now click on
Advanced settings
and copy paste the given text intosecrets
.
[snowflake]
user = "snowflakedemo"
password = "Snowflake@123"
account = "zx88924.ca-central-1.aws"
warehouse = "compute_wh"
database = "citibike"
schema = "public"
- ANDDD
DEPLOY
- After deploying you can make changes in
streamlit.py
file in github itself by editting and commiting. - Create a PR when done. :smile: Happy contributing!!!