hashlookup-server/doc/DATABASE.md

30 lines
831 B
Markdown
Raw Normal View History

# Database structure of hashlookup
## hash storage
2021-08-22 17:18:21 +00:00
- `l:<md5>` key/value -> {sha1, sha1}
- `h:<sha1>`` hash -> keys from NSRL or other data sources
2021-08-22 17:20:41 +00:00
- `p:<sha1>` set -> {sha1, sha1} for the parents of a hash (such as original packages)
- `c:<sha1>` set -> {sha1, sha1} for the children of a hash (such as files contained in a package)
2021-08-22 14:20:55 +00:00
### Standard keys
- `MD5`
- `SHA-1`
- `SHA-256`
- `FileName`
- `FileSize`
## Publish-Subscribe channels
- `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