데이터 거버넌스

데이터 거버넌스는 데이터가 적절하게 관리되고 정확하며 안전하고 승인된 사용자가 액세스할 수 있도록 보장하는 정책, 프로세스 및 표준의 프레임워크입니다.

데이터 거버넌스는 조직 내 데이터 가용성, 사용성, 무결성 및 보안에 대한 전반적인 관리를 포괄합니다. 누가 어떤 상황에서 어떤 방법을 사용하여 어떤 데이터로 어떤 조치를 취할 수 있는지 정의합니다.

주요 구성 요소에는 데이터 품질 관리(정확성, 완전성, 일관성), 데이터 보안 및 개인 정보 보호(액세스 제어, 암호화, 규정 준수), 데이터 수명 주기 관리(생성, 저장, 보관, 삭제) 및 메타데이터 관리(데이터 계보, 카탈로그화, 문서화)가 포함됩니다.

블록체인 맥락에서 데이터 거버넌스는 독특한 형태를 취합니다. 프로토콜 변경을 위한 온체인 거버넌스, 집단적 의사 결정을 위한 DAO 거버넌스, 불변성에 대한 고려 사항(온체인 데이터는 삭제할 수 없음) 등입니다. dApp에 대한 오프체인 데이터 거버넌스는 기존 관행을 반영하지만 분산 아키텍처를 고려해야 합니다.

GDPR, CCPA와 같은 규제 프레임워크와 업계 표준(SOC 2, ISO 27001)은 데이터 거버넌스 요구 사항을 주도합니다. 조직은 효과적인 거버넌스를 유지하기 위해 데이터 스튜어드, 명확한 정책, 자동화된 시행 및 정기 감사가 필요합니다.

        graph LR
  Center["데이터 거버넌스"]:::main
  Rel_big_data["big-data"]:::related -.-> Center
  click Rel_big_data "/terms/big-data"
  Rel_blockchain_governance["blockchain-governance"]:::related -.-> Center
  click Rel_blockchain_governance "/terms/blockchain-governance"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

It's like the librarian for a library. They decide where books go, who can borrow them, and how to keep them safe.

🤓 Expert Deep Dive

In modern data mesh architectures, governance is becoming federated and automated ('Policy as Code') rather than centralized.

📚 출처