Workflow Automation. Simplified.

Tork is an open-source workflow engine designed for scale with simplicity in mind.

Bash
Python
SQL
Go
name: extract a frame from a video
env:
SRC: https://demo.com/input.mov
DST: https://demo.com/upload/frame.jpg
image: jrottenberg/ffmpeg:3.4-alpine
run: |
ffmpeg -i $SRC -vframes 1 \
-an -s 400x222 -ss 30 frame.jpg
wget --post-file=frame.jpg $DST

Introduction

Getting Started

Installation

Step-by-step guide to getting you up and running.

Architecture

Take a look under the hood.

API reference

Learn how to interact with Tork using its REST API.

Extend Tork

Extend Tork for your particular use case.


Features