A fast way to look up the nearest hashes with hamming distance
Go to file
2021-07-27 22:47:56 -04:00
src Initial commit. 2021-07-27 22:25:53 -04:00
.gitignore Initial commit. 2021-07-27 22:25:53 -04:00
.gitlab-ci.yml Avoid OpenSSL. 2021-07-27 22:47:56 -04:00
Cargo.lock Avoid OpenSSL. 2021-07-27 22:47:56 -04:00
Cargo.toml Avoid OpenSSL. 2021-07-27 22:47:56 -04:00
Dockerfile Initial commit. 2021-07-27 22:25:53 -04:00
README.md Initial commit. 2021-07-27 22:25:53 -04:00

bkapi

A fast way to look up hamming distance hashes.

It operates by connecting to a PostgreSQL database (DATABASE_URL), selecting every column of a provided query (DATABASE_QUERY), subscribing to events (DATABASE_SUBSCRIBE), and holding everything in a BK tree.

It provides a single API endpoint, /search which takes in a hash and distance query parameter to search for matches.