################################################ Terminologies: DeploymentEnvironmentType library ################################################ Related schema specification: `DeploymentEnvironmentType `_ ------------ ------------ development ----------- .. admonition:: metadata sheet :@context: @vocab: :@id: https://openminds.om-i.org/instances/deploymentEnvironmentType/development :@type: https://openminds.om-i.org/types/DeploymentEnvironmentType :definition: A working environment for developers to build, test, and debug new features or changes; usually more flexible and less restricted than other environments. :name: development `BACK TO TOP `_ ------------ integration ----------- .. admonition:: metadata sheet :@context: @vocab: :@id: https://openminds.om-i.org/instances/deploymentEnvironmentType/integration :@type: https://openminds.om-i.org/types/DeploymentEnvironmentType :definition: An environment in which multiple components or services are integrated and tested together to ensure interoperability and to detect issues early. :name: integration `BACK TO TOP `_ ------------ pre-production -------------- .. admonition:: metadata sheet :@context: @vocab: :@id: https://openminds.om-i.org/instances/deploymentEnvironmentType/pre-production :@type: https://openminds.om-i.org/types/DeploymentEnvironmentType :definition: A near-final environment used to validate releases before moving to production; typically mirrors the production setup closely and is used for final checks. :name: pre-production `BACK TO TOP `_ ------------ production ---------- .. admonition:: metadata sheet :@context: @vocab: :@id: https://openminds.om-i.org/instances/deploymentEnvironmentType/production :@type: https://openminds.om-i.org/types/DeploymentEnvironmentType :definition: The live environment where an application is fully deployed and accessed by end users; it requires high stability, performance, and monitoring. :name: production `BACK TO TOP `_ ------------ staging ------- .. admonition:: metadata sheet :@context: @vocab: :@id: https://openminds.om-i.org/instances/deploymentEnvironmentType/staging :@type: https://openminds.om-i.org/types/DeploymentEnvironmentType :definition: An isolated environment that replicates the production environment for final integration and validation; often used for release candidate testing. :name: staging `BACK TO TOP `_ ------------