datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
pvillegas12 2021-03-25T13:47:48.107300Z

Hello! We are getting timeouts in this step of codedeploy consistently

aws s3 cp <s3://datomic-code-92caa718-792a-4ced-9b36-16d4c09dabd4/datomic/libs/mvn> /home/datomic/.cognitect-s3-libs/.m2/repository --recursive --only-show-errors --exclude * --include crisptrutski/boot-cljs-test/0.2.2-20160402.204547-3.zip
Is this a known problem?

ccortes 2021-03-25T13:58:09.109400Z

What's you aproach to doing analytics? Is the out-of-the-box support good enough in your experience or do you use any other ETL tools? Mainly I'm looking for a way to work with datomic data on python

Joe Lane 2021-03-25T14:12:54.109600Z

@cuaucortes (assuming Cloud) have you looked at https://docs.datomic.com/cloud/analytics/analytics-jupyter.html ? (there is a similar entry for on-prem)

👍 1
jaret 2021-03-25T15:24:12.111Z

Update. This issue is resolved inhttps://docs.datomic.com/cloud/releases.html#ion-dev-282 > Improvement: Limit how long to wait for a cluster node to gracefully shutdown.

futuro 2021-03-25T18:43:11.112900Z

Are the docs (https://docs.datomic.com/cloud/index.html) down for anyone else?

futuro 2021-03-25T18:43:41.113200Z

I get the following when I visit that

Joe Lane 2021-03-25T18:46:23.114300Z

@futuro Thanks for the heads up, we'll check it out.

futuro 2021-03-25T18:46:45.114700Z

👍:skin-tone-2:

Joe Lane 2021-03-25T19:03:31.114900Z

@futuro Fixed

futuro 2021-03-25T19:03:46.115100Z

Fantastic, thank you 🙂

2021-03-25T22:27:30.115300Z

Hi there. Can anyone confirm if Datomic will run on Azure and/or any docs/blogs. I've done some googling but didn't find much.

2021-03-26T20:03:33.130600Z

Can confirm. We run Datomic on-prem in Azure. Both peers and transactor as Azure Container Instances, with Postgresql as backend. Setup running in production since September 2020.

2021-03-28T13:54:17.143900Z

Thanks @ornulf.risnes