I'm using druid and imply, how to make oracle data export to druid.io? How to export oracle data to druid databases?
Asked
Active
Viewed 326 times
1 Answers
1
You can achieve using following steps -
Export oracle data in json files, having 1 line per row with key and values and if required add additional key/values for your use case.
Perform a druid ingestion task on that data in druid.
Once ingestion completes, you can use it for querying in druid.
You can automate this process using some cronjob script.

mdeora
- 4,152
- 2
- 19
- 29