From 43e54b8076ac715b4e99e7c7a95fdf52135337fc Mon Sep 17 00:00:00 2001 From: ilixiaocui Date: Fri, 1 Jul 2022 10:11:55 +0800 Subject: [PATCH] Adding the curve project Signed-off-by: ilixiaocui --- content/contributors/_index.md | 1 + content/contributors/projects.md | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/content/contributors/_index.md b/content/contributors/_index.md index a15b788..9c871b8 100644 --- a/content/contributors/_index.md +++ b/content/contributors/_index.md @@ -107,6 +107,7 @@ The Cloud Native Computing Foundation projects are listed [below](projects/), to | [Clusterpedia](projects/#clusterpedia) | Multi-Cloud | Go | | [DevStream](projects/#devstream) | Automation & Configuration | Go | | [OpenCost](projects/#opencost) | Cost Management | Go, Javascript | +| [Curve](projects/#curve) | Storage | C++ | ## Non-code Projects diff --git a/content/contributors/projects.md b/content/contributors/projects.md index d4543f2..27ad30c 100644 --- a/content/contributors/projects.md +++ b/content/contributors/projects.md @@ -808,6 +808,17 @@ Sandbox Projects - **License:** [Apache 2.0](https://github.com/devstream-io/devstream/blob/main/LICENSE) - **Legal Requirements:** [DCO](https://developercertificate.org/) --- +### Curve + +*"Curve is a high-performance, lightweight-operation, cloud-native open source distributed storage system. Curve can be applied to mainstream cloud-native infrastructure platforms OpenStack and Kubernetes, high-performance storage for cloud-native databases and cloud storage middleware using S3-compatible object storage as a data storage engine, providing cost-effective shared file storage."* - [Curve](https://www.opencurve.io) + + - **Project Repository:** https://github.com/opencurve/curve + - **Contributor Guide:** [curve-io/curve/CONTRIBUTING](https://github.com/opencurve/curve/blob/master/CONTRIBUTING.md) + - **Chat:** Slack: `project_curve` in [slack.cncf.io](https://slack.cncf.io) + - **Developer List/Forum:** [Curve Discussions](https://ask.opencurve.io/) + - **License:** [Apache 2.0](https://github.com/opencurve/curve/blob/master/LICENSE) + - **Legal Requirements:** [DCO](https://developercertificate.org/) +--- ### OpenCost