Deprecate NARDEV Postgres database #926
Unanswered
philipbaileynar
asked this question in
BRAT
Replies: 1 comment 3 replies
-
@philipbaileynar Just making sure that I understand-- with the archived geopackage, I could download it and make (local) changes, right? Specifically, easily add observations if needed? I have used it for a 3-panel figure which will likely undergo some changes by the time it gets into the manuscript (April). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently host and maintain a Postgres database on AWS that stores two things:
No one uses these data 99.9% of the time but we are paying for the service 24/7. AWS is about to retire the version of RDS that it's hosted on and I'm proposing that we deprecate the RDS data and use different solutions for these two types of data.
BRAT Parameters
The true BRAT parameters are in git here. These CSV files contain the values that sqlBRAT actually uses. The Postgres database was created merely to provide an easy way to query and manipulate the values.
I propose a new strategy:
The goal is that data analysts can still work with a SQL database to query, review and enter data. But this is done locally rather than using an expensive RDS instance.
VBET observations
We archive these values in a GeoPackage. Shelby, @jtgilbert or @joewheaton can use this database should they want to perform further analysis or draft illustrations for a VBET paper.
FYI @MattReimer
Beta Was this translation helpful? Give feedback.
All reactions