Show HN: Clickhttp: ClickHouse via HTTP Protocol

(github.com)

9 points | by 0xMihalich 2 days ago ago

4 comments

  • auxten a day 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 a day ago

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

  • siamese_puff 2 days ago

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

    • 0xMihalich 2 days 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