hatarist / clickhouse-cli

A third-party client for the Clickhouse DBMS server.
Other
249 stars 42 forks source link

[Feature Request]: chdb support #53

Open lmangani opened 1 year ago

lmangani commented 1 year ago

Hello @hatarist 👋 I'm one of the maintainers at chdb (in-process OLAP engine based on ClickHouse) and found your amazing unofficial CLI while looking for inspiration to extend our prompt_toolkit basic tool. Would you perhaps be open and/or interested in working together on a "chdb" mode for your CLI to execute ClickHouse functions locally, or perhaps cooperating to find a way to extend the scope of your great work for the chdb community? Thanks in advance and great project!

hatarist commented 12 months ago

Wow, hi! Thanks a lot for reaching out!
I barely work with ClickHouse anymore, but sure, we could do that, I guess!

I suppose there's no need to fork the project to make it chdb-compatible? How do you see the whole chdb-mode working inside the client?

lmangani commented 12 months ago

Thanks for the reply @hatarist it would be amazing if we could find a way to make your work chdb-compatible indeed. We have a (very) basic CLI going here as a reference: https://github.com/chdb-io/chdb-cli and are open to any ideas.