Intro
Aurora is a MySQL and PostgreSQL compatible relational database built for the cloud, that combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. Use the Aurora MySQL connector to efficiently and securely bring in data from your database. Once your data is in Domo, you can give managers and stakeholders transparency with real-time, interactive dashboards. Set up alerts to be notified of changes in your key data points. And you can access all your data in real-time, from any device. Domo’s Aurora Connector is an open-source database. To learn more about the Amazon Aura connector API, visit their page (https://aws.amazon.com/rds/aurora/). The Aurora Connector is a “Cloud App” Connector, meaning it retrieves data stored in the cloud. In the Data Center, you can access the Connector page for this and other Cloud App Connectors by clicking Cloud App in the toolbar at the top of the window. You connect to your Amazon Aura account in the Data Center. This topic discusses the fields and menus that are specific to the Amazon Aura Connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in Adding a DataSet Using a Data Connector.Prerequisites
To connect to your Amazon Aurora account and create a DataSet, you must have the following:- The username and password you use to log into your database
- The hostname or IP address of your database server
- The port number for your database
- The database name or schema name
Connecting to Your Aura Account
This section enumerates the options in the Credentials and Details panes in the Aura Connector page. The components of the other panes on this page, Scheduling, and Name & Describe Your DataSet, are universal across most connector types and are discussed in greater length in Adding a DataSet Using a Data Connector.Credentials Pane
The Domo Aurora Connector uses OAuth to connect, so there is no need to enter credentials within Domo. Click Connect (or select Add Account if you have existing Aurora database accounts in Domo) to open the Aurora OAuth screen where you can enter your Aurora database username and password. Once you have entered valid Aurora database credentials, you can use the same account any time you go to create a new Aurora connector DataSet. You can manage connector accounts in the Accounts tab in the Data Center. For more information about this tab, see Managing User Accounts for Connectors. The following Credential table describes what is needed for each field:Field | Description |
|---|---|
| Username | Enter your database username. |
| Password | Enter your database password. |
| Host | Enter the hostname or IP address of your database server. Example: db.company.com |
| Port | Enter the port number for your database server. |
| Database Name | Enter your database name. |
| CA Certificate (optional) | Enter the URL where the SSL CA Certificate is located. |
Details Pane
This page contains a primary Reports menu, along with various other menus which may or may not appear depending on the report type you select.Menu | Description |
|---|---|
| Query | Enter the Structured Query Language (SQL) query to use in selecting the data you want. For example: select * from Employee You can use the Query Helper parameter to help you write a usable SQL query. To use the Query Helper , do the following:
|
| Query Type | Select the desired MySQL query type—either with or without a parameter. |
| Query Parameter | Enter the query parameter value. This is the initial value for the query parameter. You can use this option to retrieve new data since the last run. For example, if you entered the following query in the Query field…
…and then entered the following for the Query Parameter …
…then the first run would return 3 rows, and all subsequent runs would return 1 row, and the results would be ordered from largest to smallest. Similarly, if you entered the following in the Query field…
…and then entered the following for the Query Parameter …
…then the first run would return 5 rows and all subsequent runs would return 0 rows. |
| Partition Column Name | Select partition column name. |
| Past Days | Enter the number of past days you want to get data for. Value can be a positive integer. For example 30. |
| Date Format | Select the required date format. By default, yyyy-MM-dd will be used. |
| TinyInt Values Treated as Bit (Boolean) Values | Select Yes if you want the tiny integer values to be treated as boolean values, else select No. |
| Cast Boolean Values To… | Select whether the String or Integer boolean values will be cast within your dataset. String: False/True Integer: 0/1 |
| Database Table (Optional) | Select the database table you want to import into Domo. |
| Table Columns (Optional) | Select the table columns you want to import into Domo. |
| Query Helper (Optional) | Copy and paste the SQL statement in this field into the Query field. For more information, see Query , above. |
Other Panes
For information about the remaining sections of the Connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Data Connector.FAQs
What kind of credentials do I need to power up this connector?
What kind of credentials do I need to power up this connector?
How to get a Certificate Authority (CA) certificate?
How to get a Certificate Authority (CA) certificate?
Are there any API limits that I need to be aware of?
Are there any API limits that I need to be aware of?
How frequently will my data update?
How frequently will my data update?
What do I need to be aware of while writing a query?
What do I need to be aware of while writing a query?
Why can't I connect to my database? Do I need to whitelist any IP addresses?
Why can't I connect to my database? Do I need to whitelist any IP addresses?
What's the difference between the Amazon Aurora and Amazon Aurora Partition connectors?
What's the difference between the Amazon Aurora and Amazon Aurora Partition connectors?
Troubleshooting
- Make sure your authentication remains valid.
- Review the configuration to make sure that all required items have been selected.
- Review the Connector history for error messages.
- In rare cases, you may be requesting too much information and reaching API limitations or timeouts. If this is the case, you can review the history of the Connector run to see the error message and duration. If this is the case, you can reduce the number of accounts that are being pulled, choose a smaller number of metrics for the report that you are pulling, or reduce the timeframe that you are trying to pull.