NYCPlanning / ae-data-flow

Data pipelines to populate Application Engineering databases
1 stars 0 forks source link

create dev databases in data flow cluster #22

Closed damonmcc closed 3 months ago

damonmcc commented 3 months ago

approach

add code to or manually create dev databases so individual developers can use them to test their code changes

the credentials will be the same for all dev databases in the cluster and distinct from credentials for the staging and prod databases

damonmcc commented 3 months ago

manually created 5 dev databases: dev, dev-dh, dev-py, dev-bm, dev-dm

they all have the postgis extension installed and are ready to use for AE data flow development