JJ / saraer

Ticketing system, with data collection, for tech events
GNU Affero General Public License v3.0
1 stars 0 forks source link

Store requests #14

Open JJ opened 1 year ago

JJ commented 1 year ago

We would need to store requests in some reasonable way, so that we know the demand for every one of the talks and analyze data on actual beer requests.

JJ commented 1 year ago

Deno deploy logging can't be used. Not only it's not persistent, it can't even be used offline unless you have the page opened.

JJ commented 1 year ago

It might be a good idea to just leave it in memory, and download it from time to time locally using a REST endpoint.

JJ commented 1 year ago

Also, KV might be an (experimental) option

JJ commented 1 year ago

Loks like Supabase has a nice free tier. That implies working with a PostgresSQL database, but handling it is relatively simple. I can also test locally if needed, even use SQLite locally.