shaofengshi commented on a change in pull request #327: KYLIN-3552 add doc and
blog
URL: https://github.com/apache/kylin/pull/327#discussion_r248229667
##########
File path: website/_dev/howto_develop_own_jdbc_datasource.md
##########
@@ -0,0 +1,107 @@
+---
+layout: dev
+title: Develop JDBC Data Source
+categories: development
+permalink: /development/howto_develop_own_jdbc_datasource.html
+---
+
+> Available since Apache Kylin v2.6.x
+
+## Data source SDK
+
+Since v2.6.0 Apache Kylin provides a new data source framework *Data source
SDK*, which provides APIs to help developers handle dialect differences and
easily implement a new data source.
+
+## How to develop
+
+### Configuration to implement a new data source
+
+*Data source SDK* provides a conversion framework and has pre-defined a
configuration file *default.xml* for ansi sql dialect.
+
+Developers do not need coding, what they should do is just create a new
configuration file {dialect}.xml for the new data source dialect.
+
+Structure of the configuration:
+* root node:
+<DATASOURCE_DEF NAME="kylin" ID="default">, the value of ID should be name of
dialect.
Review comment:
same as above
----------------------------------------------------------------
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