Getting started with SeekWell using MySQL & Google Sheets

Getting started with SeekWell using MySQL & Google Sheets

In this example, we’ll quickly show you how to send data from a MySQL database to a Google Sheet.

  1. Log in to the web app
  2. Start a new SQL block
  3. image
  4. Add a new source by clicking on the drop down menu Source and choosing Add source
  5. image
  6. Connect to the dummy MySQL database using these credentials
  7. host: 35.196.130.133
    
    port: 3306
    
    user: customer_ywbso
    
    password: A8bGXQzDGnPRgk7y
    
    database: dummy
  8. We’re going to use Google Sheets as the destination here. Make sure you've authorized the app here
  9. Make a copy of this Sheet by going to File —> Make a copy
  10. Select that Google Sheet as the Destination
  11. image
  12. Add this SQL query
select u.*
from dummy.users as u
where 1=1
  1. Click Run and you should see the Sheet populate results from the MySQL database

Google Sheets is one of the most popular destinations for SeekWell.

Many customers move data on campaign results from their data warehouses like Snowflake, Redshift, and Google BigQuery to Google Sheets, where they compare that data against targets and goals they have set. Other popular destinations include HubSpot, Salesforce, and Slack. If you get stuck or have any questions, you can reach me at tejas@seekwell.io

Start a 14-day SeekWell trial: https://seekwell.io/trial