|
2 | 2 |
|
3 | 3 | [](https://github.com/streamnative/oxia/actions/workflows/pr_build_and_test.yaml) |
4 | 4 |
|
5 | | - |
6 | 5 | Oxia is a scalable metadata store and coordination system that can be used as the core infrastructure to build |
7 | 6 | large scale distributed systems. |
8 | 7 |
|
9 | 8 | ## Why Oxia? |
10 | 9 |
|
11 | | - * Design optimized for Kubernetes environment |
12 | | - * Transparent horizontal scalability |
13 | | - * Linearizable per-key operations |
14 | | - * Able to sustain millions of read/write per second |
15 | | - * Able to store 100s of GBs |
| 10 | +* Design optimized for Kubernetes environment |
| 11 | +* Transparent horizontal scalability |
| 12 | +* Linearizable per-key operations |
| 13 | +* Able to sustain millions of read/write per second |
| 14 | +* Able to store 100s of GBs |
16 | 15 |
|
17 | 16 | ## Features |
18 | 17 |
|
19 | | - * Key-Value interface |
20 | | - * Notification mechanism |
21 | | - * Ephemeral records |
22 | | - * Automated session management |
| 18 | +* Key-Value interface |
| 19 | +* Notification mechanism |
| 20 | +* Ephemeral records |
| 21 | +* Automated session management |
23 | 22 |
|
24 | 23 | ## Documentation |
25 | | - * [Design goals](docs/design-goals.md) |
26 | | - * [Architecture](docs/architecture.md) |
27 | | - * [Getting started with Oxia](docs/getting-started.md) |
28 | | - * [Go client API](docs/go-api.md) |
29 | | - * [Deploy using K8S operator](docs/ks8-operator.md) |
30 | | - * Developer docs |
31 | | - * [Replication protocol](docs/replication-protocol.md) |
32 | | - - [Coordinator](docs/replication-coordinator.md) |
33 | | - - [Storage](docs/replication-storage.md) |
34 | | - * [Verifying correctness](docs/correctness.md) |
35 | | - * [Oxia's K8S resources](docs/kubernetes-oxia-cluster.md) |
| 24 | + |
| 25 | +* [Design goals](docs/design-goals.md) |
| 26 | +* [Architecture](docs/architecture.md) |
| 27 | +* [Getting started with Oxia](docs/getting-started.md) |
| 28 | +* [Go client API](docs/go-api.md) |
| 29 | +* [Deploy using K8S operator](docs/ks8-operator.md) |
| 30 | +* Developer docs |
| 31 | + * [Replication protocol](docs/replication-protocol.md) |
| 32 | + * [Coordinator](docs/replication-coordinator.md) |
| 33 | + * [Storage](docs/replication-storage.md) |
| 34 | + * [Verifying correctness](docs/correctness.md) |
| 35 | + * [Oxia's K8S resources](docs/kubernetes-oxia-cluster.md) |
36 | 36 |
|
37 | 37 | ## License |
38 | 38 |
|
|
0 commit comments