Yes, I think extending SQLFirehoseDatabaseConnector would be the right approach.
Best, Jon On Fri, Mar 26, 2021 at 12:46 AM Furkan KAMACI <furkankam...@gmail.com> 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 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 steps should I follow to create a sql inputsource for Oracle? Should > I extend SQLFirehoseDatabaseConnector for such purpose? > > Kind Regards, > Furkan KAMACI >