Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfstudy/oxia
Oxia - Metadata store and coordination system
https://github.com/wolfstudy/oxia
Last synced: 3 months ago
JSON representation
Oxia - Metadata store and coordination system
- Host: GitHub
- URL: https://github.com/wolfstudy/oxia
- Owner: wolfstudy
- License: apache-2.0
- Fork: true (streamnative/oxia)
- Created: 2023-05-10T02:33:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-01T15:45:04.000Z (over 1 year ago)
- Last Synced: 2023-08-04T07:13:31.626Z (over 1 year ago)
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# StreamNative Oxia
![Oxia Logo](docs/oxia-logo.png)
[![Build](https://github.com/streamnative/oxia/actions/workflows/pr_build_and_test.yaml/badge.svg)](https://github.com/streamnative/oxia/actions/workflows/pr_build_and_test.yaml)
Oxia is a scalable metadata store and coordination system that can be used as the core infrastructure to build
large scale distributed systems.## Why Oxia?
* Design optimized for Kubernetes environment
* Transparent horizontal scalability
* Linearizable per-key operations
* Able to sustain millions of read/write per second
* Able to store 100s of GBs## Features
* Key-Value interface
* Notification mechanism
* Ephemeral records
* Automated session management## Documentation
* [Design goals](docs/design-goals.md)
* [Architecture](docs/architecture.md)
* [Getting started with Oxia](docs/getting-started.md)
* [Go client API](docs/go-api.md)
* [Deploy using K8S operator](docs/ks8-operator.md)
* Developer docs
* [Replication protocol](docs/replication-protocol.md)
* [Coordinator](docs/replication-coordinator.md)
* [Storage](docs/replication-storage.md)
* [Verifying correctness](docs/correctness.md)
* [Oxia's K8S resources](docs/kubernetes-oxia-cluster.md)## License
Copyright 2023 StreamNative, Inc.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0