Terminologies: DeploymentEnvironmentType library
Related schema specification: DeploymentEnvironmentType
development
metadata sheet
- @context:
@vocab: <https://openminds.om-i.org/props/>
- @id:
https://openminds.om-i.org/instances/deploymentEnvironmentType/development
- @type:
- 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
integration
metadata sheet
- @context:
@vocab: <https://openminds.om-i.org/props/>
- @id:
https://openminds.om-i.org/instances/deploymentEnvironmentType/integration
- @type:
- definition:
An environment in which multiple components or services are integrated and tested together to ensure interoperability and to detect issues early.
- name:
integration
pre-production
metadata sheet
- @context:
@vocab: <https://openminds.om-i.org/props/>
- @id:
https://openminds.om-i.org/instances/deploymentEnvironmentType/pre-production
- @type:
- 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
production
metadata sheet
- @context:
@vocab: <https://openminds.om-i.org/props/>
- @id:
https://openminds.om-i.org/instances/deploymentEnvironmentType/production
- @type:
- definition:
The live environment where an application is fully deployed and accessed by end users; it requires high stability, performance, and monitoring.
- name:
production
staging
metadata sheet
- @context:
@vocab: <https://openminds.om-i.org/props/>
- @id:
https://openminds.om-i.org/instances/deploymentEnvironmentType/staging
- @type:
- definition:
An isolated environment that replicates the production environment for final integration and validation; often used for release candidate testing.
- name:
staging