This message was deleted.
# general
s
This message was deleted.
a
I am not aware of any. I know someone was looking to connect springboot orm with druid - https://www.linen.dev/s/apache-druid/t/10141550/hey-folks-anyone-working-on-the-druid-jdbc-connector-for-jav#38a658f0-f98d-4ca3-9aeb-fd8792c3eca1 - I had some generic advice that you may find useful.
🙌 1
d
It is probably much easier and quicker if you just connect to Druid using requests and mapped the results to objects yourself.
🙌 1
s
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..