* : query log anonymization tool
This commit is contained in:
10
scripts/querylog/README.md
Normal file
10
scripts/querylog/README.md
Normal 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`.
|
||||
Reference in New Issue
Block a user