Fork me on GitHub
#clojure-uk
<
2019-09-16
>
practicalli-johnny06:09:47

Morning from Inverness...

👋 16
👏 16
flefik08:09:20

Did you bike all the way there?

practicalli-johnny17:09:01

Just from Lands End o John O’Groats. I got the bus back to Inverness as 1,000 mile was more than enough for me

flefik21:09:22

Well done! It must’ve been beautiful up there

flefik08:09:20
replied to a thread:Morning from Inverness...

Did you bike all the way there?

flefik20:09:07

Exploring crux a little bit. Anyone seen this error while trying to run the minimal example from the readme?

ob.user=> (start)
                    java.lang.Exception: namespace 'crux.query' not found
clojure.lang.Compiler$CompilerException: java.lang.Exception: namespace 'crux.query' not found, compiling:(crux/bootstrap.clj:1:1)
             clojure.lang.ExceptionInfo: error while starting state #'ob.store/node

flefik20:09:43

(require '[crux.api :as crux])
(import '[crux.api ICruxAPI])

(def my-node
  (crux/start-standalone-node
    {:kv-backend "crux.kv.memdb.MemKv" ; see docs for LMDB/RocksDB storage options
     :event-log-dir "data/event-log-dir-1"
     :db-dir "data/db-dir-1"}))

flefik20:09:58

(it’s not the exact same code, but that gives the same error)

flefik22:09:03

Solved it.. running clj 1.9.0 and not 1.10.1 which is a dependency.

👍 8
thomas07:09:26

there is also #crux

👍 4