Clojure Miniprofiler Liza: A wrapper for the liza key-value store interface that lets you profile it with miniprofiler
Clojure Miniprofiler lets you profile the important calls in your web application. Liza is a key-value protocol for Clojure with many implementations. This project marries the two such that you get profiling of your liza store calls inside your web application with very little effort.
Installation
Clojure Miniprofiler Liza can be installed from clojars
Usage
Clojure MiniProfiler Liza is just a wrapper for Liza stores. It’s very easy to use. Simply import the library:
(require 'clojure-miniprofiler.liza)
Then wrap your liza buckets with the profiler:
(clojure-miniprofiler.liza/profiled-store your-store "store-name")
That’s it.
Source code is up on github
License
Copyright © 2014 tcrayford
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.