blob: a18700d2587cd6180163e1e58f8f9b1b637e705d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 %})
|