2021-08-13 20:13:25 +00:00
|
|
|
# Database structure of hashlookup
|
|
|
|
|
2021-08-22 14:13:41 +00:00
|
|
|
## hash storage
|
|
|
|
|
|
|
|
- `l:<md5>` set -> {sha1, sha1}
|
|
|
|
- `h:<sha1>`` hash -> keys from NSRL or other data sources
|
|
|
|
|
2021-08-22 14:20:55 +00:00
|
|
|
### Standard keys
|
|
|
|
|
|
|
|
- `MD5`
|
|
|
|
- `SHA-1`
|
|
|
|
- `SHA-256`
|
|
|
|
- `FileName`
|
|
|
|
- `FileSize`
|
|
|
|
|
2021-08-13 20:42:41 +00:00
|
|
|
## Publish-Subscribe channels
|
2021-08-13 20:13:25 +00:00
|
|
|
|
2021-08-13 20:42:41 +00:00
|
|
|
- `nx` JSON message of non-existing hashes searched
|
|
|
|
- `exist` JSON message of existing hashes searched
|
|
|
|
|
|
|
|
## Statistics
|
|
|
|
|
|
|
|
- `s:nx:md5` sorted set of MD5 non-existing hashes
|
|
|
|
- `s:nx:sha1` sorted set of SHA1 non-existing hashes
|
|
|
|
- `s:exist:md5` sorted set of SHA1 existing hashes
|
2021-08-18 08:17:22 +00:00
|
|
|
- `s:exist:sha1` sorted set of SHA1 existing hashes
|
2021-08-13 20:56:06 +00:00
|
|
|
- `stat:<NSRLname>` string with the number of items imported
|