Re: Creating a Datasource for Oracle Database

2021-03-26 Thread Jonathan Wei
Yes, I think extending SQLFirehoseDatabaseConnector would be the right approach. Best, Jon On Fri, Mar 26, 2021 at 12:46 AM Furkan KAMACI wrote: > Hi, > > I want to batch ingest data from the Oracle database. Currently, we > support PostgreSQL and MySQL. I know that the recommended way is to f

Creating a Datasource for Oracle Database

2021-03-26 Thread Furkan KAMACI
Hi, I want to batch ingest data from the Oracle database. Currently, we support PostgreSQL and MySQL. I know that the recommended way is to fetch data into Kafka (or Kinesis) then ingest it into Druid via supervisors. However, I don't have a chance to create a Kafka infrastructure for now. Which