clari-reference-architecture

Featured

Reference architecture for Clari revenue intelligence integrations. Use when designing a forecast data platform, planning Clari integration architecture, or establishing team patterns for revenue analytics. Trigger with phrases like "clari architecture", "clari data platform", "clari integration design", "clari best practices".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Clari Reference Architecture ## Overview Production architecture for Clari revenue intelligence integrations: export pipeline design, data warehouse schema, analytics layer, and alerting. ## Architecture Diagram ``` ┌──────────────┐ ┌─────────────────┐ ┌──────────────────┐ │ Clari App │ │ Clari Export │ │ Data Warehouse │ │ (SaaS) │────▶│ API (v4) │────▶│ (Snowflake/BQ) │ └──────────────┘ └─────────────────┘ └────────┬─────────┘ │ ┌─────────────────┐ ┌────────▼─────────┐ │ Change │ │ Analytics / │ │ Detection │────▶│ Dashboard │ └─────────────────┘ │ (Looker/Metabase)│ │ └──────────────────┘ ┌──────▼──────────┐ │ Alerts │ │ (Slack/Email) │ └─────────────────┘ ``` ## Project Structure ``` clari-data-platform/ ├── src/ │ ├── clari_client.py # API client wrapper │ ├── export_pipeline.py # ETL pipeline │ ├── change_detector.py # Forecast change tracking │ ├── models.py # Data models │ └── config.py # Environment config ├── dags/ │ └── clari_export_dag.py # Airflow DAG ├── sql/ │ ├── schema.sql # Warehouse table definitions │ ├── merge.s...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clari-core-workflow-b

Build Clari revenue analytics: pipeline coverage, forecast accuracy, and rep performance dashboards from exported data. Use when analyzing forecast accuracy, building attainment reports, or creating executive revenue dashboards. Trigger with phrases like "clari analytics", "clari dashboard", "clari forecast accuracy", "clari pipeline coverage".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clari-core-workflow-a

Build a Clari forecast export pipeline to your data warehouse. Use when exporting forecast calls, quota data, and CRM totals from Clari to Snowflake, BigQuery, or a local database. Trigger with phrases like "clari forecast export", "clari data pipeline", "clari to snowflake", "clari to bigquery", "export clari data".

2,266 Updated today
jeremylongshore
AI & Automation Solid

clari-forecasting

Clari revenue operations platform for AI-powered forecasting

1,034 Updated today
a5c-ai
AI & Automation Featured

clari-install-auth

Configure Clari API authentication with API key and set up export access. Use when connecting to the Clari API, generating API tokens, or configuring forecast data exports. Trigger with phrases like "install clari", "setup clari api", "clari auth", "clari api key", "configure clari".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clari-prod-checklist

Production readiness checklist for Clari API integrations. Use when launching a Clari data pipeline, validating export automation, or preparing for production forecast sync. Trigger with phrases like "clari production", "clari go-live", "clari checklist", "clari launch".

2,266 Updated today
jeremylongshore