Spinning Up a PostgreSQL Instance for Your Data Stack
Well, we’ve done it. We have our orchestration layer set up with Airflow, a documentation server, and a notification server. Now it’s time to add a data warehouse to our stack. As I’ve mentioned before, it doesn’t really matter what you use as long as your data is centralized. Having data scattered across multiple sources only forces you to write a bunch of ETLs to bring it back together again, which is unnecessarily time-consuming. I try to keep all of my development on a single database instance locally and then commit to a single cloud DB instance for analytics. ...