You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Chitral Verma (Jira)" <ji...@apache.org> on 2020/08/15 07:48:00 UTC

[jira] [Assigned] (GRIFFIN-315) Allow support for JDBC based data connector

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

Chitral Verma reassigned GRIFFIN-315:
-------------------------------------

    Assignee: Tushar

> 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
>            Assignee: 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)