{"id":23066997,"url":"https://github.com/dvsa/mes-driver-service","last_synced_at":"2026-03-06T20:31:47.135Z","repository":{"id":64778631,"uuid":"541577050","full_name":"dvsa/mes-driver-service","owner":"dvsa","description":"A service to obtain candidate licence information","archived":false,"fork":false,"pushed_at":"2025-11-26T11:10:34.000Z","size":1058,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-11-29T09:47:37.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-26T12:33:26.000Z","updated_at":"2025-10-07T09:38:28.000Z","dependencies_parsed_at":"2025-04-08T09:36:40.727Z","dependency_job_id":"3f48866b-3774-4934-91b7-56d4dc2c99b1","html_url":"https://github.com/dvsa/mes-driver-service","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":"dvsa/mes-microservices-starter-template","purl":"pkg:github/dvsa/mes-driver-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-driver-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-driver-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-driver-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-driver-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvsa","download_url":"https://codeload.github.com/dvsa/mes-driver-service/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fmes-driver-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T05:15:53.736Z","updated_at":"2026-03-06T20:31:47.116Z","avatar_url":"https://github.com/dvsa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mes-driver-service\n\nA serverless microservice responsible for responsible for retrieving driver data for candidates.\n\n## Structure\n\nAll serverless functions live in dedicated directories in `src/functions`.\nCode that is common between multiple functions should reside in `src/common`.\n\nAs per the principles of Hexagonal Architecture, each function has the following directories to help us separate concerns:\n\n* `framework` - contains all Inbound and Outbound Adapters, and all use of external/proprietary APIs - depends upon...\n* `application` - contains all Inbound and Outbound Ports, doesn't use any external/proprietary APIs - depends upon...\n* `domain` - contains all domain objects (Aggregates, Objects, Value classes etc) with all \"business logic\" (not just anaemic data holders), doesn't use any external/proprietary APIs.\n\n## Run locally\n\nUse the following script to spin up the microservice locally\n\n```shell\nnpm run start\n```\n\n## Build\n\nTo build a zip file for every function to `build/artifacts`, run:\n\n```shell\nnpm run package\n```\n\nTo build a subset of the functions, pass a comma separated list of function names, like so:\n\n```shell\nnpm run package -- get,set\n```\n\n*N.b. The build requires [jq](https://github.com/stedolan/jq).*\n\n*Any functions delcared in serverless.yml that contain the word \"local\" will be ignored in the packaging process.*\n\n## Test\n\nTo run the unit tests, simply run:\n\n```shell\nnpm run test\n```\n\n## Testing workflows locally\n\nTo run the GitHub actions locally for testing purposes, please see here:\n\nhttps://github.com/nektos/act\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fmes-driver-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvsa%2Fmes-driver-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fmes-driver-service/lists"}