druid-io / pydruid

A Python connector for Druid
Other
508 stars 199 forks source link

select/search/generic queries #11

Open KenjiTakahashi opened 10 years ago

KenjiTakahashi commented 10 years ago

Hi,

As far as I can see, pydruid does not currently support "new" query types, i.e. "select" and "search". Will be nice to have them :-).

Maybe it would also make sense to expose the __post method, so we are able to send queries directly? Might also be useful if somebody wants to use pydruid as a "middleware", with queries prepared somewhere else.