Fork me on GitHub
#datomic
<
2022-08-25
>
babardo16:08:14

Hello we would like to whitelist ips able to connect to our Datomic cloud https://blog.datomic.com/2018/02/access-control-in-datomic-cloud.html. We can do this by updating the security group associated with Datomic bastion. • My question is, when we upgrade Datomic stack, will changes made on bastion SG will be reset? • If yes, if there a correct way to do that?

Daniel Jomphe17:08:58

When you upgrade, there will no more be any bastion. Datomic Cloud got simplified quite a lot by the upgrade that came out near the summer of 2021. I suppose you're asking from a stack deployed before that, and never upgraded since then... I suggest you take a look at the release notes.

🙏 1
babardo19:08:45

Oh thanks, this is true indeed, I need to look at new releases

2FO17:08:40

Good day, I'm looking for learning resources (blogs, vids, demo repos) that demonstrate data modeling in datalog (any and all flavors). These are the resources I've used so far: • Domain Modeling with Datalog https://youtube.com/watch?v=oo-7mN9WXTw • Prototyping with Clojure https://github.com/aliaksandr-s/prototyping-with-clojure/blob/master/tutorial/chapter-04/04-Data%20modeling.md • Declarative Domain Modeling for Datomic Ion/Cloud https://youtu.be/EDojA_fahvM?t=704 I found these resources to focus more on datalog itself (syntax, queries) and or the DB's api • Datomic tutorial https://docs.datomic.com/cloud/tutorial/client.html • XTDB space adventure https://nextjournal.com/xtdb-tutorial • Learn datalog http://www.learndatalogtoday.org/

2
nando09:08:13

I assume you have found http://www.learndatalogtoday.org/ ?

🙏 1
2FO19:08:36

thanks, yep that was my intro to datalog, its very good but I didn't find much there wrt domain modeling. I edited the question to indicate the resources I've used