Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

wooga/ebloomd

Repository files navigation

embloomd

Have multiple named Bloom Filters side-by-side. Purge filters in intervals if desired.

Installation

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.