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

# Overview

At Stigg we believe that you have full ownership of your data, and therefore allow you to export it to your data warehouse or analytics destination at all times.

## Supported destinations

<CardGroup cols={3}>
  <Card title="Snowflake" icon="snowflake" href="./snowflake" />

  <Card title="BigQuery" icon="database" href="./bigquery" />

  <Card title="Amazon Redshift" icon="database" href="./redshift" />

  <Card title="Amazon Redshift Serverless" icon="database" href="./redshift-serverless" />

  <Card title="Amazon Athena" icon="database" href="./athena" />

  <Card title="Amazon S3" icon="bucket" href="./s3" />

  <Card title="Databricks" icon="database" href="./databricks" />

  <Card title="ClickHouse" icon="database" href="./clickhouse" />

  <Card title="SingleStore" icon="database" href="./singlestore" />

  <Card title="PostgreSQL" icon="database" href="./postgresql" />

  <Card title="MySQL" icon="database" href="./mysql" />

  <Card title="Microsoft SQL Server" icon="database" href="./mssql" />

  <Card title="Oracle" icon="database" href="./oracle" />

  <Card title="Amazon Aurora (PostgreSQL)" icon="database" href="./aurora-postgresql" />

  <Card title="Amazon Aurora (MySQL)" icon="database" href="./aurora-mysql" />

  <Card title="MongoDB" icon="leaf" href="./mongodb" />

  <Card title="Google Cloud Storage" icon="database" href="./gcs" />

  <Card title="Azure Blob Storage" icon="database" href="./azure-blob" />
</CardGroup>

## Exported entities

When connecting a destination, you can choose which Stigg entity groups to include in the sync. All groups are selected by default.

| Group           | Entities                                                                                                  |
| --------------- | --------------------------------------------------------------------------------------------------------- |
| Customer data   | Customers, Customer resources                                                                             |
| Product catalog | Products, Plans, Add-ons, Features, Prices                                                                |
| Usage tracking  | Subscriptions, Entitlements, Promotional entitlements, Usage measurements, Usage events, Coupons, Credits |
| Integrations    | Integration connections                                                                                   |

You can update your entity selection at any time from the destination's settings — changes take effect on the next sync.

<Card title="Entity schema" icon="sitemap" href="./schema" horizontal />

## Sync process

After connecting a destination, Stigg runs an **initial full sync** of all selected entities. Subsequent syncs are **incremental**, transferring only changes since the last run.

## Sync schedule

By default, Stigg syncs data daily at 12:00 AM UTC. You can configure a custom sync frequency when setting up a destination or from its settings afterward.

## Manual sync

To trigger an immediate sync, open the destination's detail page in [Stigg](https://app.stigg.io/) and click **Sync now**.

## Sync history

Each destination shows a full sync history. The dashboard updates automatically as syncs complete — no need to refresh.

Each row shows the sync status and timestamps. Expand a row to see:

* Number of rows synced per entity
* Sync duration
* What triggered the sync (scheduled or manual)
* Who initiated it (for manual syncs)

Filter the history by status or date range to find a specific sync run.
