Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kibitan authored Apr 29, 2024
1 parent c914719 commit ad72ffa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ Usage: masking [options]
-v, --version version
```

## presentation/demo

[![demo](https://img.youtube.com/vi/tnGLUhmHclI/0.jpg)](https://www.youtube.com/watch?v=tnGLUhmHclI)

presentation: [Generate anonymised database with MasKING](https://speakerdeck.com/kibitan/generate-anonymised-database-with-masking-2023-dot-09-dot-21-euruko-unconference-talk)

## Use case of anonymized (production) database

* Analyzing production databases for BI, Machine Learning, troubleshooting with respecting GDPR
Expand Down Expand Up @@ -254,12 +248,11 @@ $ benchmark/run.rb
## Future Todo

* Pluggable/customizable for a mask way e.g. integrate with [Faker](https://github.com/stympy/faker)
* Compatible with other RDBMS e.g. PostgreSQL, Oracle, SQL Server
* Parse the schema type information and validate target columns value
* Parse the schema information and validate the target columns value
* Performance optimization
* Write in the streaming process
* rewrite by another language?
* Well-documentation
* establish benchmark

## Contributing

Expand Down

0 comments on commit ad72ffa

Please sign in to comment.