diff options
Diffstat (limited to '')
-rw-r--r-- | _slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides | 47 |
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 %}) |