This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-12
Channels
- # ai (1)
- # announcements (7)
- # babashka (32)
- # beginners (23)
- # biff (9)
- # calva (1)
- # cljs-dev (13)
- # clojure (32)
- # clojure-belgium (1)
- # clojure-chicago (15)
- # clojure-europe (24)
- # clojure-india (3)
- # clojure-nl (3)
- # clojure-norway (55)
- # clojure-uk (4)
- # clojurebridge (1)
- # clojurescript (5)
- # core-async (17)
- # data-science (9)
- # datomic (29)
- # events (3)
- # fulcro (16)
- # graalvm-mobile (4)
- # helix (15)
- # hyperfiddle (74)
- # introduce-yourself (1)
- # jobs (4)
- # kaocha (12)
- # leiningen (27)
- # lsp (16)
- # shadow-cljs (6)
- # spacemacs (20)
- # sql (27)
- # squint (7)
- # tools-deps (29)
- # vim (2)
- # xtdb (10)
π£ https://github.com/xtdb/xtdb/releases/tag/1.24.1 is out! There's really only a few bug fixes in this minor release (see the release notes linked for details), but hopefully they unblock a few people π thanks as ever to everyone who helps us with these releases by reporting issues and testing fixes π
If anyone has opinions: https://www.reddit.com/r/Clojure/comments/16gxzh1/what_would_you_choose_when_and_why/ (XTDB or Datomic)
appropriate meme, we are spoiled for choice to have 2 good datalog-like systems to choose from
@U050V1N74 I suppose I'd be interested to know when you would consider datomic to be a better fit for the problem.
xtdb makes a case even outside the world of Clojure. Java apis are familiar and easy to use. I cannot use Clojure at work π’ I can use Java :saluting_face:
@U0525KG62 they both target very similar use cases, so it's likely that if one's suitable for a particular problem/domain, broadly speaking, the other will be too. Functionally, beyond bitemporality, it's down to personal preferences - whether you prefer documents or triples, your opinions on schema etc. Openly, familiarity within the team/company with one or the other, both in development and operationally, is likely to outweigh any single feature. Performance is also an important factor - as always, worth measuring for the individual use case. tl;dr "it depends", but I'm guessing that's not what you were looking for π
for my use case (a datalog that I can use for a personal knowledge management system on a single machine) I think that datahike might work best for me b/c it is pretty easy to get going, but then it has been a good long while since I looked at what was needed to get a basic single user xtdb going