Skip to main content

Data PII cleaning/masking for PostgreSQL

Project description

pgdatacleaner

Purpose

Mask sensetive data in a database (i.e. PII/PHI) so it can be used for development/testing purposes. It is meant to keep IDs, so databases that for some reason has PII data in PK/FKs won't work very well.

Usage

First, create a data dictionary from an existing database:

datadict 'postgresql://<user>:<password>@<host>/<database>' <schema> my_pii_dd.csv

You will need to edit this file and set pii to yes for any columns that need to be masked, and the pii_type to one of the available types to generate fake data. dataclean -h will list all available fakers.

Then, run dataclean to modify a database masking data as specified in the CSV. This is not a very fast operation on databases of any significant size.

dataclean -f 'postgresql://<user>:<password>@<host>/<database>' -f my_edited_pii_dd.csv

If you change your schema, adding/modifying/deleting columns and tables, you can regenerate the data dictionary using your last copy as a seed so you don't have to re-specify columns that have not changed:

datadict 'postgresql://<user>:<password>@<host>/<database>' <schema> -i my_existing_dd.csv my_new_pii_dd.csv

Status

Stable, supports postgresql. Consists of 45% todo's and hacks - still works.

Release history

* 1.1.4
  * Added static_str
  * Handle lists and dicsts as JSONB [] when writing back rows

Caveats

I'm not responsible for your data. Never run this against a production database, unless you feel like testing your backup restore procedures.

License

Copyright (c) 2021, Fredrik Håård

Do whatever you want, don't blame me. You may also use this software as licensed under the MIT or BSD licenses, or the more permissive license below:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datamask-3.0.0a2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datamask-3.0.0a2-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file datamask-3.0.0a2.tar.gz.

File metadata

  • Download URL: datamask-3.0.0a2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.12 Linux/5.15.153.1-microsoft-standard-WSL2

File hashes

Hashes for datamask-3.0.0a2.tar.gz
Algorithm Hash digest
SHA256 5c0d0db42387964e37798c9c5ac6a764fba4b019001963d0fe4b50abedb859f5
MD5 528f74db40296645a02985c4cd992b3a
BLAKE2b-256 9dc56f960a29877283fddcae8e6ff136347450a88809850742190ddaaf955d96

See more details on using hashes here.

File details

Details for the file datamask-3.0.0a2-py3-none-any.whl.

File metadata

  • Download URL: datamask-3.0.0a2-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.12 Linux/5.15.153.1-microsoft-standard-WSL2

File hashes

Hashes for datamask-3.0.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 f60c05439a937dc0cfad3b79cf77f35d29a80e96d65f745f2276151c2368dbf4
MD5 a631077005ca3f0894d8296edc4ed2a5
BLAKE2b-256 ec11506f65c1b6460683aaa85831adae43f5c911b5dcd188c800c02b5c5450de

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page