Skip to content

Commit

Permalink
Merge d9267b1 into d1a7807
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhangcmu committed Feb 28, 2019
2 parents d1a7807 + d9267b1 commit 1cd8396
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/ROADMAP.md
@@ -1,20 +1,20 @@
# Cyclone Roadmap

This document defines a high level roadmap of Cyclone project. It should serve as a reference point for Cyclone users and contributors to understand where Cyclone is heading.
This document defines a high level roadmap of the Cyclone project. It should serve as a reference point for Cyclone users and contributors to understand where Cyclone is heading.

## Goals

### Third-party Storage

Make resource resolvers to support third-part storage, such as Amazon S3, Aliyun OSS to persistent resources, when run workflow, data can be pull/push to these storage.
Make resource resolvers to support third-part storage, such as Amazon S3, Aliyun OSS to persistent resources, so that when running workflows, data can be pulled/pushed to these storage.

### Multi-cluster Support

Run workflow in different clusters.

### Multi-tenant Support

Support multi-tenant.
Support multi-tenancy.

### User System

Expand All @@ -26,15 +26,15 @@ Make a CLI tool to interact with Cyclone from command line.

### AI Pipeline

Define stage templates for AI pipelines.
Define curated stage templates for AI pipelines.

### Auditing

Above the user system, enable auditing for Cyclone operations.
Enable auditing for Cyclone operations on top of the user system.

## Release Planning

Dates in the following milestones should not be considered authoritative, but rather indicative of the project timeline. Please refer to [milestones](https://github.com/caicloud/cyclone/milestones) defined in GitHub for the most up-to-date and issue-for-issue plans.
Dates in the following milestones should not be considered authoritative but rather indicative. Please refer to [milestones](https://github.com/caicloud/cyclone/milestones) for the most up-to-date and issue-by-issue plans.

### v1.0.0 (2019/03)

Expand All @@ -44,4 +44,4 @@ Main features:
- Build-in support for CI/CD pipelines by templates
- User friendly web UI to operate
- Webhook trigger
- Multiple cluster support
- Multiple cluster support

0 comments on commit 1cd8396

Please sign in to comment.