This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-26
Channels
- # adventofcode (2)
- # announcements (9)
- # bangalore-clj (1)
- # beginners (158)
- # calva (32)
- # cider (2)
- # clara (4)
- # cljdoc (40)
- # cljs-dev (3)
- # cljsrn (6)
- # clojure (45)
- # clojure-brasil (2)
- # clojure-dev (35)
- # clojure-europe (9)
- # clojure-italy (7)
- # clojure-nl (2)
- # clojure-uk (29)
- # clojurescript (144)
- # code-reviews (3)
- # core-logic (9)
- # cursive (11)
- # datascript (8)
- # datomic (9)
- # duct (1)
- # figwheel (6)
- # fulcro (11)
- # hyperfiddle (27)
- # kaocha (23)
- # luminus (1)
- # off-topic (7)
- # onyx (2)
- # pathom (3)
- # re-frame (61)
- # reagent (12)
- # remote-jobs (10)
- # shadow-cljs (40)
- # spacemacs (4)
- # sql (27)
- # tools-deps (6)
- # unrepl (3)
- # vim (47)
I have a long plane ride later today (heading to NC for the Conj!), so I'm hoping to do some offline development while I can't connect to my Datomic Cloud instance. How do I approach setting that up? I still want to use the Client API for consistency. Do I run a local transactor+peer then use Client to connect to that?
I have seen a lib that wraps datomic free into the client api, is that sufficient for your need?
Or just use OnPrem
The client APIs might be a little different
@U8LN9KT2N We have been using this lib [1] for offline usage of the Datomic Client API. It may be the lib that @U09K620SG is referencing. [1] https://github.com/ComputeSoftware/datomic-client-memdb
@U09K620SG Yes, that should be fine. Ideally I'd like to be able to use the Client API (since that's what I'm coding against for Ions in prod) locally (offline) against either an in-memory db or a filesystem db.
@U083D6HK9 Thanks, I'll check that out.
see u in NC! at the datomic workshop?
@U09K620SG I wish. Signed up late and never made it off the wait list.