You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: