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
Support for Clickhouse / Clickhouse Cloud in kino_db would be very useful within Livebooks.
Support for drivers/clients for Clickhouse within Elixir are fairly limited at this point in time with Pillar and ch
It looks like we'd need an adbc or similarly compatible driver in order to add Clickhouse support to kino_db.
There is a PostgreSQL interface, which can likely be used in the interim with kino_db, however there are some quirks to this that make this undesirable long term. https://clickhouse.com/docs/en/interfaces/postgresql
Any pointers for how can help (as someone new to Elixir), I'm all ears.
The text was updated successfully, but these errors were encountered:
I think we can do a req_clickhouse, similar to req_athena, by providing a tiny of functionality that wraps around queries and load IPC streams. Btw, here is a notebook, from @cocoa-xu that can help you get started:
Support for Clickhouse / Clickhouse Cloud in kino_db would be very useful within Livebooks.
Support for drivers/clients for Clickhouse within Elixir are fairly limited at this point in time with
Pillar
andch
It looks like we'd need an adbc or similarly compatible driver in order to add Clickhouse support to kino_db.
There is a PostgreSQL interface, which can likely be used in the interim with kino_db, however there are some quirks to this that make this undesirable long term.
https://clickhouse.com/docs/en/interfaces/postgresql
Any pointers for how can help (as someone new to Elixir), I'm all ears.
The text was updated successfully, but these errors were encountered: