forked from radondb/xenon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: LiJiansheng <[email protected]>
- Loading branch information
LiJiansheng
committed
May 4, 2018
1 parent
df7d4ff
commit a90a43f
Showing
5 changed files
with
1,176 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[![Build Status](https://travis-ci.org/radondb/xenon.png)](https://travis-ci.org/radondb/xenon) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/radondb/xenon)](https://goreportcard.com/report/github.com/radondb/xenon) | ||
[![codecov.io](https://codecov.io/gh/radondb/xenon/graphs/badge.svg)](https://codecov.io/gh/radondb/xenon/branch/master) | ||
|
||
# Xenon | ||
|
||
![](docs/images/xenon.png) | ||
|
||
## Overview | ||
|
||
`Xenon` is a MySQL HA and replication management tool using Raft protocol. | ||
|
||
* Fast Failover with no lost transactions | ||
* Streaming & Speed-Unmatched backup/restore | ||
* Mysql Operation and Maintenance | ||
* No central control and easy-to-deploy | ||
* As a Cloud App | ||
|
||
## Documentation | ||
|
||
- [build_and_run](docs/how_to_build_and_run_xenon.md) : How to build and run Xenon. | ||
- [client_commands](docs/xenoncli_commands.md) : Xenon client commands. | ||
- [how_xenon_works](docs/how_xenon_works.md) : How Xenon works. | ||
|
||
## Status | ||
|
||
Xenon is production ready, it has been used in production like [MySQL Plus](https://www.qingcloud.com/products/mysql-plus/) | ||
|
||
## Issues | ||
|
||
The [integrated github issue tracker](https://github.com/radondb/xenon/issues) | ||
is used for this project. | ||
|
||
## License | ||
|
||
Xenon is released under the GPLv3. See [LICENSE](LICENSE) |
Oops, something went wrong.