Github | Making the world better with data

Github

Databricks data apps with …

Data apps and Deployment with GitHub Actions


Databricks data apps are now in public preview available. This example can be used for all the app deployment. The processes itself doesn’t take into account what apps are in question. Databricks supports the following frameworks: Dash, Flask, …

Create a Ci/Cd pipeline …

Long story short, there is no official git integration available for your streamlit apps on Snowflake. Here is an example how this could be done and what are the minimum requirements for uploading your apps to Snowflake stage.

Adding files to the stage can be done using SnowSQL documentation. …

Deploy Streamlit to …

This Streamlit deployment is done with Google cli


Setting up google

Account point of view you need to have a valid Google Cloud account. This means that billing information needs to be done. For running commands from your local terminal install google cli

Install google sdk with brew

brew install …