ankane/blazer

[Idea] Support for ClickHouse

foxy-eyed opened this issue · 0 comments

Hi!

It would be great to have adapter for ClickHouse since its growing popularity among columnar databases.
I use ClickHouse database in my Rails project along with PostgreSQL. I also use Blazer for PostgreSQL and find it very useful! It would be handy to have single interface for both databases.

Communication with ClickHouse server can be implemented via HTTP interface (the easiest way — to take this library). By default clickhouse-server listens for HTTP on port 8123.

I got the courage to open a PR. Will be happy if you find it useful.