> ## 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.

# Supported Data Source Integrations for Cano Analytics

> Browse every database, warehouse, and SaaS tool you can connect to Cano Analytics, with supported auth methods and details on what each integration syncs.

Cano Analytics supports a growing library of data source integrations organized into two categories: databases and warehouses you can query directly, and SaaS tools whose records Cano syncs on a schedule. Use this page as your reference when deciding which sources to connect and what credentials to prepare.

## Databases & Warehouses

The following database and warehouse integrations let you query your existing data in place. Cano connects using standard database protocols — no data migration required.

| Integration         | Auth Method          | Notes                                                        |
| ------------------- | -------------------- | ------------------------------------------------------------ |
| **PostgreSQL**      | Username / Password  | Supports SSL; recommended SSL mode is `require`              |
| **MySQL**           | Username / Password  | Supports SSL; compatible with MySQL 5.7+                     |
| **BigQuery**        | Service Account JSON | Requires dataset-level access granted to the service account |
| **Snowflake**       | Username / Password  | Also supports key-pair authentication for enhanced security  |
| **Amazon Redshift** | Username / Password  | VPC support available; use the cluster endpoint as the host  |
| **ClickHouse**      | Username / Password  | Connects via the HTTP interface; port 8443 for HTTPS         |

<Tip>
  For all database integrations, create a dedicated read-only user with access limited to the schemas and tables Cano needs. This follows the principle of least privilege and simplifies access auditing.
</Tip>

## SaaS & APIs

SaaS integrations sync records from third-party platforms into Cano on a configurable schedule. The table below shows what each integration pulls in and how it authenticates.

| Integration            | Auth Method | What Syncs                                    |
| ---------------------- | ----------- | --------------------------------------------- |
| **Stripe**             | API Key     | Payments, subscriptions, invoices, customers  |
| **Salesforce**         | OAuth 2.0   | Contacts, deals, opportunities, accounts      |
| **HubSpot**            | OAuth 2.0   | Contacts, companies, deals, activity timeline |
| **Shopify**            | API Key     | Orders, products, customers, refunds          |
| **Google Analytics 4** | OAuth 2.0   | Sessions, events, conversions, audiences      |

<Note>
  For OAuth-based integrations (Salesforce, HubSpot, Google Analytics 4), you'll be redirected to the provider's login page during setup. Make sure you authenticate with an account that has sufficient read permissions for the data you want Cano to sync.
</Note>

## Coming Soon

<Info>
  The following integrations are on the Cano Analytics roadmap and are coming soon. Subscribe to the [Cano changelog](https://app.canoanalytics.io/changelog) to be notified when they launch:

  * **Firebase** — Sync Firestore collections and Firebase Analytics events
  * **Amplitude** — Import event data and user properties from Amplitude projects
  * **Segment** — Pull in Segment track and identify calls as a unified event stream
</Info>

## Next Steps

* Ready to connect a source? Follow the step-by-step guide → [Connect a Data Source](/docs/data-sources/connecting-a-source)
* Learn how often Cano syncs your data → [Data Refresh & Sync Schedules](/docs/data-sources/data-refresh)
