https://github.com/snowflake-labs/snowflake-demo-streamlit
This repo contains a collection of Streamlit in Snowflake demos, tutorials, and examples
https://github.com/snowflake-labs/snowflake-demo-streamlit
app snowflake streamlit
Last synced: about 1 year ago
JSON representation
This repo contains a collection of Streamlit in Snowflake demos, tutorials, and examples
- Host: GitHub
- URL: https://github.com/snowflake-labs/snowflake-demo-streamlit
- Owner: Snowflake-Labs
- License: apache-2.0
- Created: 2024-05-09T17:23:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:48:00.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:38:50.932Z (about 1 year ago)
- Topics: app, snowflake, streamlit
- Language: Python
- Homepage: https://www.snowflake.com/streamlit
- Size: 49.3 MB
- Stars: 209
- Watchers: 10
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit in Snowflake Demos
This repo contains a collection of Streamlit in Snowflake demos, tutorials, and examples. Browse each folder to access the files associated with each demo.

## Repository structure
Every folder is an independent Streamlit app containing code, setup scripts and sample data needed to run the app. Every app contains a README file which serves as a guide to setting up the app and using it.
## Use Cases
Streamlit in Snowflake can be used for a variety of use cases.

## License
All app code included in this repo is available with an Apache 2.0 license.
## Resources
Here are some resources to learn more:
* [Streamlit in Snowflake Website](https://www.snowflake.com/en/data-cloud/overview/streamlit-in-snowflake/)
* Streamlit in Snowflake [Documentation](https://docs.snowflake.com/en/developer-guide/streamlit/about-streamlit)
* Streamlit Open Source [Documentation](https://docs.streamlit.io/)
* Streamlit in Snowflake [Release Notes](https://docs.snowflake.com/en/release-notes/streamlit-in-snowflake)
## Other links
* Interested in running Python code in Snowflake Notebooks? Check out the [Snowflake Demo Notebooks Repo](https://github.com/Snowflake-Labs/snowflake-demo-notebooks/tree/main)