Liking cljdoc? Tell your friends :D

crux-xodus

Clojars Project

Crux Currently supports LMDB and RocksDB, but we wanted a pure Java solution so we created a Xodus-backed KV store.

Usage

If you want to quickly try it out you should follow the Official Crux tutorial. And after that you can change the KV backend to the Xodus one:

{:kv-backend "avisi.crux.kv.xodus.XodusKv"
 :db-dir "data/db-dir-1"
 :event-log-dir "data/eventlog-1"}

Can you improve this documentation? These fine people already did:
Mitchel Kuijpers & The Alchemist
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close