Combine thomcc/anonymize-places and thomcc/mentat-places-test into a single tool, and add it#191
Combine thomcc/anonymize-places and thomcc/mentat-places-test into a single tool, and add it#191thomcc wants to merge 5 commits intomozilla:masterfrom
Conversation
|
This now has a more mentatey schema, which is the combination of what we came up with on the whiteboard and feedback @grigoryk gave me today. UsageThis will use the largest places.sqlite in your profiles, and will output The You can insert things more quickly by omitting the Here's the output of Producing an anonymized DBThe first command produces |
|
Whoops, that last commit shouldn't have been to this repo. In either case, due to issues around build config (specifically, it being in this repo requires it use sqlcipher, which makes it harder to build), we've moved this to https://github.com/thomcc/places-tool instead |
As discussed in the meeting, this doesn't do anybody any good in my github and is better off here.
This code is not the most robust (yay, returning
Result<T, failure::Error>everywhere), but worse things have happened.Usage:
CC: @rfk, @linacambridge, @mhammond