| ▲ | efxhoy 43 minutes ago | |
Ive built data warehouses and job queues on postgres. The DW got replaced with bigquery when we started doing more tracking. We still run postgres as an app-facing cache of the aggregated data from bigquery though. The job queue runs on the cache db, scheduling jobs to move data from bigquery into postgres. It’s pretty neat. Now we’ve run into near-real-time requirements so clickhouse is getting thrown into the mix. It’s pretty funny the lengths we go to to implement user facing analytics that’s basically just “you are visitor number X” from 1995. | ||