![]() |
VOOZH | about |
HULFT Integrate is a modern data integration platform that provides a drag-and-drop user interface to create cooperation flows, data conversion, and processing so that complex data connections are easier than ever to execute. When paired with the CData JDBC Driver for AlloyDB, HULFT Integrate can work with live AlloyDB data. This article explains how to connect to AlloyDB and move the data into a CSV file.
With built-in optimized data processing, the CData JDBC driver offers unmatched performance for interacting with live AlloyDB data. When you issue complex SQL queries to AlloyDB, the driver pushes supported SQL operations, like filters and aggregations, directly to AlloyDB and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze AlloyDB data using native data types.
To enable access to AlloyDB data from HULFT Integrate projects:
Once you copy the JAR files, you can create a project with access to AlloyDB data. Start by opening Integrate Studio and creating a new project.
Once you create the project, add components to the script to copy AlloyDB data to a CSV file.
Drag an "Execute Select SQL" component from the Tool Palette (Database -> JDBC) into the Script workspace.
For assistance constructing the JDBC URL, use the connection string designer built into the AlloyDB JDBC Driver. Either double-click the JAR file or execute the JAR file from the command-line.
java -jar cdata.jdbc.alloydb.jar
Fill in the connection properties and copy the connection string to the clipboard.
The following connection properties are usually required in order to connect to AlloyDB.
You can also optionally set the following:
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.
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.
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.
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.
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)
SELECT ShipName, ShipCity FROM Orders
Drag a "Write CSV File" component from the Tool Palette (File -> CSV) onto the workspace.
Map each column from the "Select" component to the corresponding column for the "CSV" component.
Drag the "Start" component onto the "Select" component and the "CSV" component onto the "End" component. Build the script and run the script to move AlloyDB data into a CSV file.
π A completed script.Download a free, 30-day trial of the CData JDBC Driver for AlloyDB and start working with your live AlloyDB data in HULFT Integrate. Reach out to our Support Team if you have any questions.
Download a free trial of the AlloyDB Driver to get started:
Download NowLearn more:
π AlloyDB IconRapidly create and deploy powerful Java applications that integrate with AlloyDB.