forked from opencurve/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 3.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Curve - an open source distributed storage system</h1>
<p>Designed and developed independently by NetEase, featured with high performance, high availability, high reliability and well expansibility, and it can serve as the basis for storage systems designed for different scenario (e.g. block storage, object storage and cloud database).</p>
<p><a class="btn btn-primary btn-lg" href="https://github.com/opencurve/curve" role="button">Git Hub</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Curve?</h2>
<p class="lead">CURVE is a distributed storage system designed and developed independently by NetEase, featured with high performance, high availability, high reliability and well expansibility, and it can serve as the basis for storage systems designed for different scenario (e.g. block storage, object storage and cloud database).</p>
</div>
<div class="col-md-6 text-center">
<img src="{{ "/assets/img/architecture_snap.png" | relative_url }}" alt="Curve logo" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-rocket" aria-hidden="true"></i></h1>
<h3 class="text-center">Quick Start</h3>
<p> If you want to try how CURVE works, you can <a href="https://github.com/opencurve/curve/blob/master/docs/cn/deploy.md#%E5%8D%95%E6%9C%BA%E9%83%A8%E7%BD%B2">deploy an all-in-one environment</a>.
If you want to try it in production environment, you can <a href="https://github.com/opencurve/curve/blob/master/docs/cn/deploy.md#%E5%A4%9A%E6%9C%BA%E9%83%A8%E7%BD%B2">deploy multi-machine cluster</a>.
The depoly document has Chinese version only. The English version is on the way.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-check-square-o" aria-hidden="true"></i></h1>
<h3 class="text-center">Features</h3>
<p>So far, we have implemented a high performance block storage system, which supports snapshot, clone and recovery, and it can be attached to QEMU virtual machine or physical machine (by curve-nbd). CURVE has been served as an elastic block storage service inside NetEase for a certain time, during which high performance and reliability have shown.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></h1>
<h3 class="text-center">Open Source</h3>
<p>You are sincerely welcomed to issue any bugs or any suggestions through Github issues. Curve is a open source project, you can submit a pull request to master branch.
For more detail, please refer to <a href="https://github.com/opencurve/curve/blob/master/CONTRIBUTING.md">CONTRIBUTING</a>.
</p>
</div>
</div>
</div>