Productsup

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.

Read key concepts

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.

Go to the quickstart

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.

See connector types

Set up in the Dev Portal

Configure your connector step by step: VCS, application settings, authentication, secrets, and individual configuration fields.

Dev Portal guide


Key areas

How is this guide?

On this page