Skip to content
Staircase

Integration

The integration substrate: the vendor connector layer, the job scheduler, and the registry that defines other products.

How does a product reach a vendor, and how does it run?

Three primitives. Connectors are declared as state machines rather than written as services, one repository per vendor endpoint, each versioned and tested on its own. Jobs carry anything recurring or resumable, including the bulk translation runs and the scheduled vendor pulls. The product registry defines the uniform endpoint surface every vertical inherits.

That last one is why two products from different categories expose the same shape: request and response schema, vendor ordering, invocation history, partner list and report templates are declared once here rather than per product.

Products

In the order the value chain runs.

  1. Connection has a recorded specification
  2. Job has a recorded specification
  3. Product has a recorded specification
  4. Workflow

Type to search.