Slovnaft bike web scraper, for data analysis
Loading the web site to the local variables
Data are persistently updating in our database - this step includes a cron job. Architecture is capable of providing reasonable fast response to a request. For instance, if aggregation query takes a 15min on 6 months old data => something is wrong. This have to be tested properly on generated data! Application provides dummy REST-API implementation (GET requests for whole tables) Application provides smart REST-API for "aggregated" queries (only GET requests; parameters would be maybe name/id/latitude|longitude of station, hours, days of week, months, etc.) Dummy frontend in (probably) Vue.js, consuming REST-API and showing simple dashboard Frontend is capable of visualizing all RESP-API endpoints.