Hello Everyone
We are migrating an existing web app API backend built on Django with postgres DB into druid DB due to new requirements that has large amounts of data.
We want to know are there API frameworks that work well with druid like with Django has It's Queryset ORM for Postgres, JPA with Spring.
We have a lot of filters and functionality to add for the API backend, any advice on building a REST API backend with druid would be much appreciated.