Introduction
Build, deploy, and manage connectors that move data in and out of the Productsup platform.
The Connector Development Environment (CDE) lets you build connectors that import, export, and transform data on the Productsup platform. Your connector code runs in a Docker container alongside a sidecar API — the Container API — that handles all data I/O, logging, and storage.
Get started
Follow these steps to go from zero to a running connector.
Learn the key concepts
Understand what connectors are, which type to pick, how configurations reach your code as environment variables, and how the Container API sidecar works.
Follow the quickstart
Create a datasource connector end-to-end: clone a demo repo, configure it in the Dev Portal, build, deploy, and see data flow into Productsup.
Explore connector types
Learn about the 8 connector types — datasource, export, export-delta, data-service, download, transform, write, and upload — and when to use each.
Set up in the Dev Portal
Configure your connector step by step: VCS, application settings, authentication, secrets, and individual configuration fields.
Key areas
Dev Portal
Create, configure, build, deploy, and monitor connectors through the UI.
Connector types
8 types for import, export, delta export, transformation, and more. Find the right one for your use case.
Container API
The runtime HTTP API your connector calls for data I/O, logging, and storage.
Demo connectors
Clone a working example connector and deploy it in minutes.
How is this guide?