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)