(1) Mysql
(2) Digital Ocean
(3) It is what it is
(1) PostgreSQL
(2) AWS
(3) Umm not sure yet, just getting back in to pgSQL
(1) Mysql
(2) Digital Ocean
(3) It is what it is
(1) PostgreSQL
(2) AWS
(3) Umm not sure yet, just getting back in to pgSQL
Why: Because I’ve got lots of previous experience with it and knew that it satisfies the requirements.
This is the setup for the private beta of my MVP to see if I have a product worth pursuing. If I do I’ll look into moving over to Azure where I’ll have TDE on the db by default.
Thanks! What is TDE?
TDE = Transparent Data Encryption, i.e., encrypted data at rest
At my current startup insightstash(.)com I use combination of Postgres and Redis in front as cache. Since every feedback form needs to be loaded per page load per visitor, it’s not wise to hit postgres on every load, it would be just slow.