Skip to content

Commit

Permalink
Merge pull request #2 from Snowflake-Labs/initial-setup
Browse files Browse the repository at this point in the history
Added solutions
  • Loading branch information
sfc-gh-bklein authored Oct 3, 2024
2 parents 5fa4691 + 355ad2a commit c7d8c96
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,18 @@
[submodule "sfguide-application-control-framework"]
path = sfguide-application-control-framework
url = https://github.com/Snowflake-Labs/sfguide-application-control-framework
[submodule "sfguide-data-crawler"]
path = sfguide-data-crawler
url = https://github.com/Snowflake-Labs/sfguide-data-crawler
[submodule "sfguide-cohort-builder"]
path = sfguide-cohort-builder
url = https://github.com/Snowflake-Labs/sfguide-cohort-builder
[submodule "sfguide-getting-started-with-api-enrichment-framework"]
path = sfguide-getting-started-with-api-enrichment-framework
url = https://github.com/Snowflake-Labs/sfguide-getting-started-with-api-enrichment-framework
[submodule "sfguide-getting-started-with-data-quality-manager"]
path = sfguide-getting-started-with-data-quality-manager
url = https://github.com/Snowflake-Labs/sfguide-getting-started-with-data-quality-manager
[submodule "sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks"]
path = sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks
url = https://github.com/Snowflake-Labs/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ Please see TAGGING.md for details on object comments.
| [Solution Installation Wizard](https://github.com/Snowflake-Labs/sfguide-solution-installation-wizard/) | A Native App that helps facilitate consumers deploy code from the provider. |
| [Alert Hub](https://github.com/Snowflake-Labs/sfguide-alert-hub/) | A Streamlit for managing and templatizing Alerts. |
| [Application Control Framework](https://github.com/Snowflake-Labs/sfguide-application-control-framework/) | A framework that allows for rule-based access and consumer experiences within Native Apps. |
| [Data Crawler](https://github.com/Snowflake-Labs/sfguide-data-crawler/) | A solution prompting a Cortex Large Language Model (LLM) to generate a natural language description of each table within a database and/or schema. |
| [Cohort Builder](https://github.com/Snowflake-Labs/sfguide-cohort-builder/) | The Cohort Builder Model leverages Snowflake and Snowpark to create, manage, and schedule cohorts effectively. |
| [API Enrichment Framework](https://github.com/Snowflake-Labs/sfguide-getting-started-with-api-enrichment-framework/) | A Native App designed to quick start API-driven data enrichment. |
| [Data Quality Manager](https://github.com/Snowflake-Labs/sfguide-getting-started-with-data-quality-manager/) | A application designed to implement data quality checks, using both Snowflake data metric functions (DMFs) and custom checks. |
| [ML (Machine Learning) Sidekick](https://github.com/Snowflake-Labs/sfguide-build-and-deploy-snowpark-ml-models-using-streamlit-snowflake-notebooks/) | A no-code app built using Streamlit in Snowflake, designed for building and deploying machine learning models in Snowflake. |
1 change: 1 addition & 0 deletions sfguide-cohort-builder
Submodule sfguide-cohort-builder added at 32791e
1 change: 1 addition & 0 deletions sfguide-data-crawler
Submodule sfguide-data-crawler added at 3e4ce0
1 change: 1 addition & 0 deletions sfguide-getting-started-with-data-quality-manager

0 comments on commit c7d8c96

Please sign in to comment.