This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-29
Channels
- # admin-announcements (1)
- # announcements (20)
- # babashka (43)
- # beginners (134)
- # calva (2)
- # clerk (7)
- # cljdoc (9)
- # clojars (8)
- # clojure (91)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (1)
- # clojurescript (5)
- # datahike (3)
- # docker (2)
- # emacs (6)
- # fulcro (7)
- # graphql (9)
- # honeysql (24)
- # improve-getting-started (5)
- # introduce-yourself (1)
- # lambdaisland (1)
- # luminus (3)
- # malli (3)
- # nbb (19)
- # off-topic (22)
- # pathom (1)
- # portal (3)
- # practicalli (1)
- # rdf (26)
- # reagent (29)
- # reitit (9)
- # shadow-cljs (15)
- # spacemacs (3)
- # sql (4)
- # tools-build (30)
- # xtdb (41)
Is there any online tutorial or material for datahike use with Clojure? Can anyone suggest on the best way learn datahike with Clojure?
Hey @wnovo2003! We are working at the moment on improving our documentation, so far we do not yet have dedicated tutorials for Datahike. One reason for this is that Datahike's core functionality is very close to Datomic's functionality, so besides the differences in our configuration (https://github.com/replikativ/datahike/blob/main/doc/config.md, we also have an S3 and Redis backend that is not mentioned there yet), you should be able to walk through any Datomic or DataScript tutorial once you have a connection, e.g. https://www.learndatalogtoday.org/ or the musicbrainz example from Day of Datomic (maybe with a few mismatches there, not sure). What is your background?