II.
LibraryProcess JSON
Structured · livelib-process:devops-sre-platform--disaster-recovery-plan
disaster-recovery-plan json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:devops-sre-platform--disaster-recovery-plan",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "disaster-recovery-plan",
"description": "Disaster Recovery Plan Creation - Comprehensive process for developing and implementing disaster recovery\nstrategies including business impact analysis, recovery objectives definition (RTO/RPO), backup strategies, failover\nprocedures, and recovery testing. Ensures business continuity through documented recovery procedures and automated\ndisaster recovery mechanisms.",
"libraryPath": "library/specializations/devops-sre-platform/disaster-recovery-plan.js",
"specialization": "devops-sre-platform",
"references": [
"- NIST Disaster Recovery Guide: https://www.nist.gov/publications/contingency-planning-guide-federal-information-systems\n- AWS Disaster Recovery: https://docs.aws.amazon.com/whitepapers/latest/disaster-recovery-workloads-on-aws/\n- Azure Business Continuity: https://learn.microsoft.com/en-us/azure/reliability/\n- Google Cloud DR Planning: https://cloud.google.com/architecture/dr-scenarios-planning-guide\n- ISO 22301 Business Continuity: https://www.iso.org/standard/75106.html\n- Site Reliability Engineering: https://sre.google/workbook/implementing-slos/"
],
"example": "const result = await orchestrate('specializations/devops-sre-platform/disaster-recovery-plan', {\n projectName: 'E-commerce Platform DR Plan',\n infrastructure: 'multi-cloud',\n criticalSystems: ['payment-processor', 'order-management', 'customer-database', 'inventory-system'],\n dataRetention: 90,\n complianceRequirements: ['PCI-DSS', 'SOC2', 'GDPR'],\n businessContinuityRequirements: {\n maxDowntimeMinutes: 60,\n maxDataLossMinutes: 15\n }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "skill-area:capacity-planning-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "topic:chaos-engineering",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "workflow:incident-response",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "workflow:rollback-procedure",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--disaster-recovery-plan",
"to": "specialization:devops-sre-platform",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}