Commit Graph

6 Commits

Author SHA1 Message Date
kris
6a4706d6b0 Build a JSON graph of the levenshtein distances between pairs of boot1
sectors and visualize it as a D3 force-directed graph.  This is pretty
cool

There are two thresholds to control the graph size and connectivity
- limit to boot1 images that are represented in at least 10 disks
- only render links for distances < 200 bits

Needs improvements, e.g.

- use human-readable names for the boot1 images
- potentially add controls for dynamically changing those thresholds
  and other D3 params
- display list of associated disks to each image
2017-05-11 23:54:59 +01:00
kris
8eab43e5ee Add check for disk length not aligned to sector boundary 2017-05-04 21:31:55 +01:00
kris
863fdba10f Compute levenshtein distance between all pairs of boot1 sectors in the
DB.
2017-05-04 21:28:46 +01:00
kris
b1f2f63a4e Process disk images under filesystem hierarchy and insert metadata into
DB
2017-05-04 21:27:57 +01:00
kris
eeffd229bb Initial schema for disk metadata 2017-05-04 21:25:33 +01:00
KrisKennaway
51c59c18a1 Initial commit 2017-05-04 20:57:22 +01:00