Currently the plan is to store pins in a sqlite database synced periodically from s3.
AWS's free tier provides a t2.micro RDS instance that will support, among other things, Postgres and Aurora databases. If we're going to be periodically syncing state back and forth from a sqlite db stored on s3, we may as well actually hook up a proper db to our instance.
Currently the plan is to store pins in a sqlite database synced periodically from s3.
AWS's free tier provides a t2.micro RDS instance that will support, among other things, Postgres and Aurora databases. If we're going to be periodically syncing state back and forth from a sqlite db stored on s3, we may as well actually hook up a proper db to our instance.
https://aws.amazon.com/rds/