Skip to content

Files

This branch is 2313 commits ahead of, 8773 commits behind windmill-labs/windmill:main.

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 20, 2022
Jan 9, 2023
Feb 14, 2023
Jan 31, 2023
Feb 15, 2023
Feb 15, 2023
Oct 29, 2022
Feb 17, 2023
Oct 29, 2022
Feb 15, 2023
Feb 15, 2023
Feb 16, 2023
Sep 19, 2022
Jul 29, 2022
Jan 11, 2023
Feb 17, 2023
Feb 17, 2023
May 5, 2022
Aug 11, 2022
Oct 29, 2022
Nov 26, 2022
Jan 21, 2023
Dec 10, 2022
Aug 14, 2022
Jul 29, 2022
Feb 13, 2023
Jul 5, 2022

Windmill Backend

This folder holds all backend components, the src/ folder only contains files used to build the "root" binary.

Components

name description
windmill-api The API server, exposing functionality to other components and the frontend
windmill-api-client An autogenerated Rust API client, used by other components to talk to the API
windmill-audit Contains audit functionality, allowing different components to record important actions
windmill-common Common code shared by all crates
windmill-queue Contains job & flow queuing functionality, commonly written to by the API server and read from by workers
windmill-worker The worker. Used to process and execute flows & jobs.
parsers Contains code to parse signatures in different langauges.