flatsurf / flatsurvey

4 stars 1 forks source link

Do not use Amazon RDS #39

Closed saraedum closed 2 months ago

saraedum commented 2 years ago

Initially, this project used Amazon's RDS as a database backend. However, this proved to be costly and not very practical.

To make flatsurvey easier to use, the database should just live in local files instead. We do not need concurrent access here and the database is, for the foreseeable future, not going to grow beyond what can be easily stored in RAM.