{"id":20135263,"url":"https://github.com/cybnity/domain-risk-mgt","last_synced_at":"2025-03-02T22:29:49.559Z","repository":{"id":106805153,"uuid":"538879517","full_name":"cybnity/domain-risk-mgt","owner":"cybnity","description":"All the features and services realized by the Risk Management bounded context relative to the application domain, including specification library (e.g api), components implementation (e.g software implementation packages) and deployable systems (e.g operable component on infrastructure types).","archived":false,"fork":false,"pushed_at":"2024-12-26T08:57:10.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T09:33:58.580Z","etag":null,"topics":["cybersecurity","java","risk-management","software"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybnity.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T08:16:04.000Z","updated_at":"2024-06-29T21:19:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"52236e12-3356-4040-b328-4ae00e972685","html_url":"https://github.com/cybnity/domain-risk-mgt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"cybnity/domain-vulnerability-mgt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybnity%2Fdomain-risk-mgt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybnity%2Fdomain-risk-mgt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybnity%2Fdomain-risk-mgt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybnity%2Fdomain-risk-mgt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybnity","download_url":"https://codeload.github.com/cybnity/domain-risk-mgt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582301,"owners_count":19985845,"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","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":["cybersecurity","java","risk-management","software"],"created_at":"2024-11-13T21:14:19.363Z","updated_at":"2025-03-02T22:29:49.527Z","avatar_url":"https://github.com/cybnity.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PURPOSE\nDiscover here the Risk Management application domain project, that have mission to build and deliver testable CYBNITY domain software components and systems versions.\n\nThe CYBNITY Risk Management domain technical documentation includes many types of support deliverables produced during the software development life cycle.\n\nYou can find informations relative to software maintenance like:\n- Design diagrams regarding software developed concepts and source codes;\n- Support to software build process and packaging;\n- Systems configuration and deployment procedures.\n\n# FUNCTIONAL VIEW (Use Cases)\n## PURPOSE\n- Show the functionalities of the system(s) as perceived by the external actors\n- Exposes the requirements of the systems\n\n### Usage\nFormalizes software functional and/or technical analysis according to the functional and technical requirements.\n\nFeature specifications API versions (e.g interface versions) are delivered according to requirements and specification identified by MVF project line's prototyping results.\n\n### Artifacts\nThe managed source files are stored in the [functional-view](docs/functional-view) sub-folder like:\n- Static aspects (structural diagrams): use cases\n- Dynamic aspects (behavioral diagrams): interactions, statecharts, activities\n- Model sub-packages:\n  - Each context of the software (e.g Domain context) is described in a separate sub-package\n\n# DESIGN VIEW (Logical Components)\n## PURPOSE\n- Sub-capture how the functionality is designed inside the domain contexts\n- Logical view of systems and sub-systems\n\n### Usage\nFormalizes the specification of the software and sub-components produced during the solution analysis and technical design activities.\n\nFeature implementations versions are designed and delivered as implementation software which extends the Foundation Core project.\n\n### Artifacts\nThe managed source files are stored in the [design-view](docs/design-view) sub-folder like:\n- Static aspects (structural diagrams): classes, objects\n- Dynamic aspects (behavioral diagrams): interactions, statecharts, activities, sequences\n\n# PROCESS VIEW (Executions)\n## PURPOSE\n- Show the concurrency of the system(s);\n- Encompasses the threads and processes that form the system's concurrency and synchronization mechanisms.\n\n### Usage\nDescribes execution models and synchronization rules, identified during the technical design phase and implementation rules definition.\n\n### Artifacts\nThe managed source files are stored in the [process-view](docs/process-view) sub-folder like:\n- Static aspects: equals to design view's diagrams, with focus on the active classes that represent theses threads and processes.\n- Model sub-packages:\n  - Performance\n  - Scalability\n\n# IMPLEMENTATION VIEW (Packaed Components)\n## PURPOSE\n- Show the organization of the core components and files (e.g source code, setting files);\n- Packaging models and dependencies distribution;\n- Addresses the configuration management of the system's releases.\n\n### Usage\nFormalizes the maintenance documentation aligned with source codes developed, including specificities regarding technologies (e.g language requirements) and frameworks (e.g implementation templates, protocols) used for implementation of the software.\n\n### Artifacts\nThe managed source files are stored in the [implementation-view](docs/implementation-view) sub-folder like:\n- Static aspects (structural diagrams): components, packages;\n- Dynamic aspects (behavioral diagrams): interactions, statecharts, activities.\n- Model sub-packages:\n  - [Implementation principles \u0026 models](docs/implementation-view)\n  - Configuration-management\n  - System-assembly\n\n#### Source Codes Structures\nImplementation components projects are structured and built according to standards:\n- Maven: Java components using a [standard Maven project structure](https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html)\n- NPM: JavaScript components\n- Docker: system containers and images templates are managed by each project (e.g via auto-generated Dockerfile by Maven process)\n- Helm: parameters and Kubernetes resources configuration using a [standard Helm structure](https://v2.helm.sh/docs/developing_charts/)\n\nThe implementation projects are supported by an Official TechStack version defining the authorized technologies used by this software project.\n\n## UI COMPONENTS\nThe source codes managed in theses sub-projects are providing capabilities to final user via web interfaces (e.g visual interfaces and/or backend API services) which can enhance the Foundation Core project's capabilities layer:\n- [User Interface API](/implementation-line/risk-management/rm-ui/rm-ui-api)\n\n## APPLICATION COMPONENTS\nThe source codes managed in theses sub-projects (Maven projects) are supporting the features (as micro-service components constituing the business capabilities provided by the application domain) provided by the bounded context:\n- [Adapter libraries](/implementation-line/risk-management/rm-adapter)\n  - API library\n  - Implementation library\n- Adapter Translator library\n- [Domain Model library](/implementation-line/risk-management/rm-domain-model)\n- Domain Service API library\n- Domain Service Implementation module\n\n## INFRASTRUCTURE COMPONENTS\nThe source code managed in this area are about the infrastructure components supporting the features and applications modules.\n\n# DEPLOYMENT VIEW (Systems \u0026 Applications)\n## PURPOSE\n- Show the deployment of the systems in terms of physical architecture;\n- Encompasses the node that form the system's hardware topology (e.g type of infrastructure components, network, virtual environments) on which the system executes (e.g resources requirements, runtime platform);\n- Addresses the distribution (e.g flow opening), delivery (e.g procedures to respect), and installation (e.g resource prerequisites) of the parts that make up the physical system.\n\n### Usage\nDescribes the environment(s), infrastructure and operating conditions required to install, activate and operate the systems safely.\n\n### Artifacts\nThe managed source files are stored in the [deployment-view](docs/deployment-view) sub-folder like:\n- Static aspects (structural diagrams): components, deployment.\n- Model sub-packages:\n  - Installation\n    - Systems deployment\n  - Delivery\n  - System-distribution\n  - System-topology\n\n## DEPLOYABLE \u0026 RUNNABLE MODULES\nSeveral systems are built as executable modules, containerized (Docker images) and that are ready for deployment via provisioning management solution (e.g Helm charts):\n- [Backend Server](/implementation-line/risk-management/rm-ui/rm-ui-system/rm-backend-server)\n- [Frontend Server](/implementation-line/risk-management/rm-ui/rm-ui-system/rm-frontend-server)\n\nSeveral systems are developed as executable modules, which are containerized and ready for deployment via provisioning management solution:\n- Domain Gateway Server\n  - For example, to start auto-generated docker image (by Maven) into a Minikube platform, execute command line `kubectl run cybnity-rm-domain-gateway --image=cybnity/risk-management-domain-gateway --image-pull-policy=Never`\n- Real-Time Stream Computation Unit\n  - For example, to start docker image as Pod in Minikube, execute command line `kubectl run cybnity-rm-domain-rts-process --image=cybnity/risk-management-process-module --image-pull-policy=Never`\n\n### Reusable Provisioning System Projects\nPerimeter: some infrastructure third-party software are available on the market as template of provisioning helping to quickly customize the runtime (provisioning of pre-configured Docker image) into a Kubernetes platform. Some infrastructure components are reused by CYBNITY as infrastructure systems with customization of the prepared templates of their images helmization.\n\nProject type: Helm implementation structures.\n\nDescription: several generic infrastructure projects required by the CYBNITY implementation architecture are managed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybnity%2Fdomain-risk-mgt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybnity%2Fdomain-risk-mgt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybnity%2Fdomain-risk-mgt/lists"}