diff --git a/README.md b/README.md index df24f038b46066fa5ef9aa421569c37eef8b84cb..d5a29b6373348d0e6b35db25d94a7b43a4d2680a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) +# ![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) -[![Go Report Card](https://goreportcard.com/badge/github.com/XiaoMi/soar)](https://goreportcard.com/report/github.com/XiaoMi/soar) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) +[![Go Report Card](https://goreportcard.com/badge/github.com/XiaoMi/soar)](https://goreportcard.com/report/github.com/XiaoMi/soar) [![Build Status](https://travis-ci.org/XiaoMi/soar.svg?branch=master)](https://travis-ci.org/XiaoMi/soar) [![GoDoc](https://godoc.org/github.com/XiaoMi/soar?status.svg)](https://godoc.org/github.com/XiaoMi/soar) - [文档](http://github.com/XiaoMi/soar/tree/master/doc) | [FAQ](http://github.com/XiaoMi/soar/blob/master/doc/FAQ.md) | [变更记录](http://github.com/XiaoMi/soar/blob/master/CHANGES.md) | [路线图](http://github.com/XiaoMi/soar/blob/master/doc/roadmap.md) | [English](http://github.com/XiaoMi/soar/blob/master/README_EN.md) ## SOAR @@ -14,8 +13,9 @@ SOAR(SQL Optimizer And Rewriter)是一个对SQL进行优化和改写的自动化工具。 由小米人工智能与云平台的数据库团队开发与维护。 ## 功能特点 + * 跨平台支持(支持Linux, Mac环境,Windows环境理论上也支持,不过未全面测试) -* 目前只支持MySQL语法族协议的SQL优化 +* 目前只支持 MySQL 语法族协议的SQL优化 * 支持基于启发式算法的语句优化 * 支持复杂查询的多列索引优化(UPDATE, INSERT, DELETE, SELECT) * 支持EXPLAIN信息丰富解读 @@ -38,10 +38,9 @@ SOAR(SQL Optimizer And Rewriter)是一个对SQL进行优化和改写的自动化 * QQ群: 779359816 * [Gitter](https://gitter.im/xiaomi-dba/soar) 推荐 - soar-qq XiaoMI-SA - + ![soar_qq](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/soar_qq.png) + ![xiaomi_sa](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/xiaomi_sa.png) ## License [Apache License 2.0](http://github.com/XiaoMi/soar/blob/master/LICENSE). - diff --git a/README_EN.md b/README_EN.md index 3840db422018cdefef3f5831f4b5c818044ecc38..4c9a201a0a41e0062bf8be45f9b9b009253e5cd0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,12 +1,11 @@ -![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) +# ![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/XiaoMi/soar)](https://goreportcard.com/report/github.com/XiaoMi/soar) [![Build Status](https://travis-ci.org/XiaoMi/soar.svg?branch=master)](https://travis-ci.org/XiaoMi/soar) [![GoDoc](https://godoc.org/github.com/XiaoMi/soar?status.svg)](https://godoc.org/github.com/XiaoMi/soar) - [Docs](http://github.com/XiaoMi/soar/tree/master/doc) | [FAQ](http://github.com/XiaoMi/soar/blob/master/doc/FAQ_en.md) | [中文](http://github.com/XiaoMi/soar/blob/master/README.md) ## SOAR diff --git a/doc/images/soar_qq.png b/doc/images/soar_qq.png new file mode 100644 index 0000000000000000000000000000000000000000..39331d8d011c7280cfa47bea7713d380094eec18 Binary files /dev/null and b/doc/images/soar_qq.png differ diff --git a/doc/images/xiaomi_sa.png b/doc/images/xiaomi_sa.png new file mode 100644 index 0000000000000000000000000000000000000000..1a13e00e1032f6d6714e403045d44f554c28b111 Binary files /dev/null and b/doc/images/xiaomi_sa.png differ