Skip to content

Instantly share code, notes, and snippets.

View mubarak's full-sized avatar

Mubarak Seyed mubarak

  • San Francisco, CA
View GitHub Profile

Persist specific events into Redis datastore:

  1. Clone the Riemann Git repository (clones into directory riemann):
    $ git clone https://github.com/aphyr/riemann.git

  2. Checkout the last stable version (0.2.2 in our case):
    $ cd riemann
    $ git checkout tags/0.2.2

  3. Add Carmine dependency to riemann/project.clj: