Data flow

The Trellis data flow can be broken down into four steps:

  1. Asset upload
  2. Asset extraction
  3. Transformation creation
  4. Result generation

Steps

Asset upload

Asset upload is where you can upload assets in readiness for transformations to then be ran on them. Each asset belongs to a project, which is automatically created (or associated to an existing one) based on the project name specified. Projects are what groups your assets and transformations.

Asset extraction

Once assets are uploaded to Trellis, the next step is to extract your assets. We offer a variety of different extraction methods based on your use-case to capture the relevant data from your assets.

Transformation creation

Transformations are what allows Trellis to turn your assets into your desired output. They are ran against all assets on the selected Project and can be re-ran when new assets are uploaded and extracted for a continuous data flow.

Result generation

When a transformation is created, this triggers the results generation process to provide you with the results based on your assets and transformation parameters.

Getting started

Get started with our REST API here or by using our Python SDK.