[ 
https://issues.apache.org/jira/browse/GRIFFIN-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wan Kun resolved GRIFFIN-315.
-----------------------------
    Fix Version/s: 0.6.0
       Resolution: Fixed

Issue resolved by pull request 561
[https://github.com/apache/griffin/pull/561]

> Allow support for JDBC based data connector
> -------------------------------------------
>
>                 Key: GRIFFIN-315
>                 URL: https://issues.apache.org/jira/browse/GRIFFIN-315
>             Project: Griffin
>          Issue Type: Sub-task
>          Components: accuracy-batch, completeness-batch, timeliness-batch
>            Reporter: Tushar
>            Priority: Major
>             Fix For: 0.6.0
>
>
> In the current version of Apache griffin, there is no provision for JDBC 
> based data source(MySql data source present but it is not supported as part 
> of the config, hence user can't use it )
> I propose the feature to allow support for additional JDBC based data sources 
> like  Oracle, Postgres, etc in batch mode. 
> A sample config would look like,
> {
>           "type": "jdbc",
>           "version": "1.7",
>           "config": {
>             "database" : "griffin",
>             "tablename" : "employee",
>             "url" : "jdbc:h2:mem:test",
>             "user" : "user",
>             "password" : "password",
>             "driver" : "org.h2.Driver"
>        }
> }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to