This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-24
Channels
- # announcements (1)
- # aws (140)
- # beginners (41)
- # calva (47)
- # cider (43)
- # clj-kondo (36)
- # clojure (178)
- # clojure-europe (12)
- # clojure-gamedev (2)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-russia (3)
- # clojure-spec (37)
- # clojure-uk (97)
- # clojurescript (173)
- # core-async (16)
- # cursive (18)
- # data-science (2)
- # datascript (6)
- # datomic (32)
- # dirac (16)
- # duct (16)
- # events (2)
- # figwheel-main (7)
- # fulcro (8)
- # graalvm (18)
- # immutant (3)
- # joker (2)
- # kaocha (8)
- # nrepl (6)
- # nyc (2)
- # off-topic (62)
- # quil (3)
- # re-frame (18)
- # reitit (6)
- # ring-swagger (1)
- # shadow-cljs (119)
- # spacemacs (4)
- # specter (2)
- # tools-deps (10)
- # vim (58)
- # xtdb (9)
Hey folks, I'm interested in trying datomic cloud, but want to test it out first. I'm going through the subscribe process now and seeing the estimated monthly costs at $118.00. Is there a way to test this out for free? Is this just an estimate based on receiving high traffic? I'm currently in the aws free tier period and hoping to just go through the ion tutorial without incurring any fees
@UNCFMJ7QE the datomic solo topology should not cost $118.00. It should cost ~$1 per day, or roughly $30 per month.
Ok. I selected solo topology and seeing this, but I'll just assume and hope it's over-estimating
@U1QJACBUM ^^ Might want to check that out
either way @UNCFMJ7QE , I think later on in the process when you actually select which cloudformation template to use, if you pick the solo cloudformation template that is what should be used.
Yep, I just confirmed, it actually launches a SOLO template and uses the t3.small, but the calculator and marketplace listing seem to be wrong.
I’ve logged a request with AWS Marketplace to fix @UNCFMJ7QE, but the estimate you see on the marketplace page is flipped. You can look at production to see solo or look at a previous version of the software to see the correct estimates. Sorry about the confusion.
Hey @U1QJACBUM have you heard back form aws concerning this switch? We were also looking at query group prices today and wondering if the prices quoted are correct or not. Also curious what the difference is between "Query Group 1" / "Query Group 2", "Production 1" / "Production 2"?
Can I have a Solo Topology with two t2.medium instances to allow me to deploy without taking my service down or do I have to use the Production Topology instead (this would allow me de deploy and it would be able to serve traffic in between? )
Not at present, but we understand that use case and have been thinking about it.
I’m encoutering a weird behavior: it seems like :db/ident
go into a cache and they are never removed from the cache:
think of the ident cache as a map of key to eid which only assocs assertions and ignores retractions
I'm curious is there a general ballpark pricing for datomic on prem enterprise/OEM?