-
Notifications
You must be signed in to change notification settings - Fork 12
Factotum Server
Josh edited this page Feb 24, 2021
·
5 revisions
Factotum Server is a job server as a web service. Enables the scheduling and concurrent execution of Factotum jobs.
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
Factotum Server is written in Rust. We welcome contributions!
Please see the README for developer quickstart instructions.