Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 692 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 692 Bytes

KpiSchedule.Common

CI/CD
Common code libraries used by KPI Schedule project services. This includes:

  • Client models and database entities for schedules data.
  • Client to get academic schedules data from schedule.kpi.ua API with models.
  • Parsers to parse data from roz.kpi.ua HTML schedule pages.
  • Client to get and parse academic schedules data from roz.kpi.ua API and HTML pages with models.
  • Repositories to read/write schedules from/to Amazon DynamoDB with DB entities and mappers.
  • Dependency Injection configuration helpers.
  • Sample roz.kpi.ua scraper that saves schedules to JSON files.