https://github.com/ptondereau/docker-mysql-anonymizer
MySQL's docker to transform classic dump to anonymized dump
https://github.com/ptondereau/docker-mysql-anonymizer
Last synced: 2 months ago
JSON representation
MySQL's docker to transform classic dump to anonymized dump
- Host: GitHub
- URL: https://github.com/ptondereau/docker-mysql-anonymizer
- Owner: ptondereau
- License: mit
- Created: 2018-10-03T22:05:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T23:05:20.000Z (over 6 years ago)
- Last Synced: 2025-02-14T08:51:29.400Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP
Just a I/O docker that take a dump, mount it into a temp MySQL server, anonymize and re-dump# Usage
First clone this repository, then:
```bash
$ docker-composer run -e DUMP=$(cat before_dump.sql) anonymizer > dump.sql
$ docker-composer stop && docker-compose -f rm
```