Thanks a lot,
Does it support streaming ingestion?
k
Kyle Hoondert
10/02/2023, 1:01 PM
SQL based ingestion does not support streaming yet
d
Dara Khaksar
10/02/2023, 1:23 PM
and there is no way to run batch ingestions each 5 minutes for example?
j
John Kowtko
10/02/2023, 1:52 PM
Druid does not have an internal job scheduling mechanism as yet (although I have heard it being discussed for possible future implementation).
So for now you would have to schedule your jobs externally, for example using Unix cron or Apache Airflow.