Have multiple named Bloom Filters side-by-side. Purge filters in intervals if desired.
Add ebloomd
as a rebar dependency and make sure ebloomd
is started with your application.
% rebar.config
{deps, [
{ebloomd, "",
{git, "git://github.com/johannesh/ebloomd.git",
{branch, "master"}}}
]}.
Next run make
to fetch all dependencies, compile and run the tests.