Hire Cody, your artificial Data Protection Assistant
Our AI helps developers, DPOs and CTOs to respect Data protection and Privacy. With Cody, never worry again about GDPR compliance even if you don't have legal knowledge.
Cody listens to humans but speaks to machines
{
"eventName": "newsletter_form_submitted",
"description": "A user has completed the newsletter inscription on MySuperWebsite",
"dataTypes": [
"firstName",
"lastName",
"email",
"age"
],
"creationDate": "2022-01-03T00:00:00.000Z"
}
{
"actionType": "moveToArchive",
"executionDate": "2025-01-03T00:00:00.000Z",
"moveFrom": {
"description": "PostgreSQL databases with production data from MySuperSite",
"storageState": "production",
"location": "/prod_server/db_prod_01",
"paths": ["userTable/firstName", "userTable/lastName", "userTable/email", "userTable/age"]
},
"moveTo": {
"description": "PostgreSQL databases with archive data",
"storageState": "archive",
"location": "/archive_server/archive_db_01",
"paths": ["userTable/firstName", "userTable/lastName", "userTable/email", "userTable/age"]
}
}
{
"eventName": "account_deletion",
"userId": "user_id_01",
"description": "A user has deleted his account",
"dataTypes": [
"firstName",
"lastName",
"email",
"age",
"bills"
],
"creationDate": "2022-01-03T00:00:00.000Z",
}
[
{
"actionType": "delete",
"executionDate": "now",
"deleteFrom": {
"description": "PostgreSQL databases with production data from MySuperSite",
"storageState": "production",
"location": "/prod_server/db_prod_01",
"paths": ["userTable/firstName", "userTable/lastName", "userTable/email", "userTable/age"]
},
},
{
"actionType": "moveToArchive",
"executionDate": "now",
"moveFrom": {
"description": "S3 Bucket containing all bills issued to users from MySuperSite",
"storageState": "production",
"location": "prod_server/s3_bucket_01",
"paths": ["/bills/user_id_01/"],
},
"moveTo": {
"description": "S3 Bucket containing all archived bills issued to users from MySuperSite",
"storageState": "archive",
"location": "/archive_server/s3_bucket_02",
"paths": ["/bills/user_id_01/"],
}
}
]
Cody’s sensors listen to your user events from your code, databases or events manager (Apache Kafka, Confluent, Rabbit MQ...) and generate machine readable instructions about what to do to respect Data Protection and Privacy at scale.
Privacy compliance is broken
but we can rebuilt it.
We have the technology!
Our legal experts have drafted ready to use and dynamic GDPR documents (data processing records) to help you being compliant in no time
Discover our latest research about GDPR and portability made out of 400+companies.