This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-04
Channels
- # announcements (5)
- # beginners (205)
- # calva (1)
- # cider (48)
- # cljs-dev (9)
- # clojure (123)
- # clojure-berlin (1)
- # clojure-europe (2)
- # clojure-italy (5)
- # clojure-nl (6)
- # clojure-russia (7)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (33)
- # clojurescript (134)
- # cursive (5)
- # datomic (31)
- # emacs (5)
- # figwheel-main (61)
- # fulcro (10)
- # hyperfiddle (23)
- # jobs-discuss (24)
- # klipse (1)
- # lein-figwheel (3)
- # midje (5)
- # nyc (1)
- # parinfer (2)
- # pathom (14)
- # pedestal (12)
- # re-frame (46)
- # shadow-cljs (24)
- # spacemacs (1)
- # tools-deps (37)
- # vim (4)
- # yada (22)
If cloud doesn’t officially support cross database query, but does expose raw index access, cannot I implement it myself?
Hi All! We’re looking to add some community created Datomic Cloud/Ions examples to our documentation. If you have a project you’d like to share and a repository, or blog/video demoing Datomic Cloud/Ions we can link to please let us know. Feel free to DM me or send an e-mail to <mailto:[email protected]|[email protected]>.
I’m getting a “Datafiable does not exist” error when including the cognitect.aws.client.api
with Datomic cloud
Just deployed a solo stack today using the latest and greatest versions featured on https://docs.datomic.com/cloud/releases.html
when I last built + deployed my Ions, I tried to use 1.10 but was told that it was overridden and (AFAICT) my compute nodes are using 1.9 still
it also looks like cognitect.aws.client.api
depends explicitly on clojure.datafy
, which was introduced in 1.10. so it is not compatible with 1.9
hopefully once people are back from the holidays we’ll get a compute update to Clojure 1.10 😬
yeah. AFAICT the actual functionality of the aws-api library doesn’t depend on clojure.datafy
so in an ideal world it would detect whether the Datafiable
protocol was available and optionally extend the protocol
I may have spotted a small typo in the docs: https://docs.datomic.com/cloud/transactions/transaction-data-reference.html#Transaction
db-fn
and db-fn-arg
should potentially be tx-fn
and tx-fn-arg
.
you could probably clone the project and delete the Datafiable line and be good-to-go tbh
@lilactown good idea. I’ll give that a go.
@lilactown that worked just fine. Thanks!
Say, does datomic on-prem with a DynamoDB back-end support encryption at rest?
(via the AWS stuff, eg https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html)
Ah, I now see that our current ddb tables are using it, so the answer is yes (although I'm not sure how actually useful that is, seems like it just protects us from somebody taking down amazon and stealing their hard drives)