This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-20
Channels
- # aws-lambda (7)
- # beginners (113)
- # boot (17)
- # cider (4)
- # cljs-dev (4)
- # clojure (65)
- # clojure-greece (3)
- # clojure-italy (7)
- # clojure-russia (10)
- # clojure-spec (37)
- # clojure-uk (20)
- # clojurescript (76)
- # community-development (2)
- # cursive (24)
- # data-science (9)
- # datomic (9)
- # emacs (1)
- # fulcro (2)
- # graphql (11)
- # hoplon (13)
- # juxt (15)
- # leiningen (1)
- # off-topic (36)
- # om (1)
- # onyx (59)
- # parinfer (41)
- # pedestal (7)
- # portkey (60)
- # protorepl (4)
- # re-frame (345)
- # reagent (7)
- # ring-swagger (16)
- # shadow-cljs (121)
- # spacemacs (30)
- # sql (6)
- # uncomplicate (2)
- # unrepl (9)
- # vim (13)
- # yada (2)
@marshall I've got quite a few transactor fns but I want to use datomic cloud. Stu's talk mentioned that transactor fns are not supported. Is there any info on how to migrate these in prep for cloud?
Also, does Datomic use AuroraDB or DynamoDB ? ThingsI've read seems to suggest 1. Datomic uses Dynamo and 2. Aurora is cheaper for most use cases than Dynamo.
datomic can write to many different backends, including DynamoDB: http://docs.datomic.com/storage.html
@qqq the quickest path to running on AWS currently would be http://docs.datomic.com/aws.html