Fork me on GitHub
#datomic
<
2021-07-20
>
hoynk15:07:49

Can anyone point me to some resources on how to model data using Datomic/Datascript, EAVs in general? Specially if comparing to a relational model.

jjttjj16:07:00

http://www.learndatalogtoday.org/ is what made it all click for me @boccato

👍 2
hadils17:07:57

I would like to deploy a web app with http-direct. Where should I deploy my static assets?

Jarrod Taylor (Clojure team)20:07:50

Commonly I deploy a static site and associated resources through S3|Route53|CloudFront which communicates via http with my api that lives behind the api gateway http-direct endpoint.

hadils20:07:50

Thanks @U0508JRJC! Very helpful!