RepoSnowflake (Arctic)Snowflake (Arctic)published Jun 22, 2026seen 5d

Snowflake-Labs/sf-rcg-solutions

Python

Open original ↗

Captured source

source ↗
published Jun 22, 2026seen 5dcaptured 5dhttp 200method plain

Snowflake-Labs/sf-rcg-solutions

Description: Snowflake Retail Solutions

Language: Python

License: Apache-2.0

Stars: 0

Forks: 0

Open issues: 0

Created: 2026-06-22T21:59:33Z

Pushed: 2026-07-14T15:23:13Z

Default branch: main

Fork: no

Archived: no

README:

Snowflake Retail & Consumer Goods Solutions

RCG: Retail & Consumer Goods

End-to-end solution accelerators for the Retail & Consumer Goods industry vertical, built on Snowflake and Cortex Code, showcasing Cortex AI, Snowflake ML, and the modern data platform.

---

Solution Catalog

| # | Solution | Industry | Directory | Key Snowflake Features | Status | |---|----------|----------|-----------|----------------------|--------| | 1 | Customer Lifetime Value Prediction | Retail / CPG | solutions/ltv-prediction/ | Snowflake ML Forecast, Cortex AI Functions (COMPLETE), Customer Segmentation, Feature Engineering | ✅ Done |

---

Quick Install (via Cortex Code)

Solutions are installed via the $sf-solutions skill in snowflake-ai-kit:

# Install the snowflake-ai-kit plugin (includes sf-solutions skill)
cortex skill add github:Snowflake-Labs/snowflake-ai-kit

Then in a Cortex Code session, run a solution by name:

$sf-solutions:ltv-prediction
$sf-solutions:ltv-prediction teardown

---

Getting Started

Each solution is self-contained in its own directory with:

solutions//
├── README.md # Overview, architecture, prerequisites
├── manifest.json # Solution metadata for the installer
├── scripts/ # SQL setup and teardown scripts
├── NEXT_ACTIONS.md # Post-install guidance
└── streamlit/ # Optional dashboard

Prerequisites

  • Snowflake account (Enterprise edition recommended)
  • Appropriate role with CREATE DATABASE / SCHEMA privileges
  • Warehouse (default: SF_SOLUTIONS_WH)

---

Developers

git clone https://github.com/Snowflake-Labs/sf-rcg-solutions.git
cd sf-rcg-solutions
uv sync
pre-commit install
pre-commit install --hook-type commit-msg

---

Related Resources

Web Pages

Technical Documentation