dukecon / dukecon_server

MIT License
12 stars 6 forks source link

Remove conference data load from service #102

Open ascheman opened 4 years ago

ascheman commented 4 years ago

The server instance should not load (and transform and server) conference data any longer.

sippsack commented 4 years ago

We will seperate server implementation (favorites, preferences, feedback) from conferences data provider. Conference data provider will be cron job triggered processes generating static files (init.json, resources.json, conferences.json. speaker images, ...).

srose commented 4 years ago

20191013_125138 20191013_125133 20191013_125130

sippsack commented 4 years ago

Test system using new infrastructure: https://latest-static.dukecon.org/javaland/2020/

to be implemented:

will remain in server:

sippsack commented 4 years ago

todos:

sippsack commented 4 years ago

Current state: There is now a static generated file for every dynamic file endpoint.

Todos:

sippsack commented 4 years ago

I've converted all JavaLand conferences, so we have some more test data:

https://latest-static.dukecon.org/javaland/2017/ https://latest-static.dukecon.org/javaland/2018/ https://latest-static.dukecon.org/javaland/2019/ https://latest-static.dukecon.org/javaland/2020/

JavaLand 2016 does not work, because the local file location of input data can not be found.

TODOs:

srose commented 4 years ago

What is missing to close this?