> ## Documentation Index
> Fetch the complete documentation index at: https://canopy.wnstn.space/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Sources: Connect Your Databases and SaaS Tools

> Connect external databases and SaaS tools to Cano Analytics and query all your data — warehouse metrics and product events — in one place.

Data sources are external databases and SaaS tools you connect to Cano Analytics so you can query them alongside your product event data. Instead of jumping between your data warehouse, your CRM, and your analytics dashboard, you get a single unified view — enabling you to combine revenue metrics from Stripe, customer records from Salesforce, and raw event streams all in one place.

## Categories of Data Sources

Cano supports two broad categories of data sources:

### Databases & Warehouses

Connect directly to your existing database or cloud data warehouse. Cano queries your data in place, so you stay in control of where your data lives.

Supported options include **PostgreSQL**, **MySQL**, **BigQuery**, **Snowflake**, **Amazon Redshift**, and **ClickHouse**.

### SaaS Integrations

Pull in data from the third-party tools your business already runs on. Cano syncs records on a configurable schedule and makes them available alongside your event data in dashboards and queries.

Supported options include **Stripe**, **Salesforce**, **HubSpot**, **Google Analytics 4**, **Mixpanel**, and **Shopify**.

## Why Connect Data Sources?

Connecting external data sources unlocks a unified view of your business. Rather than switching tools to cross-reference product usage with revenue or CRM data, you can:

* **Combine warehouse metrics with product events** — for example, join your Snowflake revenue table with Cano's funnel events to see which acquisition channels drive the highest LTV.
* **Build cross-source dashboards** — surface Stripe subscription data next to in-app conversion rates on a single chart.
* **Query everything with one interface** — use Cano's query builder or SQL editor against any connected source without writing separate integrations.

## Explore Data Sources

<CardGroup cols={2}>
  <Card title="Connect a Source" icon="plug" href="/docs/data-sources/connecting-a-source">
    Step-by-step guide to connecting your first external data source to Cano Analytics.
  </Card>

  <Card title="Supported Integrations" icon="list" href="/docs/data-sources/supported-integrations">
    Full list of supported databases, warehouses, and SaaS integrations with auth methods.
  </Card>

  <Card title="Data Refresh & Sync" icon="arrows-rotate" href="/docs/data-sources/data-refresh">
    Configure sync schedules and understand how Cano keeps your data up to date.
  </Card>

  <Card title="Event Tracking" icon="bolt" href="/docs/tracking/event-tracking">
    Learn how to track product events alongside your connected data sources.
  </Card>
</CardGroup>
