Skip to main content

Data contracts for automation

·2 mins

One of the benefits of data contracts is the amount of automation they unlock.

This could include platform capabilities such as:

  • Standardised interfaces
  • Resource management
  • Backups

And it can include data governance tasks such as:

  • Data retention
  • Access controls
  • Audit and regulatory compliance

All you need is the data contract to contain the required information. So, for backups you might have something like this in your data contract:

backups:
  - schedule: daily
  - retention: 30d
  - destination: s3://...

From that we can easily provide tooling that reliably takes well tested backups.

Something more complicated like access controls might need configuration on the each field, for example:

fields:
  - email
	  - is_personal_data: yes
	  - data_subject: customer
	  - data_categorisation: confidential
  - last_active:
	  - is_personal_data: no
	  - data_subject: customer
	  - data_categorisation: internal

You could then provide tools to apply access controls to those fields based on a users role, for example the support team may have access to confidential customer data, while engineering teams may only have access to internal customer data.

Exactly how you define these labels in your data contract and the policies you define will depend on your organisation.

But as long as there is sufficient information in the data contract you can automate many, if not all, of the tasks associated with managing data.

Daily data contracts tips

Get tips like this in your inbox, every day!

Give me a minute or two a day and I’ll show you how to transform your organisations data with data contracts.

    (Don’t worry—I hate spam, too, and I’ll NEVER share your email address with anyone!)

    Andrew Jones
    Author
    Andrew Jones
    I help data leaders transform their organisation to one where data becomes information - trusted, governed, and federated across the business - and guaranteed with data contracts.