An open API service indexing awesome lists of open source software.

https://github.com/bcc-code/bcc-media-flows

[BCC Media] Our video transcoding workflows
https://github.com/bcc-code/bcc-media-flows

bcc-media

Last synced: 3 months ago
JSON representation

[BCC Media] Our video transcoding workflows

Awesome Lists containing this project

README

          

# BCC Media - Flows

This repository contains definitions and code for execution of flows.

We use [Temporal IO](https://temporal.io) for managing and running workflows for Media pipelines.
To start a local server, you can use:

```
temporal server start-dev
```

## [Worker](/cmd/worker)

This package is responsible for executing the different workflows.

## [Http Trigger](/cmd/httpin)

This package allows HTTP Calls to trigger a subset of workflows.

## [Trigger UI](/cmd/trigger_ui)

This package contains a UI for starting a subset of workflows with specified parameters.