MariaDB (Beta)

How to set up MariaDB Imports

MariaDB 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 MariaDB integration allows you to import your data; allowing you to clean, transform, and ask questions via Chat Explore.

You must allow network traffic from the IP address 52.44.27.22 in order to allow Akkio to access your data.

Importing Data

To import data, first create a new project.

Select the MariaDB button.

Click "Connect Dataset" to add a new dataset.

Enter a connection name:

Enter connection details for your MariaDB integration:

Select Continue, then add details for the Table name:

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

To pull in your data, input the following:

  • Hostname: The hostname of your MariaDB instance (this looks like the URL).

  • Database Name: The name of the database within your MariaDB instance that your table is inside. NOTE: Each database can hold 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.

  • Table Name: The name of the table to pull from.

  • Use SSL: Specify whether the MariaDB connection uses SSL encryption for security or not.

When complete, hit Continue and Akkio will then validate the connection and begin the import process.

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

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

Now, your data is loaded into Akkio and will function normally. If this is your first time connecting data, take a look at Prepare to get started.

Last updated