S-Maciejewski / geekonomy

Economics quiz game using WB and IMF data
https://www.geekonomy.eu
MIT License
4 stars 0 forks source link

Pre-generated quiz sets #22

Closed S-Maciejewski closed 2 years ago

S-Maciejewski commented 2 years ago

Introduce new Repository

It's task is reading quiz data from .json files stored locally or in a remote location, i.e. S3 - the repository should be extensible

Script for efficient generation of lightweight .json files with quiz data

The script should be extensible so that multiple scenarios could be generated (i.e. different number of indicators, countries etc.) and should work fast in order to generate huge amount of quiz data in an efficient matter. The .json files should be as small as possible, so that server is not overloaded with a huge amount of data. The files should have unique, uuid-like names and a file containing all possible quiz file names should be produced by the script so that random selection by server (or client in the future) could be quick and efficient.