shaofengshi commented on a change in pull request #327: KYLIN-3552 add doc and 
blog
URL: https://github.com/apache/kylin/pull/327#discussion_r248229277
 
 

 ##########
 File path: website/_dev/howto_develop_own_jdbc_datasource.cn.md
 ##########
 @@ -0,0 +1,108 @@
+---
+layout: dev
+title:  开发 JDBC 数据源
+categories: development
+permalink: /cn/development/howto_develop_own_jdbc_datasource.html
+---
+
+> 自 Apache Kylin v2.6.x 起有效
+
+## Data source SDK
+
+自 Apache Kylin v2.6.x 起,我们提供一套新的数据源框架 *Data source SDK*,使用框架提供的API, 
开发者可以很轻松实现一个新的数据源, 适配sql方言。 
+
+## 如何开发
+
+### 实现新数据源的配置
+
+*Data source SDK* 提供转换的机制, 框架里预定义一个配置文件 *default.xml* 对应ansi sql方言。
+
+开发者不需要编码, 只需要为新的数据源新建一个配置文件 *{dialect}.xml*, 
+
+配置文件结构:
+* 根节点:  
+<DATASOURCE_DEF NAME="kylin" ID="default">, ID的值为方言的名称.
 
 Review comment:
   You need to quote the "<", the format is incorrect now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to