Uploaded image for project: 'Griffin'
  1. Griffin
  2. GRIFFIN-302 Standardize Batch Data Connectors
  3. GRIFFIN-315

Allow support for JDBC based data connector

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • Measure Module
    • None

    Description

      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" }

      }

      Attachments

        Activity

          People

            tushar.patil Tushar
            tushar.patil Tushar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: