I am working on developing a bloom filter served over a rest API https://github.com/abhijat/invalidator.
It works but I sort of skipped on writing any tests while quickly hacking it out so I’m adding tests now, as well as adding some benchmarks.
Might also try to make the filter distributed over multiple nodes.