Run and Test
Option A – Unified API (all connectors)
Build: mvn clean install -pl csp-api -am (or mvn clean install).
Run: java -jar csp-api/target/csp-api-*.jar (Default port is 8800; see csp-api/src/main/resources/application.properties.)
Open the built-in UI (e.g., http://localhost:8800/) to select a connector, set connection attributes, and call connection validate, metadata, and query.
Call REST endpoints with serverType in the body (e.g., "serverType": "monetdb").
GET /v1/info` does not require a request body.
Metadata/query/validate endpoints require a request body and (for some endpoints) query parameters.
Example: curl -s http://localhost:8888/v1/info
Option B — Standalone Connector (quick app)
If the connector includes a quick testing package (e.g., monetdb): mvn -pl monetdb spring-boot:run
Or run the JAR of that module (main class configured in its pom.xml).
Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

