{"id":17304069,"url":"https://github.com/owainlewis/frequency","last_synced_at":"2026-01-18T09:01:52.438Z","repository":{"id":145456720,"uuid":"115881353","full_name":"owainlewis/frequency","owner":"owainlewis","description":"A modular Continuous Integration (CI) platform built on top of Kubernetes.","archived":false,"fork":false,"pushed_at":"2018-05-05T08:28:32.000Z","size":47160,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:19:44.393Z","etag":null,"topics":["automation","continuous-integration","kubernetes"],"latest_commit_sha":null,"homepage":"https://frequency.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owainlewis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-31T19:19:25.000Z","updated_at":"2023-09-08T17:34:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"c30cca2e-0922-41e2-972d-7e65c37f0b10","html_url":"https://github.com/owainlewis/frequency","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/owainlewis/frequency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owainlewis%2Ffrequency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owainlewis%2Ffrequency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owainlewis%2Ffrequency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owainlewis%2Ffrequency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owainlewis","download_url":"https://codeload.github.com/owainlewis/frequency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owainlewis%2Ffrequency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","continuous-integration","kubernetes"],"created_at":"2024-10-15T11:52:06.519Z","updated_at":"2026-01-18T09:01:52.417Z","avatar_url":"https://github.com/owainlewis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frequency.io\n\nFrequency is a CI/CD system designed to run inside Kubernetes inspired by\nCircleCI and Wercker but open source and running atop Kubernetes.\n\nKubernetes offers many advantages for CI/CD such as:\n\n#### Convenience\n\n* Run your CI jobs on any Kubernetes cluster\n* Build jobs get executed inside Kubernetes pods for infinite elasticity and scale\n\n#### Security\n\n* Run CI on your own private infrastructure\n* Utilise all the native Kubernetes tooling and security.\n\n## Components\n\n#### API\n\nThe API server stores and triggers tasks to be executed.\n\n### Tasks\nTODO\n\n### Builds\nTODO\n\n### Projects\nTODO\n\n### Triggers\nTODO\n\n#### CLI\n\nThe CLI lets you execute CI actions locally.\n\n```yaml\n# Simple task that checks out code and runs unit tests\nimage: golang\nworkspace: /go/src/github.com/wercker/getting-started-golang\ncheckout:\n  url: https://github.com/wercker/getting-started-golang.git\nsteps:\n  - go test ./...\n  - echo $(env)\n```\n\nComplex example\n\n```yaml\nkind: kubernetes.io/Pod\nimage: golang\nworkspace: /go/src/github.com/wercker/getting-started-golang\nenv:\n  - name: DATABASE_USERNAME\n    valueFrom:\n      secretKeyRef:\n        name: mysql-credentials\n        key: username\n  - name: DATABASE_PASSWORD\n    valueFrom:\n      secretKeyRef:\n        name: mysql-credentials\n        key: password\ncheckout:\n  url: https://github.com/wercker/getting-started-golang.git\nrun:\n  command:\n    - bash\n    - \"-exc\"\n  args:\n    - go test ./...; echo $(pwd); ls -la; echo $(env)\n```\n\nRun the task against the API server and it will execute a CI execution of the unit tests for this project.\n\n```\nfq task create -f examples/yaml/task.yaml\n```\n\n#### Triggers\n\nTODO explain\n\n#### Events\n\nTODO explain\n\n#### Orchestrator (Choreograph)\n\nThis engine is responsible for orchestrating piplines of tasks to be executed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowainlewis%2Ffrequency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowainlewis%2Ffrequency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowainlewis%2Ffrequency/lists"}