cs399f24 / BingoMaker

0 stars 4 forks source link

Data Persistence #2

Open jpappel opened 2 weeks ago

jpappel commented 2 weeks ago

Data should be persistent across application starts and stops. The data will be both textual (bingo tile text, user name) and binary (tile images). Ideally it multiple drivers will be supported. At least one local and one cloud driver must be implemented.

I've provided some potential options below for each.

Textual Data Storage Options

Binary Data Storage Options

drekdrek commented 17 hours ago

DynamoDB was finished in #24