Hacker News new | ask | show | jobs
by agallego 868 days ago
Curious as to how the code base evolved after forking from clickhouse
1 comments

Proton is a lightweight streaming processing "add-on" for ClickHouse, and we are making these delta parts as standalone as possible. Meanwhile contributing back to the ClickHouse community can also help a lot.

Please check this PR from the proton team: https://github.com/ClickHouse/ClickHouse/pull/54870

Oh that’s cool. How do plugins/add ons work with clickhouse
table engines and need compile into the single binary instead of .so