csgo-queue-bot icon indicating copy to clipboard operation
csgo-queue-bot copied to clipboard

Use DB for caching

Open cameronshinn opened this issue 5 years ago • 0 comments

The current storage method for caching guild data is just storing in a JSON file, which might work for now, but will not scale well in the future. For Python MySQL and MongoDB seem to be the two most prevalent options, so weighing the advantages/disadvantages is needed to determine which to use.

cameronshinn avatar Mar 02 '20 18:03 cameronshinn