/naftbike

Slovnaft bike web scraper, for data analysis

Primary LanguagePythonApache License 2.0Apache-2.0

naftbike

Slovnaft bike web scraper, for data analysis

Milestones

1. Milestone -- DONE

Loading the web site to the local variables

2. Milestone -- DONE

Data are persistently updating in our database - this step includes a cron job.

3. Milestone

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!

4. Milestone

Application provides dummy REST-API implementation (GET requests for whole tables)

5. Milestone

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.)

6. Milestone

Dummy frontend in (probably) Vue.js, consuming REST-API and showing simple dashboard

7. Milestone

Frontend is capable of visualizing all RESP-API endpoints.