Liking cljdoc? Tell your friends :D

ch.codesmith.blocks.xtdb


dev-rocksdbclj

(dev-rocksdb {:keys [tx-log-path document-store-path index-store init]
              :or {tx-log-path "data/xtdb/tx-log"
                   document-store-path "data/xtdb/doc-store"
                   index-store "data/xtdb/index-store"}})

stop-nodeclj

(stop-node xtdb-node)

xtdbclj

(xtdb _ {:keys [options init]})

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

× close