blob: a18700d2587cd6180163e1e58f8f9b1b637e705d (
plain) (
tree)
|
|
---
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 %})
|