Skip to content

Commit

Permalink
fix wrong word and modify charts readme #51
Browse files Browse the repository at this point in the history
  • Loading branch information
KID-G committed Apr 23, 2021
1 parent fd01890 commit 123dacb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ English | [中文](README_zh.md)

## What is XenonDB?

[XnenoDB](https://github.com/radondb/xenondb) is a open-source, cloud-native, highly available cluster solutions that is based on [MySQL](https://MySQL.org) database. With the Raft protocol,XenonDB provide the faster failover performance without losing any transactions.
[XenonDB](https://github.com/radondb/xenondb) is a open-source, cloud-native, highly available cluster solutions that is based on [MySQL](https://MySQL.org) database. With the Raft protocol,XenonDB provide the faster failover performance without losing any transactions.

At present, XenonDB has supported the deployment of MySQL high availability clusters on kubernetes and kubesphere platforms.

Expand Down
17 changes: 17 additions & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# XenonDB
XenonDB is a open-source, cloud-native, highly available cluster solutions that is based on database.

# Github

https://github.com/radondb/xenondb
# Features
- High availability MySQL database
- Non-centralized automatic leader election
- Second level switch leader to follower
- Strongly consistent data for cluster switching
- Cluster management
- Monitoring and alerting
- Logs
- Account management


# Introduction

This chart bootstraps a single leader and multiple followers [MySQL](https://MySQL.org) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
Expand Down

0 comments on commit 123dacb

Please sign in to comment.