Links
A link groups one or more jobs with a connection to your external source.
Sources
A source is an external data service that Deck connects to. Each source has a uniquesource_guid
that identifies it in the Deck system.
Connections
A connection is an authenticated link between a user and a source. When a user successfully authenticates, Deck creates a connection and issues anaccess_token
to perform actions on their behalf. Connections can be created via the Deck Widget or directly from the API.
Jobs
Jobs are tasks you submit to Deck to perform actions. They can be read or write operations, each with specific input parameters and custom outputs. Jobs can run individually or be chained together to perform more complex workflows.