Automatic version update
Tiny web application that allows you to anonymize CSV files. Based on InterSystems IRIS®
Version: store/intersystems/iris-community:2020.3.0.221.0
Sample CSV where Date of Birth and Sex will remain untouched, while the rest should be anonymized.
The application recognizes the header columns and allows the user to chose which ones to ignore.
After processing.
Make sure you have Docker up and running before starting.
Recommended in case you just want to get the application up and running.
docker run --name anonymizer --publish 9091:1972 --publish 9092:52773 rlourenc/iris-csv-anonymizer:1.0
Recommended in case you want to play with the source code and twiki it to your taste.
Clone the repository to your desired directory
git clone https://github.com/OneLastTry/iris-csv-anonymizer.git
Once the repository is cloned, execute:
Always make sure you are inside the main directory to execute docker-compose commands.
docker-compose up
You can now access the application via http://localhost:9092/appl/Anonymizer.Web.Application.zen