Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Factotum Server

Josh edited this page Feb 24, 2021 · 5 revisions

Overview

Factotum Server is a job server as a web service. Enables the scheduling and concurrent execution of Factotum jobs.

General Usage

User quickstart

Assuming you are running on 64 bit:

# Linux
host> wget https://github.com/snowplow/factotum-server/releases/download/0.3.0/factotum_server_0.3.0_linux_x86_64.zip
host> unzip factotum_server_0.3.0_linux_x86_64.zip
host> ./factotum-server --help

# macOS
host> wget https://github.com/snowplow/factotum-server/releases/download/0.3.0/factotum_server_0.3.0_darwin_x86_64.zip
host> unzip factotum_server_0.3.0_darwin_x86_64.zip
host> ./factotum-server --help

Developers

Factotum Server is written in Rust. We welcome contributions!

Please see the README for developer quickstart instructions.

Clone this wiki locally