* : query log anonymization tool

This commit is contained in:
Andrey Meshkov
2020-09-18 14:42:04 +03:00
parent 38066151a6
commit f694a40c57
6 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Helper tools to work with the Query log
### Usage
- `npm install` - Install the dependencies
- `npm run anonymize <source> <dst>` - Reads querylog from the `<source>` and writes anonymized version to `<dst>`
### Examples
- `npm run anonymize test/querylog.json test/anonquerylog.json` - anonymizes the `test/querylog.json`.