NoETL Server (noetl-server)
Control-plane executable for distributed NoETL orchestration.
Distribution Channels
- Crates.io:
noetl-server - Container image: recommended primary runtime channel (GHCR/GCR)
- Cloud Build: recommended for image builds and GKE deploy pipelines
Release Checklist
- Bump
versioninCargo.toml. - Build and verify:
cargo build --release
- Publish crate:
cargo publish
- Build and push container image (
server):- via Cloud Build or GitHub Actions.
- Deploy image to target cluster and validate health endpoints.
Notes
- This binary is typically deployed in Kubernetes; container distribution is the operational channel.
- Keep crate and container tags aligned to the same semantic version (
vX.Y.Z).