You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Tushar (Jira)" <ji...@apache.org> on 2019/12/27 05:56:00 UTC

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

Tushar created GRIFFIN-315:
------------------------------

             Summary: 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


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)