Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Query BigQuery Data in MySQL Workbench
Create a virtual MySQL database for BigQuery data in CData Connect (or Connect Server) and work with live BigQuery data in MySQL Workbench.
MySQL Workbench allows users to administer MySQL environments and gain better visibility into databases. When paired with CData Connect (on-premise or Connect Server), you get live access to BigQuery data as if it were a MySQL database. This article shows how to create a virtual database for BigQuery in Connect and work with live BigQuery data in MySQL Workbench.
About BigQuery Data Integration
CData simplifies access and integration of live Google BigQuery data. Our customers leverage CData connectivity to:
- Simplify access to BigQuery with broad out-of-the-box support for authentication schemes, including OAuth, OAuth JWT, and GCP Instance.
- Enhance data workflows with Bi-directional data access between BigQuery and other applications.
- Perform key BigQuery actions like starting, retrieving, and canceling jobs; deleting tables; or insert job loads through SQL stored procedures.
Most CData customers are using Google BigQuery as their data warehouse and so use CData solutions to migrate business data from separate sources into BigQuery for comprehensive analytics. Other customers use our connectivity to analyze and report on their Google BigQuery data, with many customers using both solutions.
For more details on how CData enhances your Google BigQuery experience, check out our blog post: https://www.cdata.com/blog/what-is-bigquery
Getting Started
Create a Virtual MySQL Database for BigQuery Data
CData Connect uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
- Login to Connect and click Connections.
- Select "BigQuery" from Available Data Sources.
- BigQuery uses OAuth to authenticate. Click Connect to authenticate with BigQuery.
- Click Privileges -> Add and add the new user (or an existing user) with the appropriate permissions.
With the virtual database created, you are ready to connect to BigQuery from MySQL Workbench.
Query BigQuery from MySQL Workbench
The steps below outline connecting to the virtual BigQuery database in Connect from MySQL Workbench and issuing basic queries to work with live BigQuery data.
Connect to BigQuery through Connect
- In MySQL Workbench, click to add a new MySQL connection.
- Name the connection (CData Connect).
- Set the Hostname, Port, and Username parameters to connect to the SQL Gateway.
- Click Store in Vault to set and store the password.
- Click Test Connection to ensure the connection is configured properly and click OK.
Query BigQuery Data
- Open the connection you just created (CData Connect).
- Click File -> New Query Tab.
- Write a SQL query to retrieve BigQuery data, like SELECT * FROM bigquerydb.Orders;
With access to live BigQuery data from MySQL Workbench, you can easily query and update BigQuery, just like you would a MySQL database. Request a demo of the CData Connect and start working with BigQuery just like a MySQL database today.