{"id":21450939,"url":"https://github.com/soontao/cds-hyper-app-service","last_synced_at":"2025-09-16T09:53:01.981Z","repository":{"id":38424555,"uuid":"485684388","full_name":"Soontao/cds-hyper-app-service","owner":"Soontao","description":"CAP Hyper ApplicationService, for extension","archived":false,"fork":false,"pushed_at":"2025-08-22T22:08:50.000Z","size":2411,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-23T00:36:05.339Z","etag":null,"topics":["cap","cds","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soontao.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-04-26T07:45:20.000Z","updated_at":"2025-08-22T22:08:52.000Z","dependencies_parsed_at":"2023-10-25T19:31:38.767Z","dependency_job_id":"d378a5af-9b80-4740-8f70-cf4cc0cfc8e8","html_url":"https://github.com/Soontao/cds-hyper-app-service","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"Soontao/ts-project-template","purl":"pkg:github/Soontao/cds-hyper-app-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soontao%2Fcds-hyper-app-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soontao%2Fcds-hyper-app-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soontao%2Fcds-hyper-app-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soontao%2Fcds-hyper-app-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soontao","download_url":"https://codeload.github.com/Soontao/cds-hyper-app-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soontao%2Fcds-hyper-app-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275399237,"owners_count":25457779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cap","cds","nodejs"],"created_at":"2024-11-23T04:17:15.099Z","updated_at":"2025-09-16T09:53:01.927Z","avatar_url":"https://github.com/Soontao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDS Hyper Application Service\n\n\u003e hyper service implementation layer for CAP nodejs runtime\n\n[![npm](https://img.shields.io/npm/v/cds-hyper-app-service)](https://www.npmjs.com/package/cds-hyper-app-service)\n![license](https://img.shields.io/npm/l/cds-hyper-app-service)\n![npm type definitions](https://img.shields.io/npm/types/cds-hyper-app-service)\n[![codecov](https://codecov.io/gh/Soontao/cds-hyper-app-service/branch/main/graph/badge.svg?token=Q2YdgKmU2r)](https://codecov.io/gh/Soontao/cds-hyper-app-service)\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Soontao_cds-hyper-app-service\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Soontao_cds-hyper-app-service)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=Soontao_cds-hyper-app-service\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=Soontao_cds-hyper-app-service)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=Soontao_cds-hyper-app-service\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=Soontao_cds-hyper-app-service)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=Soontao_cds-hyper-app-service\u0026metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=Soontao_cds-hyper-app-service)\n\n## Get Started\n\n\u003e install dependency\n\n```bash\nnpm i -S cds-hyper-app-service\n```\n\n\u003e overwrite the `app-service` implementation\n\n```json5\n{\n  \"cds\": {\n    \"requires\": {\n      \"app-service\": {\n        \"impl\": \"cds-hyper-app-service\",\n        // default value, developer could overwrite this config\n        \"exts\": [\"builtIn\"]\n      }\n    }\n  }\n}\n```\n\n## Built-in Extensions\n\n- [Hyper Implementation](./src/extension/builtIn/impl/README.md) - enhanced `@impl` annotation for entity/handler level\n- [Hyper Repository](./src//extension/builtIn/repo/README.md) - repository implementation like spring repository but applied to CAP nodejs runtime\n\n## Features\n\n- [x] `ApplicationServiceExt` concept\n  - [x] optional `beforeInit`/`afterInit` method\n  - [x] support options for `exts` node\n  - [ ] more context data\n  - [ ] documentation/example\n\n## Compatible Table\n\n- `@sap/cds`@`5` \u003c-\u003e `cds-hyper-impl`@`0.x`\n- `@sap/cds`@`6` \u003c-\u003e `cds-hyper-impl`@`6.x`\n\n## [CHANGELOG](./CHANGELOG.md)\n\n## [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoontao%2Fcds-hyper-app-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoontao%2Fcds-hyper-app-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoontao%2Fcds-hyper-app-service/lists"}