Skip to content

Commit

Permalink
Merge pull request #67 from lixiaocuicoding/master
Browse files Browse the repository at this point in the history
【doc】readme add Badge
  • Loading branch information
lixiaocuicoding authored Aug 14, 2020
2 parents 45fc160 + e1a446f commit 9a80475
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[![BUILD Status](https://img.shields.io/jenkins/build?jobUrl=http%3A%2F%2F59.111.93.165%3A8080%2Fjob%2Fopencurve_multijob%2F)](http://59.111.93.165:8080/job/opencurve_multijob/lastBuild)
# CURVE

[![Jenkins Coverage](https://img.shields.io/jenkins/coverage/cobertura?jobUrl=http%3A%2F%2F59.111.93.165%3A8080%2Fjob%2Fcurve_untest_job%2F)](http://59.111.93.165:8080/job/curve_untest_job/HTML_20Report/)
[![Robot interface](https://img.shields.io/jenkins/tests?jobUrl=http%3A%2F%2F59.111.93.165%3A8080%2Fjob%2Fcurve_robot_job%2F)](http://59.111.93.165:8080/job/curve_robot_job/)
[![BUILD Status](https://img.shields.io/jenkins/build?jobUrl=http%3A%2F%2F59.111.93.165%3A8080%2Fjob%2Fopencurve_multijob%2F)](http://59.111.93.165:8080/job/opencurve_multijob/lastBuild)
[![Docs](https://img.shields.io/badge/docs-latest-green.svg)](https://github.com/opencurve/curve/tree/master/docs)
[![Releases](https://img.shields.io/github/v/release/opencurve/curve?include_prereleases)](https://github.com/opencurve/curve/releases)
[![LICENSE](https://img.shields.io/badge/licence-Apache--2.0%2FGPL-blue)](https://github.com/opencurve/curve/blob/master/LICENSE)


CURVE是网易自主设计研发的高性能、高可用、高可靠分布式存储系统,具有非常良好的扩展性。基于该存储底座可以打造适用于不同应用场景的存储系统,如块存储、对象存储、云原生数据库等。当前我们基于CURVE已经实现了高性能块存储系统,支持快照克隆和恢复 ,支持QEMU虚拟机和物理机NBD设备两种挂载方式, 在网易内部作为高性能云盘使用。

Expand Down Expand Up @@ -68,3 +74,9 @@ CURVE编码规范严格按照[Google C++开源项目编码指南](https://zh-goo
- User group:当前为微信群,由于群人数过多,需要先添加以下个人微信,再邀请进群。

<img src="https://raw.githubusercontent.com/opencurve/opencurve.github.io/master/image/curve-wechat.jpeg" style="zoom: 75%;" />






22 changes: 22 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- MDS
- [MDS](cn/mds.md)

- Chunkserver
- [Chunkserver](cn/chunkserver_design.md)

- Client
- [NEBD](cn/nebd.md)
- [Client](cn/curve-client.md)
- [Client Python API](cn/curve-client-python-api.md)

- 快照克隆
- [Snapshotcloneserver](cn/snapshotcloneserver.md)

- 其他
- [CURVE质量体系介绍](cn/quality.md)
- [CURVE监控体系介绍](cn/monitor.md)

- 应用
- [对接k8s文档](cn/k8s_csi_interface.md)


0 comments on commit 9a80475

Please sign in to comment.