Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintermi/chainguard-zig-cloud-run
An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
https://github.com/wintermi/chainguard-zig-cloud-run
chainguard-images cloudbuild cloudrun-service google-cloud google-cloud-platform zig ziglang
Last synced: 28 days ago
JSON representation
An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
- Host: GitHub
- URL: https://github.com/wintermi/chainguard-zig-cloud-run
- Owner: wintermi
- License: apache-2.0
- Created: 2024-07-22T06:16:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T13:24:10.000Z (4 months ago)
- Last Synced: 2024-10-02T07:04:18.275Z (about 1 month ago)
- Topics: chainguard-images, cloudbuild, cloudrun-service, google-cloud, google-cloud-platform, zig, ziglang
- Language: Zig
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Zig Cloud Run Micro Service using the Chainguard Images
[![Workflows](https://github.com/wintermi/chainguard-zig-cloud-run/actions/workflows/build.yaml/badge.svg)](https://github.com/wintermi/chainguard-zig-cloud-run/actions)
[![License](https://img.shields.io/github/license/wintermi/chainguard-zig-cloud-run)](https://github.com/wintermi/chainguard-zig-cloud-run/blob/main/LICENSE)## Description
An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
In summary, the following components are used by this project:
- [Zig Programming Language](https://ziglang.org/)
- [⚡Zap⚡ Web Framework](https://github.com/zigzap/zap)
- [Chainguard Images](https://www.chainguard.dev/chainguard-images)
- [Google Cloud Build](https://cloud.google.com/build)
- [Google Cloud Run](https://cloud.google.com/run)## License
**chainguard-zig-cloud-run** is released under the [Apache License 2.0](https://github.com/wintermi/chainguard-zig-cloud-run/blob/main/LICENSE) unless explicitly mentioned in the file header.