exponential-decay / demystify

Engine for analysis of Siegfried export files and DROID CSV. The tool has three purposes, break the export into its components and store them within a SQLite database; create additional columns to augment the output where useful; and query the SQLite database, outputting results in a readable form useful for analysis by researchers and archivists within digital preservation departments in memory institutions. The tool will find duplicates, unidentified files, blacklisted objects, character encoding issues, and more.
http://www.openplanetsfoundation.org/blogs/2014-06-03-analysis-engine-droid-csv-export
zlib License
23 stars 5 forks source link

Log HASH type used by DROID in analysis #14

Closed ross-spencer closed 8 years ago

ross-spencer commented 8 years ago

As a result of making the code more generic we may need more pointers as to the hash mechanism used in the code. Output this as a value in the report.

ross-spencer commented 8 years ago

Query: select HASH_TYPE from dbmd;

ross-spencer commented 8 years ago

Hashes are now generic across tools, e.g. DROID/Siegfried. Hash type stored in database metadata table.

https://github.com/exponential-decay/droid-sqlite-analysis/commit/2c964ac203a14c139ebf0735a75960ab14fbcffc