aboutsummaryrefslogtreecommitdiff
path: root/po/eo/LC_MESSAGES/_slides/2020-10-22-datomic-on-global-good-reasons-for-and-against-it.slides.po
blob: 78298f61fe96eb2295ec3a620999d123a98eba73 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
#
msgid ""
msgstr ""

msgid ""
"title: \"Datomic on global: good reasons for and against it\"\n"
"date: 2020-10-22\n"
"layout: slides\n"
"lang: en\n"
"ref: datomic-on-global-good-reasons-for-and-against-it\n"
"published: false"
msgstr ""

msgid "Datomic on global"
msgstr ""

msgid "**Good** reasons for and against it"
msgstr ""

msgid "When creating a new service..."
msgstr ""

msgid "...which is, in my opinion, a poor heuristic."
msgstr ""

msgid "notifications vs toasty"
msgstr ""

msgid "jurassic-park vs auth"
msgstr ""

msgid "Thank you!"
msgstr ""

msgid "References:"
msgstr ""

msgid "these slides: [{{ site.tld }}/slides.html]({% link slides.md %})"
msgstr ""

msgid ""
"[prose version of this presentation]({% link _articles/2020-10-22-datomic-"
"on-global-good-reasons-for-and-against-it.md %})"
msgstr ""

msgid "Premise"
msgstr ""

msgid "Datomic's bottleneck is **write** throughput, not read"
msgstr ""

msgid ""
"(defn database-for-service\n"
"  [service]\n"
"  (let [prototype (prototype-for-service service)]\n"
"    (if (= :global prototype)\n"
"      :datomic\n"
"      #{:dynamodb :redis :nothing})))\n"
msgstr ""

msgid ""
"The deciding factor shouldn't be the prototype, but the **cardinality**"
msgstr ""

msgid ""
" (defn database-for-service\n"
"   [service]\n"
"-  (let [prototype (prototype-for-service service)]\n"
"-    (if (= :global prototype)\n"
"-      :datomic\n"
"-      #{:dynamodb :redis :nothing})))\n"
"+  (let [cardinality (cardinality-for-service service)]\n"
"+    (if (= :too-high cardinality)\n"
"+      #{:dynamodb :redis :nothing\n"
"+      :datomic))))\n"
msgstr ""

msgid ""
"(defn database-for-service\n"
"  [service]\n"
"  (let [cardinality (cardinality-for-service service)]\n"
"    (if (= :too-high cardinality)\n"
"      #{:dynamodb :redis :nothing\n"
"      :datomic))))\n"
msgstr ""

msgid "But how to determine when the cardinality is"
msgstr ""

msgid "**`:too-high`**?"
msgstr ""

msgid "Let's think about the cardinality of existing services we know"
msgstr ""

msgid "What is the cardinality of..."
msgstr ""

msgid "savings-accounts"
msgstr ""

msgid "inductor"
msgstr ""

msgid "crebito"
msgstr ""

msgid "diablo"
msgstr ""

msgid "lost-boy?"
msgstr ""

msgid "hook?"
msgstr ""

msgid "ledger"
msgstr ""

msgid "blackleach"
msgstr ""

msgid "notification"
msgstr ""

msgid "toasty"
msgstr ""

msgid "auth"
msgstr ""

msgid "waypoint"
msgstr ""

msgid "jurassic-park"
msgstr ""

msgid "Compare the database choice of services with similar cardinalities:"
msgstr ""

msgid "Compare different cardinalities for services on global prototype:"
msgstr ""

msgid ""
"Compare different cardinality for different services inside the same domain:"
msgstr ""

msgid "savings-accounts -> blackleach -> diablo -> ledger"
msgstr ""

msgid ""
"\"[Understanding Database "
"Sharding](https://www.digitalocean.com/community/tutorials/understanding-"
"database-sharding)\""
msgstr ""

#~ msgid ""
#~ "(defn prototype->database\n"
#~ "  [prototype]\n"
#~ "  (if (= :global prototype)\n"
#~ "    :datomic\n"
#~ "    #{:dynamodb :redis :nothing}))\n"
#~ msgstr ""

#~ msgid "blackleach -> diablo -> ledger"
#~ msgstr ""