daas workshop
  • Hands-On experience building a Data as a Service Platform
  • Set Up
    • Creating a Workstation
    • Installing Tools
    • Starting Kafka
    • Congratulations
  • Module I - Overview of the DaaS Pattern
    • Section I - The Overall Pattern
    • Section II - Data Sourcing
    • Section III - Data Provisioning
    • Section IV - Data Consumption
  • Module II - Building a Rust Project
    • Section I - Create a Package
    • Section II - Creating a Library
    • Section III - Creating an Executable
    • Section IV - Creating a Hello World RESTful Endpoint
      • Section IV - manifest
      • Section IV - library
      • Section IV - module
      • Section IV - integrated testing
      • Section IV - executable
  • Module III - Building a RESTful Endpoint for Sourcing Data
    • Section I - Overview
    • Section II - manifest
    • Section III - executable
    • Section IV - starting the service
    • Section V - service testing
  • Module IV - Building a Genesis Microservice for Processing the Sourced Data
    • Section I - Overview
    • Section II - manifest
    • Section III - executable
    • Section IV - starting the service
    • Section V - service testing
  • Module V - Building a Provisioning Microservice
    • Section I - Overview
    • Section II - manifest
    • Section III - executable
    • Section IV - starting the service
    • Section V - adding the business logic
    • Section VI - testing the service
  • Module VI - Building a RESTful Endpoint for Publishing Reporting Data
    • Section I - Overview
    • Section II - manifest
    • Section III - executable
    • Section IV - starting the service
    • Section V - adding the business logic
    • Section VI - testing the service
  • Privacy Design Strategies
  • Further Exploration
Powered by GitBook
On this page

Was this helpful?

Privacy Design Strategies

PreviousSection VI - testing the serviceNextFurther Exploration

Last updated 4 years ago

Was this helpful?

Strategy

Description

Minimize

Limit as much as possible the processing of personal data.

Separate

Separate the processing of personal data as much as possible.

Abstract

Limit as much as possible the detail in which personal data is processed.

Hide

Protect personal data, or make it unlinkable or unobservable. Make sure it does not become public or known.

Inform

Inform data subjects about the processing of their personal data in a timely and adequate manner.

Control

Provide data subjects adequate control over the processing of their personal data.

Enforce

Commit to processing personal data in a privacy-friendly way, and adequately enforce this.

Demonstrate

Demonstrate you are processing personal data in a privacy-friendly way.

Privacy Design Strategies (The Little Blue Book) - Jaap-Henk Hoepman - August 23, 2019

You can implement Privacy Strategies using the

PbD SDK