Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme refactor #42

Merged
merged 3 commits into from
Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 45 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,50 @@
# krypton-helm

## Overview
# XenonDB

中文 | English

## 简介

XenonDB 是基于 MySQL 的开源、高可用、云原生集群解决方案。

## 什么是 XenonDB?

XenonDB 是一款具备金融级强一致性、主从秒级切换,集 InnoDB + TokuDB 双存储引擎支持的增强型 MySQL 集群应用。适用于对数据一致性和高可用性有强烈要求的企业用户。通过使用 Raft 协议,XenonDB 可以快速进行故障转移,且不会丢失任何事务。


## 架构图

![](docs/XenonDB_Architecture_1.png)

## 核心功能

| 特性 | 描述 |
| --- | --- |
| 数据强一致性 | 金融版基于 Paxos 协议,采用一主两备三节点加购,自动脑裂保护处理 |
| 服务高可用 | 支持一主多从架构,多可用区主从部署,灵活满足各类可用性需求 |
| 保障数据安全 | 基于实时副本技术,私有网络100% 二层隔离,严密账户确保数据安全 |
| 跨区容灾 | 高可用版及金融版可实现多可用区主从部署,具有跨可用区容灾能力 |
| 自动运维 | 可设置自动备份策略、监控告警策略、自动扩容策略 |
| 降低成本 | 通过 TokuDB 存储空间的利用率提升50%,大幅降低存储成本 |

## 快速部署

k8s 平台

[KubeSphere 应用商店部署](https://github.com/molliezhang/deploy-doc/blob/master/%E9%80%9A%E8%BF%87kubesphere%E5%BA%94%E7%94%A8%E5%95%86%E5%BA%97%E9%83%A8%E7%BD%B2/zh/xenondb-app.md)

## 文档

## 产品对比(性能测试等)

## Roadmap

## 谁在使用?

![](docs/users.png)



[krypton](https://github.com/radondb/krypton) is an open-source, high-available, cloud-native cluster solution based on [MySQL](https://MySQL.org). By using the Raft protocol, krypton can fast failover with no lost transactions.

## Install on KubeSphere
- [简体中文](docs/KubeSphere/在kubesphere上部署krypton集群.md)
Expand Down
Binary file added docs/XenonDB_Architecture_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.