diff --git a/README-CN.md b/README-CN.md index 2207fde..9a903a5 100644 --- a/README-CN.md +++ b/README-CN.md @@ -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/) ## 功能特性 @@ -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 ### 运行环境依赖 @@ -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/) ## 联系我们 diff --git a/README.md b/README.md index e13491c..d6d8060 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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