Ballerina CData Connect Connector
CData Connect is a consolidated connectivity platform that links applications, on-premises or in the cloud to a broad ecosystem of real-time data sources through consistent, standards-compliant interfaces. CData Connect provides tools to seamlessly access data from any system, anywhere.
The CData Connect Ballerina connector allows you to programmatically access all of the CData Connect applications, databases, APIs, services via the Java Database Connectivity (JDBC) API. It provides operations to execute a wide range of standard DDL Commands, SQL Commands, and SQL Functions for querying data sources. You can find reference information for all the CData Connect SQL commands (DDL, DML, and query syntax) here.
For more information, go to the module(s).
Building from the source
Setting up the prerequisites
-
Download and install Java SE Development Kit (JDK) version 17. You can install either OpenJDK or Oracle.
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
-
Download and install Ballerina Swan Lake.
Building the source
Execute the commands below to build from the source.
- To build the library:
./gradlew clean build
- To run the integration tests:
./gradlew clean test
Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
Code of conduct
All the contributors are encouraged to read the Ballerina Code of Conduct.
Useful links
- Discuss the code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.