hemebond / quaddicted

Quaddicted upgrade written with Django
MIT License
7 stars 1 forks source link

Provide dump file #49

Open hemebond opened 3 years ago

hemebond commented 3 years ago

Parallel to the API there could also be a dump file of the database/API data for all records in a CSV or JSON file. This allows clients to efficiently fetch all data at once, e.g., for first time requests.

Could update nightly or after new additions using a background process or job.