p2r3 / epochtal

Portal 2 tournament framework
https://epochtal.p2r3.com/
GNU General Public License v3.0
8 stars 4 forks source link

Store week logs in external datastore #109

Open soni801 opened 1 day ago

soni801 commented 1 day ago

Referring to the conversation in Discord: https://discord.com/channels/1260596921861410880/1264894183932559360/1296502795519918151, after being brought up in #108.

The week logs are currently stored in a proprietary binary format, which is bad. This is a great place to start implementing the foundation for storing everything externally (i.e. a database).

I'll work on this, using TypeORM to connect to the datastore. Typeorm is dialect-agnostic, meaning clean code that works in any environment.