Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Build Pipelines with Live AlloyDB Data in Google Cloud Data Fusion (via CData Connect Cloud)
Use CData Connect Cloud to connect to AlloyDB from Google Cloud Data Fusion, enabling the integration of live AlloyDB data into the building and management of effective data pipelines.
Google Cloud Data Fusion simplifies building and managing data pipelines by offering a visual interface to connect, transform, and move data across various sources and destinations, streamlining data integration processes. When combined with CData Connect Cloud, it provides access to AlloyDB data for building and managing ELT/ETL data pipelines. This article explains how to use CData Connect Cloud to create a live connection to AlloyDB and how to connect and access live AlloyDB data from the Cloud Data Fusion platform.
Configure AlloyDB Connectivity for Cloud Data Fusion
Connectivity to AlloyDB from Cloud Data Fusion is made possible through CData Connect Cloud. To work with AlloyDB data from Cloud Data Fusion, we start by creating and configuring a AlloyDB connection.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "AlloyDB" from the Add Connection panel
-
Enter the necessary authentication properties to connect to AlloyDB.
The following connection properties are usually required in order to connect to AlloyDB.
- Server: The host name or IP of the server hosting the AlloyDB database.
- User: The user which will be used to authenticate with the AlloyDB server.
- Password: The password which will be used to authenticate with the AlloyDB server.
You can also optionally set the following:
- Database: The database to connect to when connecting to the AlloyDB Server. If this is not set, the user's default database will be used.
- Port: The port of the server hosting the AlloyDB database. This property is set to 5432 by default.
Authenticating with Standard Authentication
Standard authentication (using the user/password combination supplied earlier) is the default form of authentication.
No further action is required to leverage Standard Authentication to connect.
Authenticating with pg_hba.conf Auth Schemes
There are additional methods of authentication available which must be enabled in the pg_hba.conf file on the AlloyDB server.
Find instructions about authentication setup on the AlloyDB Server here.
Authenticating with MD5 Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.
Authenticating with SASL Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.
Authenticating with Kerberos
The authentication with Kerberos is initiated by AlloyDB Server when the ∏ is trying to connect to it. You should set up Kerberos on the AlloyDB Server to activate this authentication method. Once you have Kerberos authentication set up on the AlloyDB Server, see the Kerberos section of the help documentation for details on how to authenticate with Kerberos.
- Click Create & Test
- Navigate to the Permissions tab in the Add AlloyDB Connection page and update the User-based permissions.
Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that does not support OAuth authentication, you can create a Personal Access Token (PAT) to use for authentication. Best practices would dictate that you create a separate PAT for each service, to maintain granularity of access.
- Click on your username at the top right of the Connect Cloud app and click User Profile.
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT.
- Give your PAT a name and click Create.
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use.
With the connection configured, you are ready to connect to AlloyDB data from Cloud Data Fusion.
Connecting to AlloyDB from Cloud Data Fusion
Follow these steps to establish a connection from Cloud Data Fusion to AlloyDB through the CData Connect Cloud JDBC driver:
- Download and install the CData Connect Cloud JDBC driver:
- Open the Client Tools page of CData Connect Cloud.
- Search for JDBC or Cloud Data Fusion.
- Click on Download and select your operating system (Mac/Windows/Linux).
- Once the download is complete, run the setup file.
- When the installation is complete, the JAR file can be found in the installation directory (inside the lib folder).
- Log into Cloud Data Fusion.
- Click the green "+" button at the top right to add an entity.
- Under Driver, click Upload.
- Now, upload the CData Connect Cloud JDBC driver (JAR file).
- Enter the driver settings:
- Name: Enter the name of the driver
- Class name: Enter "cdata.jdbc.connect.ConnectDriver"
- Version: Enter the driver version
- Description (optional): Enter a description for the driver
- Click on Finish.
- Enter source configuration settings:
- Label: Helps to identify the connection
- JDBC driver name: Enter the JDBC driver name to identify the driver configured in Step 6.
- Connection string: Enter the JDBC connection string and include the following parameters in it:
jdbc:connect:AuthScheme=Basic;User=[User];Password=[Password];
- User: Enter your CData Connect Cloud username, displayed in the top-right corner of the CData Connect Cloud interface. For example, "[email protected]"
- Password: Enter the PAT you generated on the Settings page.
- Click Validate in the top right corner.
- If the connection is successful, you can manage the pipeline by editing it through the UI.
- Run the pipepline created.
Troubleshooting
Please be aware that there is a known issue in Cloud Data Fusion where "int" types from source data are automatically cast as "long".
Live Access to AlloyDB Data from Cloud Applications
Now you have a direct connection to live AlloyDB data from from Google Cloud Data Fusion. You can create more connections to ensure a smooth movement of data across various sources and destinations, thereby streamlining data integration processes - all without replicating AlloyDB data.
To get real-time data access to 100+ SaaS, Big Data, and NoSQL sources (including AlloyDB) directly from your cloud applications, explore the CData Connect Cloud.