Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmarwicke
169 days ago
how are people syncing these? i just have a cron job running overnight and it feels dumb. tried debezium but it was overkill
1 comments
tomatofrank
156 days ago
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
link