druid-io / pydruid

A Python connector for Druid
Other
505 stars 194 forks source link

PyDruid for Data Ingestion in Druid #282

Open AKheli opened 2 years ago

AKheli commented 2 years ago

Is there any way I can use pydruid for data ingestion in druid ? I would like to ingest data gradually from a Python App.

pranatishete commented 11 months ago

@AbdelouahabKhelifati no currently pydruid doesn't support direct ingestion, you can use sql based query ingestion via python

devdef007 commented 3 months ago

@pranatishete Any update here ? Is the data ingestion support added to the pydruid client libs ?