It is probably much easier and quicker if you just connect to Druid using requests and mapped the results to objects yourself.
🙌 1
s
Saurabh Indoria
05/04/2023, 4:47 AM
Yeah, but we have existing system developed using Django ORM storing data in SQL tables. I was trying to evaluate how easily can we migrate few tables to Druid and not modifying majority part of the code which uses the ORM..