remix logo

Hacker Remix

Show HN: Clickhttp: ClickHouse via HTTP Protocol

9 points by 0xMihalich 9 months ago | 5 comments

auxten 9 months ago

Interesting project. With chDB, the in-process ClickHouse engine you can make HTTP API a ClickHouse table. Here is a ClickHouse on Google Calendar example: https://github.com/auxten/SQL-On-Everything/tree/main/google... Btw, I'm the author of chDB.

0xMihalich 9 months ago

Thank you for your project and interest in mine. I really appreciate it.

siamese_puff 9 months ago

Can you elaborate when I'd use this over the native HTTP support? https://clickhouse.com/docs/en/interfaces/http

0xMihalich 9 months ago

Hi. My code uses, among other things, everything that is described in the official documentation on your link. and also supports additional features, including working with pandas, polars, vaex, dask, executing multiquery with the creation of temporary tables with intermediate results and some other features. read the project description and examples. thank you for your interest and question

siamese_puff 8 months ago

Very cool and nice work!

9 months ago