Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Sep 11, 2019
1 parent 5adbd21 commit a5a6c31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

XSQL是一款低门槛、更稳定的跨数据源查询引擎。1)XSQL提供了使用标准SQL读写NoSQL数据库的解决方案,能够大幅降低学习曲线,节省人力成本。 2)XSQL通过对SQL的优化以及一系列监控插件,为用户任务的稳定运行保驾护航。

[http://xsql.qihoo.net](http://xsql.qihoo.net/)
[https://qihoo360.github.io/XSQL/](https://qihoo360.github.io/XSQL/)

## 功能特性

Expand Down Expand Up @@ -38,15 +38,16 @@ XSQL是一款低门槛、更稳定的跨数据源查询引擎。1)XSQL提供
如果你已经有现成的Spark,可以将XSQL编译为Spark插件:

```
XSQL/build-plugin.sh //成功后源码根目录出现xsql-0.6.0-bin-spark-2.4.3.tgz
XSQL/build-plugin.sh
```
编译成功后源码根目录将出现xsql-0.6.0-plugin-spark-2.4.3.tgz

如果你没有现成的Spark,那么你可以编译完整版的XSQL(内置Spark):

```
XSQL/build.sh //成功后源码根目录出现xsql-0.6.0-plugin-spark-2.4.3.tgz
XSQL/build.sh
```

编译成功后源码根目录将出现xsql-0.6.0-bin-spark-2.4.3.tgz

### 运行环境依赖

Expand Down Expand Up @@ -108,11 +109,11 @@ XSQL是一款低门槛、更稳定的跨数据源查询引擎。1)XSQL提供

## FAQ

[访问更多数据源](http://xsql.qihoo.net/datasources/common/)
[访问更多数据源](https://qihoo360.github.io/XSQL/datasources/common/)

[高级配置](http://xsql.qihoo.net/tutorial/configuration/)
[高级配置](https://qihoo360.github.io/XSQL/tutorial/configuration/)

[特殊语法](http://xsql.qihoo.net/tutorial/syntax/)
[特殊语法](https://qihoo360.github.io/XSQL/tutorial/syntax/)

## 联系我们

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

XSQL is a multi-datasource query engine which designed easy to use, stable to run.1)First of all, XSQL provides a solution to read data from NoSQL database with standard SQL,so that big data engineer can concentrate on data but API with special data source . 2)XSQL takes some efforts of optimizing the execute plan of SQL execution as well as monitoring the running status of every SQL, which make user's job running healthier.

[http://xsql.qihoo.net](http://xsql.qihoo.net/)
[https://qihoo360.github.io/XSQL/](https://qihoo360.github.io/XSQL/)

## Features

Expand Down Expand Up @@ -119,11 +119,11 @@ XSQL is a multi-datasource query engine which designed easy to use, stable to ru

## FAQ

[Connect to more datasource](http://xsql.qihoo.net/datasources/common/)
[Connect to more datasource](https://qihoo360.github.io/XSQL/datasources/common/)

[Advanced Configuration](http://xsql.qihoo.net/tutorial/configuration/)
[Advanced Configuration](https://qihoo360.github.io/XSQL/tutorial/configuration/)

[XSQL Specific Query Language](http://xsql.qihoo.net/tutorial/syntax/)
[XSQL Specific Query Language](https://qihoo360.github.io/XSQL/tutorial/syntax/)

## Contact Us

Expand Down

0 comments on commit a5a6c31

Please sign in to comment.