hotlane
Validation-first deployment. Push a change and hotlane forks the app that is already running, applies your delta, verifies the fork in isolation, and flips traffic to it - about a second, end to end. Rollback is a pointer, not a pipeline. The reproducible container image is built in the background, off the critical path.
Install
pip install hotlane
The hotlane command fetches the platform binary (Linux/macOS, amd64/arm64) from GitHub Releases on first run and caches it under ~/.cache/hotlane. One binary - it is both the daemon and the CLI.
Quickstart
cd your-app
hotlane init # detects Node / Python / Go, writes hotlane.yml
hotlane serve # boots the warm pool, proxies traffic
# make a change, then:
hotlane push
# ok http: /health == 200 (13ms)
# PROMOTED v2 live in 978ms
hotlane rollback # flip back, sub-second
Runs anywhere Docker runs: your VPS, bare metal, an EC2 instance. Benchmarked at ~1-2s push-to-verified-live where a classical pipeline took 8+ minutes.
Learn more
- Website: https://hotlane.dev
- Docs, CI integration (GitHub Actions, GitLab, CodeBuild), benchmark method: https://github.com/StefanIancu/hotlane
MIT licensed.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hotlane-0.7.0.tar.gz.
File metadata
- Download URL: hotlane-0.7.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
454c0fa624c44d60f45837db16657bcafe01886f52fd62e8cf6b2a21ea0a0ec7
|
|
| MD5 |
cf68e4aa206ed15ab83b0f1938650c0b
|
|
| BLAKE2b-256 |
746583388a94275dcf9f3e48688abca3d60b226f01e4b47fd2e1d544a698d662
|
File details
Details for the file hotlane-0.7.0-py3-none-any.whl.
File metadata
- Download URL: hotlane-0.7.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aa492cd28d0bbf8d398e5c78277f06512cac862204bf8bc4cf38137fdb38a52
|
|
| MD5 |
c32ba132f28f348e63c1a2924e8d7382
|
|
| BLAKE2b-256 |
a34b5c5b8aed381a2e6f566500b090cbe3b07ae3762076330f0587dd9965302d
|