{"id":13416546,"url":"https://github.com/caicloud/cyclone","last_synced_at":"2025-05-16T03:02:56.766Z","repository":{"id":12163097,"uuid":"71099614","full_name":"caicloud/cyclone","owner":"caicloud","description":"Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources. https://cyclone.dev","archived":false,"fork":false,"pushed_at":"2023-10-24T12:08:27.000Z","size":88956,"stargazers_count":1074,"open_issues_count":44,"forks_count":168,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-08T13:08:10.357Z","etag":null,"topics":["ai-pipeline","ci-cd","continuous-delivery","continuous-integration","dag","kubernetes","workflow"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caicloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-17T04:19:35.000Z","updated_at":"2025-03-16T05:43:47.000Z","dependencies_parsed_at":"2024-06-18T18:44:19.805Z","dependency_job_id":"fc126de9-561a-4c9c-bdb8-d00259af6e52","html_url":"https://github.com/caicloud/cyclone","commit_stats":{"total_commits":1001,"total_committers":41,"mean_commits":"24.414634146341463","dds":0.6813186813186813,"last_synced_commit":"7f22bb2c6d4679dfc7fae3de00d71dfdfc9ee570"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caicloud%2Fcyclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caicloud%2Fcyclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caicloud%2Fcyclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caicloud%2Fcyclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caicloud","download_url":"https://codeload.github.com/caicloud/cyclone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459083,"owners_count":22074604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai-pipeline","ci-cd","continuous-delivery","continuous-integration","dag","kubernetes","workflow"],"created_at":"2024-07-30T21:01:00.526Z","updated_at":"2025-05-16T03:02:51.755Z","avatar_url":"https://github.com/caicloud.png","language":"Go","readme":"# Cyclone\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"docs/images/logo.jpeg\" width=\"200\"\u003e\u003c/p\u003e\n\n[![Build Status](https://travis-ci.org/caicloud/cyclone.svg?branch=master)](https://travis-ci.org/caicloud/cyclone)\n[![Go Report Card](https://goreportcard.com/badge/github.com/caicloud/cyclone?style=flat-square)](https://goreportcard.com/report/github.com/caicloud/cyclone)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2792/badge)](https://bestpractices.coreinfrastructure.org/projects/2792)\n[![Coverage Status](https://coveralls.io/repos/github/caicloud/cyclone/badge.svg?branch=master)](https://coveralls.io/github/caicloud/cyclone?branch=master)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/caicloud/cyclone)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)\n\nCyclone is a powerful workflow engine and end-to-end pipeline solution implemented with native Kubernetes resources,\nwith no extra dependencies. It can run anywhere Kubernetes is deployed: public cloud, on-prem or hybrid cloud.\n\nCyclone is architectured with a low-level workflow engine that is application agnostic, offering capabilities like\nworkflow DAG scheduling, resource lifecycle management and most importantly, a pluggable and extensible framework for\nextending the core APIs. Above which, Cyclone provides built-in support for high-level functionalities, with CI/CD\npipelines and AI DevOps being two notable examples, and it is possible to expand to more use cases as well.\n\nWith Cyclone, users end up with the flexibility of workflow orchestration and the usability of complete CI/CD and AI DevOps solutions.\n\n## Features\n\n- DAG graph scheduling: Cyclone supports DAG workflow execution\n- Parameterization: stage (unit of execution) can be parameterized to maximize configuration reuse\n- External integration: external systems like SCM, docker registry, S3 can be easily integrated with Cyclone\n- Triggers: Cyclone supports cron and webhook trigger today, with upcoming support for other types of triggers\n- Controllability: workflow execution can be paused, resumed, retried or cancelled\n- Multi-cluster: workflow can be executed in different clusters from where Cyclone is running\n- Multi-tenancy: resource manifests and workflow executions are grouped and isolated per tenant\n- Garbage Collection: automatic resource cleanup after workflow execution\n- Logging: logs are persisted and independent from workflow lifecycle, enabling offline inspection\n- Built-in Pipeline: curated DAG templates and stage runtimes for running DevOps pipelines for both regular software and AI development\n- Delegation Workload: Delegate some complicated stage to be executed in external systems, instead of Cyclone.\n\n## Quick Start\n\n\u003e Cyclone has been tested with Kubernetes 1.12, 1.13 and 1.14.\n\nMake sure [Helm](https://helm.sh/) with a version higher than **2.10** is installed ([install guide](https://helm.sh/docs/using_helm/#install-helm)), then install Cyclone with:\n\n```bash\n$ helm install --name cyclone --namespace cyclone-system ./manifests/cyclone-public\n```\n\nIf you want to configure the installation or want to install from source code, please refer to [Cyclone Install Guide](docs/installation.md).\n\nThen you can access Cyclone with kubectl or Cyclone web (http://\u003cnode-ip\u003e:30022).\n\n## Community\n\n- **Slack**: Join [Cyclone Community](https://cycloneworkflow.slack.com/) for disscussions and posting questions. If you are not yet a member of Cyclone Slack, you may sign up [here](https://join.slack.com/t/cycloneworkflow/shared_invite/enQtNzc3NzY1MjY1MTY4LTNmZTQ2ZjQxOTM1ZDE0ZDJlMDhiOTk2YTU4MzdmYmVhNDE0NDYxMTk1ODYyNmRmNzkzNWRiYTMzYmI0ZWIxMWU).\n\n## Aditional Tools\n\n- [cycli](https://github.com/cd1989/cycli) Cyclone CLI interface\n\n## Roadmap\n\n[Cyclone Roadmap](./docs/ROADMAP.md)\n\n## Contributing\n\nIf you are interested in contributing to Cyclone, please checkout [CONTRIBUTING.md](./CONTRIBUTING.md).\nWe welcome any code or non-code contribution!\n\n## Licensing\n\nCyclone is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.\n","funding_links":[],"categories":["Development with Docker","开源类库","Go","Open source library","workflow","Continuous Delivery \u0026 GitOps","Workflows"],"sub_categories":["CI/CD","持续集成/部署","Continuous Integration/Delivery"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaicloud%2Fcyclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaicloud%2Fcyclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaicloud%2Fcyclone/lists"}