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

# SingleStore

## Overview

Stigg's integration with SingleStore allows you to export your product catalog, customer, and subscription data to SingleStore for real-time analytics and reporting.

<Note>
  Stigg's native data export integrations are included in the Scale plan, and are also available as an optional add-on to the Growth plan. See Stigg's pricing for more details.
</Note>

<Note>
  SingleStore is currently a beta destination. [Contact Stigg support](mailto:support@stigg.io) with any questions.
</Note>

<Card title="View the full entity schema" icon="sitemap" href="./schema">
  See every table and column exported to your destination, organized by entity group.
</Card>

## Setting up the integration

### Prerequisites

You'll need a SingleStore workspace with a database and a user that has permission to create tables and write data in the target schema.

<Steps>
  <Step title="Connect Stigg with SingleStore">
    In [Stigg](https://app.stigg.io/), navigate to **Integrations > Apps > SingleStore**.

    Enter the following information in the connection form:

    | Field    | Description                                          |
    | -------- | ---------------------------------------------------- |
    | Host     | The hostname of your SingleStore workspace endpoint  |
    | Port     | The port SingleStore listens on. Defaults to `3306`. |
    | Database | The name of the target database                      |
    | Schema   | The schema where Stigg will create and sync tables   |
    | Username | The SingleStore user Stigg will authenticate as      |
    | Password | The password for the SingleStore user                |

    Click **Test & connect**.
  </Step>

  <Step title="Select entities to export">
    After entering your connection details, expand the **Entities to export** section to choose which entity groups to include in the sync. All groups are selected by default.

    See [Exported entities](./overview#exported-entities) for a description of each group.
  </Step>
</Steps>


## Related topics

- [Exported entities](/documentation/importing-and-exporting-data/export/overview.md#exported-entities)
- [Sync process, schedule, manual sync, and sync history](/documentation/importing-and-exporting-data/export/overview.md#sync-process)
