MySQL data output

This article provides an introduction to MySQL along with a guide on creating a MySQL data output using Upsolver.

What is MySQL?

MySQL is an open-source relational database management system based on SQL (Structured Query Language).

A relational database organizes data into one or more data tables in which data types may be related to each other, and these relations help structure the data. SQL is then used to create, modify and extract data from the relational database, as well as control user access to the database.

In addition to relational databases and SQL, MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.

Create a MySQL data output

1. Go to the Outputs page and click New.

2. Select MySQL as your output type.

3. Name your output and select your Data Sources.

4. Select New to create a new table or Existing to output to an existing table. Then click Next.

If outputting to an existing table, complete the database options as prompted before clicking Next again. If necessary, create a new MySQL connection.

Click Properties to review this output's properties. See: Output properties

How many of the events in this data source include this field, expressed as a percentage (e.g. 20.81%).

The percentage distribution of the field values. These distribution values can be exported by clicking Export.

The number of fields in the selected hierarchy.

  • If required, modify the column name under Schema Column.

Alternatively, add columns by clicking Add New Column.

  • Provide a Column Name as well as select a Column Type.

    • If desired, give the column a Default Value then click Save.

  • This column will now be added under the Data Source Field in the Schema tab.

Toggle from UI to SQL at any point to view the corresponding SQL code for your selected output.

You can also edit your output directly in SQL. See: Transform with SQL

8. Add any required calculated fields and review them in the Calculated Fields tab. See: Adding calculated fields

9. Add any required lookups and review them under the Calculated Fields tab.

10. Through the Filters tab, add a filter like WHERE in SQL to the data source. See: Adding filters

11. Click Make Aggregated to turn the output into an aggregated output. Read the warning before clicking OK and then add the required aggregation. This aggregation field will then be added to the Schema tab. See: Aggregation functions

12. In the Aggregation Calculated Fields area under the Calculated Fields tab, add any required calculated fields on aggregations. See: Functions, Aggregation functions

Click Preview at any time to view a preview of your current output.

13. Click Run and fill out the following fields:

  • Schema

  • Table Name

  • Intermediate Storage Location: Where Upsolver will store the intermediate bulk files which it will then load into MySQL using the load data infile command

See: Running an output, Database output options

14. Click Next and complete the following:

Select the compute cluster to run the calculation on. Alternatively, click the drop-down and create a new compute cluster.

15. Finally, click Deploy to run the output. It will show as Running in the output panel and is now live in production and consumes compute resources.

You have now successfully outputted your table to your MySQL database.

Last updated