This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-03
Channels
- # adventofcode (107)
- # announcements (1)
- # asami (14)
- # babashka (67)
- # beginners (89)
- # calva (34)
- # cider (17)
- # clj-kondo (5)
- # cljs-dev (2)
- # clojure (57)
- # clojure-europe (52)
- # clojure-india (1)
- # clojure-italy (1)
- # clojure-losangeles (2)
- # clojure-nl (6)
- # clojure-uk (39)
- # clojurescript (40)
- # community-development (3)
- # conjure (3)
- # cursive (17)
- # datomic (11)
- # docker (13)
- # events (3)
- # figwheel-main (3)
- # fulcro (12)
- # graalvm (7)
- # holy-lambda (7)
- # honeysql (9)
- # introduce-yourself (5)
- # malli (9)
- # minecraft (3)
- # missionary (21)
- # nextjournal (7)
- # off-topic (52)
- # pathom (3)
- # polylith (11)
- # portal (3)
- # re-frame (21)
- # reagent (34)
- # reclojure (7)
- # reitit (1)
- # reveal (11)
- # shadow-cljs (68)
- # tools-build (12)
- # tools-deps (5)
- # vim (4)
- # xtdb (9)
Is rocks db still supported for XTDB? and if yes – does your rocks-db dep include a librocksdbjni-osx.jnilib
built for arm64e?
Just upgraded to this new Apple silicon laptop and the 2020s Crux failing to start because of this dep.
> Is rocks db still supported for XTDB Most certainly, yes! But unfortunately the Java bindings for Rocks don't play ball on ARM yet (upstream is working on it) - see https://github.com/xtdb/xtdb/issues/1518
Thanks! Currently found a workaround, which is to use a non-native java binary
I mean, I’m using a non-native JDK itself, so then everything works through Rosetta and rocks works too.
We're waiting patiently for this as well; running the JVM in intel-emulation mode (rosetta 2) is so slow. (I.e. the M1 Max really spoils you quickly.)
Just a heads up: the Articles
and Bibliography
links here are invalid: https://docs.xtdb.com/guides/quickstart/#_further_reading
hey, thanks for mentioning - I'll try to get these fixed this afternoon. The links are both on here https://xtdb.com/learn/ (although we renamed Articles to Concepts, so I suppose the prose needs updating also :thinking_face:)