excavator
Visualize your digital footprint.
Installing Excavator
Compiling from source
You need to have a package manager called cargo in your local.
If you already have got rustc installed in your local, you also have cargo installed locally.
And then you can install with this command.
Install from crates.io
You can also install from package registry.
Install from Homebrew
Update to the latest version
How to use Excavator
Excavator read and store your exported digital data. Currently, we support part of Google Takeout and Facebook data.
Once you specify the directory, for instance Google Takeout, excavator recursively find an applicable file and read the data.
Or you can specify the single file cargo install
Note: To enforce Delete Cascade on tables with Foreign Keys in Sqlite, the following has to be set before deletions:
sqlite> PRAGMA foreign_keys = ON;