Skip to content

Commit

Permalink
Merge pull request #60 from KID-G/feature_modify_charts_readme
Browse files Browse the repository at this point in the history
fix wrong word and modify charts readme #51
  • Loading branch information
andyli029 authored Apr 23, 2021
2 parents cfa93e3 + 66c0e4a commit 9a9f5f8
Show file tree
Hide file tree
Showing 2 changed files with 17 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
16 changes: 16 additions & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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 9a9f5f8

Please sign in to comment.