-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (177 loc) · 6.14 KB
/
index.html
File metadata and controls
185 lines (177 loc) · 6.14 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<title>Microservice Bingo</title>
<meta
name="description"
content="So, somebody told me that you are considering to go for a microservice architecture to solve all your issues."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@duffleit" />
<meta name="twitter:title" content="Microservice Bingo" />
<meta
name="twitter:description"
content="So, somebody told me that you are considering to go for a microservice architecture to solve all your issues."
/>
<meta
name="twitter:image"
content="http://microservice.bingo/images/preview.jpg"
/>
<link rel="stylesheet" href="main.css" />
<link
href="https://fonts.googleapis.com/css?family=Arvo|Montserrat:900"
rel="stylesheet"
/>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-134922610-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-134922610-1");
</script>
<body>
<!--[if IE]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve
your experience and security.
</p>
<![endif]-->
<div class="container">
<div class="header">
<div class="topline">the one and only</div>
<h1>Microservice Bingo</h1>
</div>
<div id="questions">
<div class="intro">
So, somebody told me that you are considering to go for
<b>a microservice architecture to solve all your issues</b>. Just let
me ask you one question first:
</div>
<h2>Do you <i>really</i> have a need for ... ?</h2>
<div class="table">
<div class="row">
<div class="cell" id="independent-deployments">
Independent Deployments
<div class="info">Separate deployments are mandatory.</div>
</div>
<div class="cell" id="autonomous-operations">
Autonomous Operations
<div class="info">Services run and live on their own.</div>
</div>
<div class="cell" id="different-technologies">
Different Technologies
<div class="info">Services are technology agnostic.</div>
</div>
</div>
<div class="row">
<div class="cell" id="strong-isolation">
Strong Isolation
<div class="info"><b>Really</b> strong isolation is wanted.</div>
</div>
<div class="cell" id="diverse-scaling">
Diverse Scaling
<div class="info">Services can scale totally on their own.</div>
</div>
<script>
function makeMoreTransparent() {
var cvDrivenStyle = document.getElementById("cv-driven").style;
var currentOpacity = parseFloat(cvDrivenStyle.opacity) || 1.0;
cvDrivenStyle.opacity = currentOpacity / 1.5;
}
</script>
<div class="cell" id="cv-driven" onclick="makeMoreTransparent()">
A Polished Résumé
<div class="info">I'm sure you know what i mean.</div>
</div>
</div>
</div>
<div class="footer">
<a id="next-button">Calculate the result</a>
<p>
<b>First</b> select all the attributes you mandatory need in your
system.
</p>
</div>
</div>
<div id="result" class="hidden">
<div id="result-no" class="result">
<div class="result-container">
<h2>Määh,</h2>
<p class="warning">
looks like you add a lot of
<a
href="https://www.youtube.com/watch?v=WSes_PexXcA"
target="_blank"
>accidental complexity</a
>, without taking advantage of most benefits.
</p>
<p>
Maybe take a look at
<a
href="https://m.signalvnoise.com/the-majestic-monolith-29166d022228"
target="_blank"
>The Majestic Monolith</a
>,
<a href="https://scs-architecture.org/" target="_blank"
>Self-contained Systems</a
>
or
<a href="https://github.com/odrotbohm/moduliths" target="_blank"
>Moduliths</a
>.
</p>
</div>
</div>
<div id="result-yes" class="result">
<div class="result-container">
<h2>Okay,</h2>
<p class="warning">
maybe the additional complexity you add by microservices pays of
for you.
</p>
<p>
But hold back cowboy, before creating a ton of repos right now,
read up the
<a
href="https://martinfowler.com/bliki/MonolithFirst.html"
target="_blank"
>Monolith First approach</a
>.
</p>
</div>
</div>
<div class="further-references">
<a
href="https://docs.google.com/spreadsheets/d/1vjnjAII_8TZBv2XhFHra7kEQzQpOHSZpFIWDjynYYf0/edit#gid=0"
target="_blank"
>>> Further references</a
>
</div>
<div class="footer">
<a id="submit-button">Send me your results</a>
<p>
I promise you I will only use it for damn-true serious research.
</p>
</div>
</div>
</div>
<div class="baseline">
by <a href="https://twitter.com/duffleit">@duffleit</a>, a non-hype-train
activist
</div>
<script src="main.js"></script>
</body>
</html>