aboutsummaryrefslogtreecommitdiff
path: root/_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides
diff options
context:
space:
mode:
authornixpkgs-review <nixpkgs-review@example.com>2020-11-05 10:56:21 -0300
committernixpkgs-review <nixpkgs-review@example.com>2020-11-05 10:58:49 -0300
commitf740868e51d21db1b89c248d3dd9db808e6a037e (patch)
tree3be3c1733c9106f28bb423ccc405d884e1aa786e /_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides
parentExtract translations from slides, too (diff)
downloadeuandre.org-f740868e51d21db1b89c248d3dd9db808e6a037e.tar.gz
euandre.org-f740868e51d21db1b89c248d3dd9db808e6a037e.tar.xz
Add draft slides as unpublished with extracted po files
Diffstat (limited to '_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides')
-rw-r--r--_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides47
1 files changed, 47 insertions, 0 deletions
diff --git a/_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides b/_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides
new file mode 100644
index 0000000..a18700d
--- /dev/null
+++ b/_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides
@@ -0,0 +1,47 @@
+---
+title: "Datomic on global: good reasons for and against it"
+date: 2020-10-22
+layout: slides
+lang: en
+ref: datomic-on-global-good-reasons-for-and-against-it
+published: false
+---
+
+# Datomic on global
+
+**Good** reasons for and against it
+
+---
+
+When creating a new service...
+
+---
+
+```clojure
+(defn prototype->database
+ [prototype]
+ (if (= :global prototype)
+ :datomic
+ #{:dynamodb :redis :nothing}))
+```
+
+---
+
+...which is, in my opinion, a poor heuristic.
+
+---
+
+notifications vs toasty
+
+jurassic-park vs auth
+
+blackleach -> diablo -> ledger
+
+---
+
+## Thank you!
+
+References:
+
+1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %})
+2. [prose version of this presentation]({% link _articles/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.md %})