Live data from Hacker News

Postgres and ClickHouse forming the default data stack for AI

thenewstack.io

1–3 of 3 posts

Re: Postgres and ClickHouse forming the default data stack for AI

#3

how are people syncing these? i just have a cron job running overnight and it feels dumb. tried debezium but it was overkill

Depends on your use case but if you want to avoid the syncing problem altogether you can federate queries to Postgres either via the native Postgres connector or over a JDBC bridge