Y
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
tingfirst
868 days ago
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
link
agallego
868 days ago
Oh that’s cool. How do plugins/add ons work with clickhouse
link
ZiliangXK
868 days ago
table engines and need compile into the single binary instead of .so
link
Please check this PR from the proton team: https://github.com/ClickHouse/ClickHouse/pull/54870