https://github.com/oxidecomputer/dropkick
punt your dropshot service into the cloud
https://github.com/oxidecomputer/dropkick
Last synced: 11 months ago
JSON representation
punt your dropshot service into the cloud
- Host: GitHub
- URL: https://github.com/oxidecomputer/dropkick
- Owner: oxidecomputer
- License: mpl-2.0
- Created: 2022-12-13T04:51:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T18:03:53.000Z (about 2 years ago)
- Last Synced: 2025-02-10T00:58:00.973Z (over 1 year ago)
- Language: Rust
- Size: 382 KB
- Stars: 10
- Watchers: 23
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**dropkick** is some tooling for deploying a Rust HTTP service (perhaps using [dropshot](https://github.com/oxidecomputer/dropshot)) into the cloud.
At a high level dropkick's goal is to build your Rust project inside of a bootable, immutable Linux image running behind an HTTP reverse proxy, and help you get that image running in a cloud.
Non-goals currently include:
- scaling beyond one application server
- long-lived instaces with mutable state
See [docs/getting-started.md](./docs/getting-started.md) to get started with using dropkick.