{- ============================== Copyright (c) 2025 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Software Technology ArcOps: The Software Technology ArcOps domain describes a set of concepts used in practices that combines Software Technology System development (Dev) and Software Technology System operations (Ops). It aims to shorten the development life cycle of Software Technology Systems and provide continuous delivery with high system quality. DevOps is complementary with Agile software development; several DevOps aspects came from the Agile methodology. Documentation : https://framework.sysfeat.com/pages/c2dbe1db5b026b30.htm External references: Martin Fowler- Software Architecture: https://martinfowler.com/architecture - ============================== -} {-# OPTIONS --cubical --guardedness #-} module SysFEAT.EA.sysfeat-domain-c2dbe1db5b026b30 where -- ========== Software Technology ArcOps open import SysFEAT.EA.sysfeat-domain-70ba83a464213bcf public -- EA Pattern - Physical Software Operating Pattern open import SysFEAT.EA.sysfeat-domain-d160039d62e081a5 public -- EA Pattern - Technology Operating Pattern open import SysFEAT.EA.0463ea9a63fd8b6c public -- Software Technology System open import SysFEAT.EA.a24da7786408781d public -- Software Technology Outcome Event open import SysFEAT.EA.02f515ba641c82e4 public -- Cloud Service open import SysFEAT.EA.56cd60c05c513ad9 public -- Deployed Software Technology open import SysFEAT.EA.c80a7aaf6785beb6 public -- Deployed Cloud Service open import SysFEAT.EA.d5e6ddd05c46547c public -- Software Technology open import SysFEAT.EA.f82ba59a60420db1 public -- Software Technology Configuration open import SysFEAT.EA.dd27aff168a108b9 public -- Software Technology Capability