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
- Host: GitHub
- URL: https://github.com/bcc-code/bcc-media-flows
- Owner: bcc-code
- Created: 2023-08-07T07:43:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-28T13:52:29.000Z (6 months ago)
- Last Synced: 2025-12-30T20:11:30.530Z (6 months ago)
- Topics: bcc-media
- Language: Go
- Homepage:
- Size: 5.04 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.