play4honor / discord_quote_bot

A bot that brings the "quote" feature to Discord.
2 stars 1 forks source link

Pins Database on RDS #75

Open synsypa opened 4 years ago

synsypa commented 4 years ago

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/

zhangchuck commented 4 years ago

Doreen suggests https://aws.amazon.com/dynamodb/pricing/