Summary
Before developing a connector, ensure the following components are available.
Prerequisites
JDK 21
Maven
oe_csp_sdk_core built and installed, or available in your Maven repository (provides csp-sdk-core)
Connector Implementation
Each connector module implements:
AppsConnector
MetadataService
QueryService
The connector must also include SPI registration.
Optional quick app for standalone connector testing
Build Process
Build connectors using: mvn clean install
Use the build script (./build-csp-sdk.sh) to generate the assembly JAR.
Testing
Connectors can be tested using:
csp-api unified testing API
standalone connector quick application
Adding a New Connector
Create a new module
Implement the required connector contracts
Add the SPI registration file
Add the module and dependencies to:
Parent POM
csp-api
Assembly module
Build and test
Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

