데이터 거버넌스 (Data Governance)

데이터의 정확성, 보안 및 규정 준수를 보장하기 위한 정책 및 표준 프레임워크.

탈중앙화된 시스템에서는 전통적인 Chief Data Officer 대신 커뮤니티(DAO)가 토큰 투표를 통해 데이터 스키마 및 액세스 규칙을 결정합니다.

        graph LR
  Center["데이터 거버넌스 (Data Governance)"]:::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살도 이해할 수 있게 설명

누가 책을 추가하거나 읽을 수 있는지에 대한 규칙이 있는 도서관을 상상해 보세요. 데이터 거버넌스가 바로 그 규칙입니다. 암호화폐에서 이 도서관은 블록체인이며, 수석 사서가 없기 때문에 규칙은 컴퓨터 코드에 기록됩니다.

🤓 Expert Deep Dive

GDPR의 역설: '잊힐 권리(Right to Erasure)'는 블록체인의 불변성과 충돌합니다. 해결책: 개인 식별 정보(PII)는 오프체인에 엄격하게 유지하고 온체인에는 암호화 해시나 영지식 증명(ZKP)만 기록합니다.

❓ 자주 묻는 질문

Why is data governance difficult on a blockchain?

Because blockchains are immutable (data cannot be changed or deleted) and decentralized (no central authority). This makes it very difficult to comply with privacy laws like the GDPR, which require companies to delete user data upon request.

How do blockchains handle private data if they are public?

Proper blockchain data governance dictates that sensitive or personal data should never be stored on-chain. Instead, the actual data is stored off-chain, and only a cryptographic hash or proof of that data is recorded on the blockchain.

What is a Data Steward?

A Data Steward is a person (or in Web3, sometimes a smart contract or DAO committee) responsible for ensuring the quality, accuracy, and security of a specific set of data.

📚 출처