rabbit-slide-kou-zpnight 2017.9.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f77c82bd59f65386159427b5042722d193378ad1
4
+ data.tar.gz: bacb767acc61d396a12dc4a82b27f7e258efae50
5
+ SHA512:
6
+ metadata.gz: a0b2391c07a323fdd7b29d711740a413f44017aef0329b16b135a7d7b251bce8d770a1a5c433391511a67b3fea2758fcfd3889da3fcd5f9bd990dd4703ffbd18
7
+ data.tar.gz: 224ad5422816fa6f581d20ab0ae8cddafc6527a57ba566771054ebbe3c7d61a8387f538d033b8ce5e4297df79d5c28c3d99b80c62d89607914b4157b6b53cc09
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ pgroonga-and-zulip.rab
@@ -0,0 +1,44 @@
1
+ = PGroonga & Zulip
2
+
3
+ PGroonga is fast and flexible full text search extension for PostgreSQL. Zulip is a chat tool that uses PostgreSQL and PGroonga. This talk describes why PGroonga is suitable for Zulip.
4
+
5
+ == License
6
+
7
+ === Slide
8
+
9
+ CC BY-SA 4.0
10
+
11
+ Use the followings for notation of the author:
12
+
13
+ * Kouhei Sutou
14
+
15
+ === Images
16
+
17
+ ==== Groonga related products logos
18
+
19
+ CC BY 3.0
20
+
21
+ Use the followings for notation of the author:
22
+
23
+ * The Groonga Project
24
+
25
+ == For author
26
+
27
+ === Show
28
+
29
+ rake
30
+
31
+ === Publish
32
+
33
+ rake publish
34
+
35
+ == For viewers
36
+
37
+ === Install
38
+
39
+ gem install rabbit-slide-kou-zpnight
40
+
41
+ === Show
42
+
43
+ rabbit rabbit-slide-kou-zpnight.gem
44
+
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ spec.files += Dir.glob("images/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ spec.add_runtime_dependency("rabbit-theme-groonga")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: zpnight
3
+ base_name: pgroonga-and-zulip
4
+ tags:
5
+ - rabbit
6
+ - zulip
7
+ - pgroonga
8
+ - postgresql
9
+ presentation_date: 2017-09-06
10
+ version: 2017.9.6.0
11
+ licenses:
12
+ - CC-BY-SA-4.0
13
+ slideshare_id: zpnight
14
+ speaker_deck_id:
15
+ ustream_id:
16
+ vimeo_id:
17
+ youtube_id:
18
+ author:
19
+ markup_language: :rd
20
+ name: Kouhei Sutou
21
+ email: kou@clear-code.com
22
+ rubygems_user: kou
23
+ slideshare_user: kou
24
+ speaker_deck_user:
@@ -0,0 +1,259 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="215.45268mm"
13
+ height="113.36609mm"
14
+ viewBox="0 0 763.41508 401.69087"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="performance-charcteristic-for-constant-read-and-write.svg">
19
+ <defs
20
+ id="defs4">
21
+ <marker
22
+ inkscape:isstock="true"
23
+ style="overflow:visible"
24
+ id="marker9530"
25
+ refX="0"
26
+ refY="0"
27
+ orient="auto"
28
+ inkscape:stockid="Arrow1Send">
29
+ <path
30
+ transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
31
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
32
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
33
+ id="path9532"
34
+ inkscape:connector-curvature="0" />
35
+ </marker>
36
+ <marker
37
+ inkscape:isstock="true"
38
+ style="overflow:visible"
39
+ id="marker9502"
40
+ refX="0"
41
+ refY="0"
42
+ orient="auto"
43
+ inkscape:stockid="Arrow1Sstart">
44
+ <path
45
+ transform="matrix(0.2,0,0,0.2,1.2,0)"
46
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
47
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
48
+ id="path9504"
49
+ inkscape:connector-curvature="0" />
50
+ </marker>
51
+ <marker
52
+ inkscape:stockid="Arrow1Send"
53
+ orient="auto"
54
+ refY="0"
55
+ refX="0"
56
+ id="Arrow1Send"
57
+ style="overflow:visible"
58
+ inkscape:isstock="true"
59
+ inkscape:collect="always">
60
+ <path
61
+ id="path8111"
62
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
63
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
64
+ transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
65
+ inkscape:connector-curvature="0" />
66
+ </marker>
67
+ <marker
68
+ inkscape:stockid="Arrow1Sstart"
69
+ orient="auto"
70
+ refY="0"
71
+ refX="0"
72
+ id="Arrow1Sstart"
73
+ style="overflow:visible"
74
+ inkscape:isstock="true"
75
+ inkscape:collect="always">
76
+ <path
77
+ id="path8108"
78
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
79
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
80
+ transform="matrix(0.2,0,0,0.2,1.2,0)"
81
+ inkscape:connector-curvature="0" />
82
+ </marker>
83
+ </defs>
84
+ <sodipodi:namedview
85
+ id="base"
86
+ pagecolor="#ffffff"
87
+ bordercolor="#666666"
88
+ borderopacity="1.0"
89
+ inkscape:pageopacity="0.0"
90
+ inkscape:pageshadow="2"
91
+ inkscape:zoom="0.49497475"
92
+ inkscape:cx="-112.77479"
93
+ inkscape:cy="413.81949"
94
+ inkscape:document-units="px"
95
+ inkscape:current-layer="layer1"
96
+ showgrid="false"
97
+ showguides="false"
98
+ fit-margin-left="5"
99
+ fit-margin-top="5"
100
+ fit-margin-right="5"
101
+ fit-margin-bottom="5"
102
+ inkscape:window-width="1920"
103
+ inkscape:window-height="1016"
104
+ inkscape:window-x="1920"
105
+ inkscape:window-y="27"
106
+ inkscape:window-maximized="1">
107
+ <sodipodi:guide
108
+ position="-86.818947,202.10648"
109
+ orientation="1,0"
110
+ id="guide8422" />
111
+ </sodipodi:namedview>
112
+ <metadata
113
+ id="metadata7">
114
+ <rdf:RDF>
115
+ <cc:Work
116
+ rdf:about="">
117
+ <dc:format>image/svg+xml</dc:format>
118
+ <dc:type
119
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
120
+ <dc:title></dc:title>
121
+ </cc:Work>
122
+ </rdf:RDF>
123
+ </metadata>
124
+ <g
125
+ inkscape:label="レイヤー 1"
126
+ inkscape:groupmode="layer"
127
+ id="layer1"
128
+ transform="translate(-16.108258,-50.211603)">
129
+ <path
130
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow1Sstart);marker-end:url(#Arrow1Send)"
131
+ d="m 84.285714,124.85891 0,266.07472 296.541796,0"
132
+ id="path7290"
133
+ inkscape:connector-curvature="0"
134
+ sodipodi:nodetypes="ccc" />
135
+ <text
136
+ xml:space="preserve"
137
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
138
+ x="-386.79736"
139
+ y="60.699795"
140
+ id="text8424"
141
+ sodipodi:linespacing="125%"
142
+ transform="matrix(0,-1,1,0,0,0)"><tspan
143
+ sodipodi:role="line"
144
+ id="tspan8426"
145
+ x="-386.79736"
146
+ y="60.699795">Search throughput</tspan></text>
147
+ <text
148
+ xml:space="preserve"
149
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
150
+ x="95.400688"
151
+ y="431.62344"
152
+ id="text8428"
153
+ sodipodi:linespacing="125%"><tspan
154
+ sodipodi:role="line"
155
+ id="tspan8430"
156
+ x="95.400688"
157
+ y="431.62344">Update throughput</tspan></text>
158
+ <path
159
+ style="fill:none;fill-rule:evenodd;stroke:#4e9a06;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
160
+ d="m 83.842661,190.70208 291.934089,0"
161
+ id="path9476"
162
+ inkscape:connector-curvature="0" />
163
+ <text
164
+ xml:space="preserve"
165
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
166
+ x="234.73676"
167
+ y="91.608124"
168
+ id="text9478"
169
+ sodipodi:linespacing="125%"><tspan
170
+ sodipodi:role="line"
171
+ x="234.73676"
172
+ y="91.608124"
173
+ id="tspan9697">PGroonga</tspan></text>
174
+ <path
175
+ sodipodi:nodetypes="ccc"
176
+ inkscape:connector-curvature="0"
177
+ id="path9484"
178
+ d="m 459.99998,124.85891 0,266.07472 296.54179,0"
179
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker9502);marker-end:url(#marker9530)" />
180
+ <text
181
+ transform="matrix(0,-1,1,0,0,0)"
182
+ sodipodi:linespacing="125%"
183
+ id="text9486"
184
+ y="443.55692"
185
+ x="-386.79736"
186
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
187
+ xml:space="preserve"><tspan
188
+ y="443.55692"
189
+ x="-386.79736"
190
+ id="tspan9488"
191
+ sodipodi:role="line">Search throughput</tspan></text>
192
+ <text
193
+ sodipodi:linespacing="125%"
194
+ id="text9490"
195
+ y="431.62344"
196
+ x="470.49942"
197
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
198
+ xml:space="preserve"><tspan
199
+ y="431.62344"
200
+ x="470.49942"
201
+ id="tspan9492"
202
+ sodipodi:role="line">Update throughput</tspan></text>
203
+ <path
204
+ inkscape:connector-curvature="0"
205
+ id="path9494"
206
+ d="M 459.55692,190.70208 751.49101,302.84493"
207
+ style="fill:none;fill-rule:evenodd;stroke:#4e9a06;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
208
+ sodipodi:nodetypes="cc" />
209
+ <text
210
+ sodipodi:linespacing="125%"
211
+ id="text9496"
212
+ y="95.128113"
213
+ x="601.97211"
214
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
215
+ xml:space="preserve"><tspan
216
+ y="95.128113"
217
+ x="601.97211"
218
+ sodipodi:role="line"
219
+ id="tspan9719">GIN</tspan></text>
220
+ <text
221
+ xml:space="preserve"
222
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
223
+ x="95.400688"
224
+ y="293.02289"
225
+ id="text9703"
226
+ sodipodi:linespacing="125%"><tspan
227
+ sodipodi:role="line"
228
+ x="95.400688"
229
+ y="293.02289"
230
+ id="tspan4188">Keep</tspan><tspan
231
+ sodipodi:role="line"
232
+ x="95.400688"
233
+ y="333.02286"
234
+ id="tspan4198">search performance</tspan><tspan
235
+ sodipodi:role="line"
236
+ x="95.400688"
237
+ y="373.02286"
238
+ id="tspan4190">while many updates</tspan></text>
239
+ <text
240
+ xml:space="preserve"
241
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
242
+ x="470.49942"
243
+ y="292.27585"
244
+ id="text9713"
245
+ sodipodi:linespacing="125%"><tspan
246
+ sodipodi:role="line"
247
+ x="470.49942"
248
+ y="292.27585"
249
+ id="tspan4200">Decrease</tspan><tspan
250
+ sodipodi:role="line"
251
+ x="470.49942"
252
+ y="332.27585"
253
+ id="tspan4204">search performance</tspan><tspan
254
+ sodipodi:role="line"
255
+ x="470.49942"
256
+ y="372.27585"
257
+ id="tspan9717">while updating</tspan></text>
258
+ </g>
259
+ </svg>
@@ -0,0 +1,364 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="178.45932mm"
13
+ height="94.392349mm"
14
+ viewBox="0 0 632.33617 334.46105"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="read-while-write-gin.svg">
19
+ <defs
20
+ id="defs4">
21
+ <marker
22
+ inkscape:stockid="Arrow2Mend"
23
+ orient="auto"
24
+ refY="0"
25
+ refX="0"
26
+ id="marker10008"
27
+ style="overflow:visible"
28
+ inkscape:isstock="true">
29
+ <path
30
+ id="path10010"
31
+ style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
32
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
33
+ transform="scale(-0.6,-0.6)"
34
+ inkscape:connector-curvature="0" />
35
+ </marker>
36
+ <marker
37
+ inkscape:stockid="Arrow2Mend"
38
+ orient="auto"
39
+ refY="0"
40
+ refX="0"
41
+ id="marker9914"
42
+ style="overflow:visible"
43
+ inkscape:isstock="true">
44
+ <path
45
+ id="path9916"
46
+ style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
47
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
48
+ transform="scale(-0.6,-0.6)"
49
+ inkscape:connector-curvature="0" />
50
+ </marker>
51
+ <marker
52
+ inkscape:stockid="Arrow1Mstart"
53
+ orient="auto"
54
+ refY="0"
55
+ refX="0"
56
+ id="Arrow1Mstart"
57
+ style="overflow:visible"
58
+ inkscape:isstock="true">
59
+ <path
60
+ id="path4179"
61
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
62
+ style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1pt;stroke-opacity:1"
63
+ transform="matrix(0.4,0,0,0.4,4,0)"
64
+ inkscape:connector-curvature="0" />
65
+ </marker>
66
+ <marker
67
+ inkscape:isstock="true"
68
+ style="overflow:visible"
69
+ id="marker9474"
70
+ refX="0"
71
+ refY="0"
72
+ orient="auto"
73
+ inkscape:stockid="Arrow2Mend"
74
+ inkscape:collect="always">
75
+ <path
76
+ transform="scale(-0.6,-0.6)"
77
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
78
+ style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
79
+ id="path9476"
80
+ inkscape:connector-curvature="0" />
81
+ </marker>
82
+ <marker
83
+ inkscape:stockid="Arrow2Lend"
84
+ orient="auto"
85
+ refY="0"
86
+ refX="0"
87
+ id="marker6722"
88
+ style="overflow:visible"
89
+ inkscape:isstock="true">
90
+ <path
91
+ id="path6724"
92
+ style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
93
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
94
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
95
+ inkscape:connector-curvature="0" />
96
+ </marker>
97
+ <marker
98
+ inkscape:isstock="true"
99
+ style="overflow:visible"
100
+ id="marker4517"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto"
104
+ inkscape:stockid="Arrow2Lend">
105
+ <path
106
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
107
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
108
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
109
+ id="path4519"
110
+ inkscape:connector-curvature="0" />
111
+ </marker>
112
+ <marker
113
+ inkscape:stockid="Arrow2Lend"
114
+ orient="auto"
115
+ refY="0"
116
+ refX="0"
117
+ id="Arrow2Lend"
118
+ style="overflow:visible"
119
+ inkscape:isstock="true"
120
+ inkscape:collect="always">
121
+ <path
122
+ id="path4194"
123
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
124
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
125
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
126
+ inkscape:connector-curvature="0" />
127
+ </marker>
128
+ <marker
129
+ inkscape:stockid="Arrow2Mend"
130
+ orient="auto"
131
+ refY="0"
132
+ refX="0"
133
+ id="Arrow2Mend"
134
+ style="overflow:visible"
135
+ inkscape:isstock="true"
136
+ inkscape:collect="always">
137
+ <path
138
+ id="path4200"
139
+ style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
140
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
141
+ transform="scale(-0.6,-0.6)"
142
+ inkscape:connector-curvature="0" />
143
+ </marker>
144
+ <marker
145
+ inkscape:stockid="Arrow1Mend"
146
+ orient="auto"
147
+ refY="0"
148
+ refX="0"
149
+ id="Arrow1Mend"
150
+ style="overflow:visible"
151
+ inkscape:isstock="true">
152
+ <path
153
+ id="path4182"
154
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
155
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
156
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
157
+ inkscape:connector-curvature="0" />
158
+ </marker>
159
+ </defs>
160
+ <sodipodi:namedview
161
+ id="base"
162
+ pagecolor="#ffffff"
163
+ bordercolor="#666666"
164
+ borderopacity="1.0"
165
+ inkscape:pageopacity="0.0"
166
+ inkscape:pageshadow="2"
167
+ inkscape:zoom="1.4"
168
+ inkscape:cx="297.55056"
169
+ inkscape:cy="182.28883"
170
+ inkscape:document-units="px"
171
+ inkscape:current-layer="layer1"
172
+ showgrid="false"
173
+ inkscape:window-width="1920"
174
+ inkscape:window-height="1016"
175
+ inkscape:window-x="1920"
176
+ inkscape:window-y="27"
177
+ inkscape:window-maximized="1"
178
+ fit-margin-top="5"
179
+ fit-margin-left="5"
180
+ fit-margin-right="5"
181
+ fit-margin-bottom="5" />
182
+ <metadata
183
+ id="metadata7">
184
+ <rdf:RDF>
185
+ <cc:Work
186
+ rdf:about="">
187
+ <dc:format>image/svg+xml</dc:format>
188
+ <dc:type
189
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
190
+ <dc:title></dc:title>
191
+ </cc:Work>
192
+ </rdf:RDF>
193
+ </metadata>
194
+ <g
195
+ inkscape:label="レイヤー 1"
196
+ inkscape:groupmode="layer"
197
+ id="layer1"
198
+ transform="translate(-32.052038,-1.9546186)">
199
+ <text
200
+ xml:space="preserve"
201
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
202
+ x="48.487324"
203
+ y="179.59039"
204
+ id="text4136"
205
+ sodipodi:linespacing="125%"><tspan
206
+ sodipodi:role="line"
207
+ id="tspan4140"
208
+ x="48.487324"
209
+ y="179.59039">Conn1</tspan></text>
210
+ <text
211
+ sodipodi:linespacing="125%"
212
+ id="text4142"
213
+ y="220.33009"
214
+ x="48.487324"
215
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
216
+ xml:space="preserve"><tspan
217
+ sodipodi:role="line"
218
+ id="tspan4146"
219
+ x="48.487324"
220
+ y="220.33009">Conn2</tspan></text>
221
+ <path
222
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
223
+ d="m 137.38075,169.48888 507.61925,0"
224
+ id="path4167"
225
+ inkscape:connector-curvature="0" />
226
+ <path
227
+ inkscape:connector-curvature="0"
228
+ id="path4515"
229
+ d="m 137.38075,208.20317 507.61925,0"
230
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker4517)" />
231
+ <text
232
+ xml:space="preserve"
233
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
234
+ x="193.59502"
235
+ y="90.465172"
236
+ id="text4851"
237
+ sodipodi:linespacing="100%"><tspan
238
+ sodipodi:role="line"
239
+ id="tspan4867"
240
+ x="193.59502"
241
+ y="90.465172">INSERT</tspan><tspan
242
+ sodipodi:role="line"
243
+ id="tspan4869"
244
+ x="193.59502"
245
+ y="125.42457">start</tspan></text>
246
+ <text
247
+ xml:space="preserve"
248
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
249
+ x="226.6588"
250
+ y="281.2085"
251
+ id="text4855"
252
+ sodipodi:linespacing="100%"><tspan
253
+ sodipodi:role="line"
254
+ id="tspan6218"
255
+ x="226.6588"
256
+ y="281.2085">SELECT</tspan><tspan
257
+ sodipodi:role="line"
258
+ id="tspan6220"
259
+ x="226.6588"
260
+ y="313.2085">start</tspan></text>
261
+ <path
262
+ inkscape:connector-curvature="0"
263
+ id="path4886"
264
+ d="m 191.92899,149.28583 257.60649,0"
265
+ style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
266
+ sodipodi:nodetypes="cc" />
267
+ <path
268
+ sodipodi:nodetypes="cc"
269
+ style="fill:none;fill-rule:evenodd;stroke:#4e9a06;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:4, 2;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Arrow1Mstart);marker-end:url(#marker10008)"
270
+ d="m 284.93046,233.84533 164.78885,0"
271
+ id="path6720"
272
+ inkscape:connector-curvature="0" />
273
+ <rect
274
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
275
+ id="rect4301"
276
+ width="166.24182"
277
+ height="80.81221"
278
+ x="285.06409"
279
+ y="247.52226"
280
+ rx="5"
281
+ ry="5" />
282
+ <text
283
+ sodipodi:linespacing="125%"
284
+ id="text8634"
285
+ y="279.50436"
286
+ x="370.3862"
287
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
288
+ xml:space="preserve"><tspan
289
+ sodipodi:role="line"
290
+ id="tspan8640"
291
+ x="370.3862"
292
+ y="279.50436">Blocked</tspan></text>
293
+ <path
294
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
295
+ d="m 453.55849,135.64877 0,109.98137"
296
+ id="path8642"
297
+ inkscape:connector-curvature="0"
298
+ sodipodi:nodetypes="cc" />
299
+ <text
300
+ sodipodi:linespacing="100%"
301
+ id="text8644"
302
+ y="90.465172"
303
+ x="452.19406"
304
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
305
+ xml:space="preserve"><tspan
306
+ y="90.465172"
307
+ x="452.19406"
308
+ id="tspan8648"
309
+ sodipodi:role="line">INSERT</tspan><tspan
310
+ y="125.42457"
311
+ x="452.19406"
312
+ sodipodi:role="line"
313
+ id="tspan8652">finish</tspan></text>
314
+ <path
315
+ inkscape:connector-curvature="0"
316
+ id="path8654"
317
+ d="m 454.43661,233.84533 98.57926,0"
318
+ style="fill:none;fill-rule:evenodd;stroke:#204a87;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker9474)"
319
+ sodipodi:nodetypes="cc" />
320
+ <text
321
+ sodipodi:linespacing="100%"
322
+ id="text9832"
323
+ y="281.2085"
324
+ x="555.14282"
325
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
326
+ xml:space="preserve"><tspan
327
+ y="281.2085"
328
+ x="555.14282"
329
+ id="tspan9834"
330
+ sodipodi:role="line">SELECT</tspan><tspan
331
+ y="316.16791"
332
+ x="555.14282"
333
+ id="tspan9836"
334
+ sodipodi:role="line">finish</tspan></text>
335
+ <path
336
+ inkscape:connector-curvature="0"
337
+ id="path9838"
338
+ d="m 225.4881,233.84533 50.75111,0"
339
+ style="fill:none;fill-rule:evenodd;stroke:#204a87;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker9914)"
340
+ sodipodi:nodetypes="cc" />
341
+ <text
342
+ xml:space="preserve"
343
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
344
+ x="337.08636"
345
+ y="46.546139"
346
+ id="text10678"
347
+ sodipodi:linespacing="125%"><tspan
348
+ sodipodi:role="line"
349
+ id="tspan10680"
350
+ x="337.08636"
351
+ y="46.546139">GIN</tspan></text>
352
+ <text
353
+ xml:space="preserve"
354
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
355
+ x="369.84525"
356
+ y="318.83939"
357
+ id="text4232"
358
+ sodipodi:linespacing="125%"><tspan
359
+ sodipodi:role="line"
360
+ id="tspan4299"
361
+ x="369.84525"
362
+ y="318.83939">Slow down!</tspan></text>
363
+ </g>
364
+ </svg>