Target is to develop a job board, listing job postings of small and medium-sized enterprises (SMEs)
- focus on crawling data into database
- second step: illustrate data with one of the following tools:
- Natural Language Processing
- NER?, keyword-extraction
- maybe use parts this notebook
-
implement PoC spider that scrapes
- company name
- job title
- posting time stamp
- link to tender
-
setup in docker container to make application portable and ready for easy deplovement
-
Django vs. Flask?