An open API service indexing awesome lists of open source software.

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

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
```