Skip to content

wzqnls/cyclone

 
 

Repository files navigation

English | 中文


cyclone

Go Report Card GoDoc Gitter

StackShare GitHub contributors Issue Stats Issue Stats

Unit testing: Build Status End-to-end testing: Build Status

Cyclone is a cloud native CI/CD platform built for container workflow.

The primary directive of cyclone is to ship code from local development all the way to container engine of choice, either running in test or production environment. Features of cyclone includes:

  • Container Native: every build, integration and deployment runs in container, completely excludes inconsistency between runtime environment
  • Dependency Aware: define dependency rules, or simply component relationship, cyclone takes care of execution order as well as rollout strategy
  • Version Control: cyclone is built with version control in mind; retrieving image/pipeline history is as simple as querying its version management interface
  • Two-way Binding: cyclone records every CI/CD operation and its effect to answer questions like "how various container images are deployed across the fleet?"

Documentation

Setup Guide

To set up a cyclone instance, check out the setup guide in the documentation.

Quick Start

You could read the quick start to start a tour of cyclone.

Caicloud.yml Introduction

When caicloud.yml is given, version creation would include what you defined in the configuration file. you could find the introduction to caicloud.yml in the documentation.

Developer Guide

Feel free to hack on cyclone! We have instructions to help you get started contributing.

Preview Feature

Dependency Management

Dependency Management

Please watch the Fuctions Introduction for more features.

Roadmap

Please watch the Github milestones for our future plans.

About

A cloud native CI/CD platform built for container workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 80.4%
  • HTML 13.2%
  • Shell 3.5%
  • Python 1.9%
  • Other 1.0%