NYCPlanning / ae-data-flow

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

AE data flow databases in Digital Ocean #2

Closed damonmcc closed 3 months ago

damonmcc commented 3 months ago

We can currently use local databases for dev, but we ultimately want real deployed ones.

We discussed using schemas or table prefixes to avoid collisions between developers (if individuals are able to query a deployed DB), but those are degrees of flexibility/complexity that aren't planned for the production database.

Maybe (like PFF) it'd be nice to have a database (or databases) for development? so dev, staging, prod all in one database cluster?

Potential database deployment details

The database cluster already exists in Digital Ocean as zoning-api.

It has three types of databases: dev, staging, and prod.

There are four types of users with different access privileges: doadmin, prod, staging, and dev.

the two relevant database clusters

tasks

damonmcc commented 3 months ago

ideas from chat on 3/20

next steps