Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

SQLite snapshot of the Hydrus Public Tag Repository: sha256-to-tag mappings, tags, plus the alias and implication graph. Drop-in seed for monloader's PTR client, skipping the multi-week initial sync.

Schema

hashes   (hash_id INTEGER PRIMARY KEY, hash BLOB)   -- 32-byte sha256
tags     (tag_id  INTEGER PRIMARY KEY, tag  TEXT)
mappings (hash_id, tag_id)                          -- PRIMARY KEY (hash_id, tag_id)
siblings (bad_tag_id PRIMARY KEY, good_tag_id)      -- alias: bad -> good
parents  (child_tag_id, parent_tag_id)              -- implication: child -> parent
sync     (key TEXT PRIMARY KEY, value TEXT)         -- replay cursor
Downloads last month
213