This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-28
Channels
- # beginners (226)
- # boot (18)
- # bristol-clojurians (4)
- # cider (1)
- # clara (77)
- # cljs-dev (79)
- # cljsjs (27)
- # clojure (178)
- # clojure-austin (9)
- # clojure-dev (30)
- # clojure-gamedev (11)
- # clojure-italy (5)
- # clojure-losangeles (3)
- # clojure-poland (1)
- # clojure-spec (42)
- # clojure-uk (34)
- # clojurescript (182)
- # core-async (5)
- # core-logic (2)
- # cursive (17)
- # datascript (12)
- # datomic (33)
- # emacs (8)
- # figwheel (1)
- # fulcro (25)
- # jobs (6)
- # jobs-discuss (27)
- # lein-figwheel (1)
- # lumo (18)
- # off-topic (17)
- # onyx (5)
- # pedestal (7)
- # re-frame (30)
- # reagent (52)
- # remote-jobs (1)
- # ring (2)
- # ring-swagger (1)
- # shadow-cljs (40)
- # spacemacs (5)
- # sql (31)
- # unrepl (12)
- # vim (25)
I would like to confirm my understanding of the current state of clients and Datomic Cloud: Cloud offers, at present, only the Client API in Clojure, correct? There isn’t a REST API server nor other implementations of the Client API wire protocol to allow for things like JavaScript or Python applications to natively consume Datomic Cloud databases?
@chris_johnson You’re correct. There are feature requests for a JavaScript Client, Python Client, Elixir Client on our suggest a feature page (top right of http://my.datomic.com). You should log in and add your vote to one of those features.
I haven’t done much with Datomic. But the project on at work is ideal for it. It’s already months in and we are nowhere with the current DynamoDB/Serverless set up. I’m currently on front end tasked with Elm. Is there an easy way for me to pass queries to Datomic kind of like GraphQL In nature.
I’ve a fairly dumb question about Datomic pricing. https://www.datomic.com/pricing.html leads me straight to AWS Marketplace calculators which talk about “software and infrastructure” costs… but what about licence fees for Cognitect? I see those mentioned elsewhere, on https://www.datomic.com/get-datomic.html, but that seems to be talking only about the on-prem option.
@jonoflayham the “Software Cost” for Datomic Cloud when you’re on the Marketplace listing is the fee to Cognitect
Thanks, @marshall. So just the $0.012 per hour, roughly? I’ve tried in 3 browsers and on 2 laptops, but I can’t get the software cost or infrastructure cost figures to change no matter what I use for region or fulfilment option.
Sorry; crossed in post. Wow - that seems like great value.
That’s correct. The only difference is in the toplogy. So the Solo topology is $0.012 per hour and the production topology is $0.156 per hour
None of those figures updates for me when I change topology or region, at the moment. But great to know the ballpark values - thanks.
And - dumber still - you’ll stop being charged when you tear down whatever it is that the CloudFormation templates have built?
there are some storage resources (s3, dynamo, efs) that are retained when you delete a stack
Thanks for all that.
This isn’t a complaint, just feedback: I think there’s a problem with the AWS Marketplace widget for Datomic Cloud. It presents four fulfilment options and usage information entries - solo, production, solo, production. Separately, both solo and production links on https://www.datomic.com/pricing.html lead to the solo pricing. And solo + production pricing are identical, each varying in the same way according to the EC2 instance type.
Safari, Chrome, Firefox
Understood. I guess much of that is obvious to people used to AWS Marketplace; but if it isn’t, maybe the Cloud-oriented page could drop a few hints.
Am I right in my assumption that I can pass a data structure in JSON, parse that and then send it off in a Datomic pull?
@grounded_sage are you wanting to access Datomic directly from your frontend app or via a webserver?
Web front end would be ideal.
It’s literally an app to keep track of inventory.
If I could query data and update data directly from my web app I would be happy as Larry. There is also an iOS app which is for warehouse workers.
Doesn’t seem to be any way to do it with Cloud.
@alex438 yep https://docs.datomic.com/cloud/operation/upgrading.html#upgrading-solo-to-production
make sure you’ve done your First Upgrade Ever before doing that ^ https://docs.datomic.com/cloud/operation/upgrading.html#first-upgrade