https://github.com/xescugc/qid
QID is a Queue base CI/CD (QID :smile:)
https://github.com/xescugc/qid
cd ci ci-cd cicd go golang queue
Last synced: 5 months ago
JSON representation
QID is a Queue base CI/CD (QID :smile:)
- Host: GitHub
- URL: https://github.com/xescugc/qid
- Owner: xescugc
- Created: 2025-09-28T19:38:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-01-22T14:03:58.000Z (5 months ago)
- Last Synced: 2026-01-22T23:55:12.176Z (5 months ago)
- Topics: cd, ci, ci-cd, cicd, go, golang, queue
- Language: Go
- Homepage:
- Size: 1.39 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# QID (Queue CI/CD)
QID is a CI/CD based on Queues, meaning that the ones running the Jobs are basically queue workers.
:warning: This is still a PoC and under heavily development, may cause breaking changes on the API or configuration :warning:
## Why?
QID is heavily inspired in [ConcourseCI](https://concourse-ci.org/) and basically trying to make a simple
configuration (HCL instead of YAML) and simple installation/usage by allowing to run everything even in-memory
(workers and DB) for small usecases.
## Documentation
The full documentation is available at [docs/README.md](./docs/README.md)