# Redshift (Beta)

*Redshift support is currently **in beta**. Please raise any issues you encounter via the chat bubble in the bottom-right of the site, and we'll be happy to help.*

***

### Overview

Our Redshift integration allows you to import your data; allowing you to clean, transform, and ask questions via Chat Explore.

NOTE: We only presently support Redshift clusters, not Redshift serverless.

{% hint style="danger" %}
You must allow network traffic from the public IP address `54.197.189.139` in order to allow Akkio to access your data.
{% endhint %}

### Importing Data

To import data, first create a new project.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FIDPZLTbKXlPwn8MmrgPd%2Fimage%20(31).webp?alt=media&#x26;token=1a0fce81-1c3e-40dc-ba95-5b2748339bd5" alt=""><figcaption><p>Create a new project from the homepage.</p></figcaption></figure>

Select the Redshift button.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FHlvsDKNLu3ZG5KZdkTOl%2Fimage%20(64).webp?alt=media&#x26;token=b88e8009-5e2d-42aa-8e9c-b023d028a684" alt="" width="449"><figcaption></figcaption></figure>

Click "Connect Dataset" to add a new dataset.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FaMoKobilXXn5zX9xTdeK%2Fimage.png?alt=media&#x26;token=6acc6e13-a3cd-4503-8033-9fb3092a2de9" alt=""><figcaption></figcaption></figure>

Enter in the Connection Name.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2Fz7MK5Y2jNrfm4zUscXzE%2Fimage%20(32).webp?alt=media&#x26;token=574f85d0-59ab-4252-93b4-6e4793e38bab" alt=""><figcaption></figcaption></figure>

Enter connection details for your database.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2Fid4ky9niQCXcs42KohB9%2Fimage%20(66).webp?alt=media&#x26;token=26a3ced5-39b4-410b-92d0-b46c51e8e007" alt=""><figcaption></figcaption></figure>

**Make sure your security settings allow us to connect to your database.** You'll need to add our IP Address, `54.197.189.139`, to your security settings so that we can connect and pull your data in.

To pull in your data, input the following:

* **Hostname:** The hostname of your Redshift instance (this looks like the URL).
* **Database / Schema Name:** The name of the database within your Redshift instance that your table is inside. NOTE: a database *instance* holds multiple *databases or schemas*, and each *database* or *schema* holds multiple *tables*.
* **Username/Password:** Credentials for the database user to authenticate. This user must have read permissions for a table to import and write permissions to deploy.
* **Port:** The port we should use to connect to your database. This is generally `3306` but should be verified.

When complete, hit continue.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FoENGvVqZLWSnO3cFcuHk%2Fimage%20(67).webp?alt=media&#x26;token=a926f51a-30f5-40a9-a850-fed6f7115447" alt="" width="520"><figcaption></figcaption></figure>

Enter in the **Table Name:** The name of the table to pull from.

We will then validate the connection.

If we're successful, you'll move forward to the data loading screen, where your data is syncing behind the scenes.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FqH9fkPU3TonkjoUKOyt0%2Fimage.png?alt=media&#x26;token=75013bf2-6393-4f61-a165-5136a8803c27" alt=""><figcaption></figcaption></figure>

You may need to wait for a little bit for the data to import. Rest assured that we're importing data behind the scenes. Small datasets should only take a few minutes; large datasets may take longer.

Once your data is done importing, you'll see it populate onto the screen.

<figure><img src="https://71333621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUiovvmaDi_ad2DYdZ4%2Fuploads%2FT2QiQwdkQMllWZVvNLqc%2Fimage.png?alt=media&#x26;token=dc40fca7-9290-44df-b271-5a7e7bd2543a" alt=""><figcaption></figcaption></figure>

From here, you can do anything you like to the data - clean and transform it on the Prepare tab, ask Chat Explore questions on the Explore tab, you name it!
