rabbit-slide-kou-rubykaigi-2014 2014.9.20.0 → 2014.9.20.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e4e84183ab39b83716b8ce13d75fdff8a1e7191
4
- data.tar.gz: f3203ef63b517972be89585413b2c757f11d0f76
3
+ metadata.gz: 874c6795fef827600ee5d14ba7d2bcefdbbb39bb
4
+ data.tar.gz: 8cd75f0667437b92f3206f06fea6801ca91eec3d
5
5
  SHA512:
6
- metadata.gz: 42a5fcb18ca37c16958f3030271de1b97e2a0272f7ff6ceb8093b2894b46a18d39ac064d974caf405022f7ee6e7a53e325394783d38627751410788bc98e8b57
7
- data.tar.gz: a3be3d3494a3249eeea2d5db85a25df57be077c232526e84ad817fcec3e5eac1d2991019a78d21acdd0078b9bbfe9327f3fffb7f85b8195973a1f6e26e299805
6
+ metadata.gz: 405ebbcc4a26c4fdd34bc859480604e6c6d4d7de1084bbbdb33fae3cd2b0520525eeced8758921b4d59ba9bdaa4cf064df882706a012b2f250e9e63999f326ec
7
+ data.tar.gz: c3ed3ab0f25a3f833753fcd0ad6858c6aa939349c47121adab4da659396d90ba5f2226bfd1c6b00cb8dec4b039156ec3fb8c7ec8fbd3049e5d1ea931807077b4
data/README.rd CHANGED
@@ -81,6 +81,7 @@ Files:
81
81
  * images/embed.svg
82
82
  * images/high-level-interface.svg
83
83
  * images/high-level-interface-examples.svg
84
+ * images/query-optimizer.svg
84
85
 
85
86
  CC BY-SA 2.5
86
87
 
data/Rakefile CHANGED
@@ -5,6 +5,8 @@ require "rabbit/task/slide"
5
5
  spec = nil
6
6
  Rabbit::Task::Slide.new do |task|
7
7
  spec = task.spec
8
+ spec.files += Dir.glob("note.md")
9
+ spec.files += Dir.glob("glossary.csv")
8
10
  # spec.files += Dir.glob("doc/**/*.*")
9
11
  # spec.files -= Dir.glob("private/**/*.*")
10
12
  spec.add_runtime_dependency("rabbit-theme-clear-code")
@@ -7,11 +7,11 @@ tags:
7
7
  - mruby
8
8
  - droonga
9
9
  presentation_date: 2014.9.20
10
- version: 2014.9.20.0
10
+ version: 2014.9.20.1
11
11
  licenses:
12
12
  - CC BY-SA 4.0
13
- slideshare_id:
14
- speaker_deck_id:
13
+ slideshare_id: rubykaigi-2014
14
+ speaker_deck_id: three-ruby-usages
15
15
  ustream_id:
16
16
  vimeo_id:
17
17
  youtube_id:
@@ -0,0 +1,15 @@
1
+ 英語,日本語,備考
2
+ high-level interface,ハイレベルなインターフェイス,より便利だったり高機能だったりする機能(ハイレベルな機能)の使い方(インターフェイス)。ハイレベルな機能は基礎となる機能を使って作るが、具体的にどうやって作っているかは使う側は意識せずに使えるようにすることが大事。
3
+ Rubyist,Rubyist(るびーすと),Rubyユーザーのこと。
4
+ distributed full-text search engine,分散全文検索エンジン,複数のマシンで協調して全文検索(GoogleでのWeb検索のようなもの)を実行するソフトウェア。資料ではDFTSEと略している。
5
+ glue,グルー,他のプログラミング言語の機能を使うために頑張る箇所の機能や、複数の機能を組み合わせること。
6
+ embed,組み込み,アプリケーションの中に機能を取り込むことやスマートフォンなど小さな機械で動くソフトウェアのこと。この発表では機能を取り込むこと。
7
+ CRuby,CRuby(しーるびー),C言語で実装されたRuby。Rubyには複数の実装があるが、そのうち、まつもとさんが作ったもの。
8
+ JRuby,JRuby(じぇいるびー),Javaで実装されたRuby。
9
+ full-text search engine,全文検索エンジン,1台のマシンで全文検索(GoogleでのWeb検索のようなもの)を実行するソフトウェア。資料ではFTSEと略している。
10
+ Droonga,Droonga(どゅるんが),Rubyで実装された分散全文検索エンジン。
11
+ Vagrant,Vagrant(べいぐらんと),開発環境を簡単に構築するためのソフトウェア。
12
+ Active Record,Active Record(あくてぃぶれこーど),RDBMS(りれーしょなるでーたべーすまねーじめんとしすてむ)にアクセスする便利なAPIを提供するライブラリー。
13
+ Rails,Rails(れいるず),Webアプリケーションを簡単に構築するためのソフトウェア。広く使われている。省略せずにRuby on Railsとも呼ばれる。
14
+ bindings,バインディング,ある言語のライブラリー(例えばC)の機能を他の言語(Ruby)から使えるようにするための間を取り持つ機能。Rubyでは拡張ライブラリー(extension library)ともいう。
15
+ extension library,拡張ライブラリー,Rubyではバインディングのこと。
@@ -0,0 +1,1013 @@
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="965.3681"
13
+ height="424.56488"
14
+ id="svg2"
15
+ version="1.1"
16
+ inkscape:version="0.48.5 r10040"
17
+ sodipodi:docname="slide.svg">
18
+ <defs
19
+ id="defs4">
20
+ <marker
21
+ inkscape:stockid="Arrow1Mend"
22
+ orient="auto"
23
+ refY="0"
24
+ refX="0"
25
+ id="Arrow1Mend"
26
+ style="overflow:visible">
27
+ <path
28
+ id="path5276"
29
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
30
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
31
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
32
+ inkscape:connector-curvature="0" />
33
+ </marker>
34
+ <linearGradient
35
+ id="linearGradient5055"
36
+ spreadMethod="pad"
37
+ gradientTransform="matrix(37.39998,16.509,-16.509,37.39998,362.32275,-485.4917)"
38
+ gradientUnits="userSpaceOnUse"
39
+ y2="0"
40
+ x2="1"
41
+ y1="0"
42
+ x1="0">
43
+ <stop
44
+ id="stop5057"
45
+ offset="0"
46
+ style="stop-opacity:1;stop-color:#b31000" />
47
+ <stop
48
+ id="stop5059"
49
+ offset="0.44"
50
+ style="stop-opacity:1;stop-color:#910f08" />
51
+ <stop
52
+ id="stop5061"
53
+ offset="0.44"
54
+ style="stop-opacity:1;stop-color:#910f08" />
55
+ <stop
56
+ id="stop5063"
57
+ offset="0.99001"
58
+ style="stop-opacity:1;stop-color:#791c12" />
59
+ <stop
60
+ id="stop5065"
61
+ offset="1"
62
+ style="stop-opacity:1;stop-color:#791c12" />
63
+ </linearGradient>
64
+ <linearGradient
65
+ id="linearGradient5029"
66
+ spreadMethod="pad"
67
+ gradientTransform="matrix(-16.68208,-56.59695,56.59695,-16.68208,234.35107,-297.95117)"
68
+ gradientUnits="userSpaceOnUse"
69
+ y2="0"
70
+ x2="1"
71
+ y1="0"
72
+ x1="0">
73
+ <stop
74
+ id="stop5031"
75
+ offset="0"
76
+ style="stop-opacity:1;stop-color:#8b2114" />
77
+ <stop
78
+ id="stop5033"
79
+ offset="0.42999"
80
+ style="stop-opacity:1;stop-color:#9e100a" />
81
+ <stop
82
+ id="stop5035"
83
+ offset="0.42999"
84
+ style="stop-opacity:1;stop-color:#9e100a" />
85
+ <stop
86
+ id="stop5037"
87
+ offset="0.99001"
88
+ style="stop-opacity:1;stop-color:#b3100c" />
89
+ <stop
90
+ id="stop5039"
91
+ offset="1"
92
+ style="stop-opacity:1;stop-color:#b3100c" />
93
+ </linearGradient>
94
+ <radialGradient
95
+ id="radialGradient5005"
96
+ spreadMethod="pad"
97
+ gradientTransform="matrix(66.9469,0,0,66.9469,281.77002,-349.54004)"
98
+ gradientUnits="userSpaceOnUse"
99
+ r="1"
100
+ cy="0"
101
+ cx="0"
102
+ fy="0"
103
+ fx="0">
104
+ <stop
105
+ id="stop5007"
106
+ offset="0"
107
+ style="stop-opacity:1;stop-color:#a30c00" />
108
+ <stop
109
+ id="stop5009"
110
+ offset="0.99001"
111
+ style="stop-opacity:1;stop-color:#800e08" />
112
+ <stop
113
+ id="stop5011"
114
+ offset="0.99001"
115
+ style="stop-opacity:1;stop-color:#800e08" />
116
+ <stop
117
+ id="stop5013"
118
+ offset="1"
119
+ style="stop-opacity:1;stop-color:#800e08" />
120
+ </radialGradient>
121
+ <radialGradient
122
+ id="radialGradient4981"
123
+ spreadMethod="pad"
124
+ gradientTransform="matrix(50.36,0,0,50.36,351.50977,-415.8999)"
125
+ gradientUnits="userSpaceOnUse"
126
+ r="1"
127
+ cy="0"
128
+ cx="0"
129
+ fy="0"
130
+ fx="0">
131
+ <stop
132
+ id="stop4983"
133
+ offset="0"
134
+ style="stop-opacity:1;stop-color:#a80d00" />
135
+ <stop
136
+ id="stop4985"
137
+ offset="0.99001"
138
+ style="stop-opacity:1;stop-color:#7e0e08" />
139
+ <stop
140
+ id="stop4987"
141
+ offset="0.99001"
142
+ style="stop-opacity:1;stop-color:#7e0e08" />
143
+ <stop
144
+ id="stop4989"
145
+ offset="1"
146
+ style="stop-opacity:1;stop-color:#7e0e08" />
147
+ </radialGradient>
148
+ <linearGradient
149
+ id="linearGradient4955"
150
+ spreadMethod="pad"
151
+ gradientTransform="matrix(-20.47006,-21.88396,21.88396,-20.47006,401.30273,-447.35352)"
152
+ gradientUnits="userSpaceOnUse"
153
+ y2="0"
154
+ x2="1"
155
+ y1="0"
156
+ x1="0">
157
+ <stop
158
+ id="stop4957"
159
+ offset="0"
160
+ style="stop-opacity:1;stop-color:#79130d" />
161
+ <stop
162
+ id="stop4959"
163
+ offset="0.99001"
164
+ style="stop-opacity:1;stop-color:#9e120b" />
165
+ <stop
166
+ id="stop4961"
167
+ offset="0.99001"
168
+ style="stop-opacity:1;stop-color:#9e120b" />
169
+ <stop
170
+ id="stop4963"
171
+ offset="1"
172
+ style="stop-opacity:1;stop-color:#9e120b" />
173
+ </linearGradient>
174
+ <linearGradient
175
+ id="linearGradient4931"
176
+ spreadMethod="pad"
177
+ gradientTransform="matrix(-41.09381,-36.83124,36.83124,-41.09381,386.20557,-379.77637)"
178
+ gradientUnits="userSpaceOnUse"
179
+ y2="0"
180
+ x2="1"
181
+ y1="0"
182
+ x1="0">
183
+ <stop
184
+ id="stop4933"
185
+ offset="0"
186
+ style="stop-opacity:1;stop-color:#7e110b" />
187
+ <stop
188
+ id="stop4935"
189
+ offset="0.99001"
190
+ style="stop-opacity:1;stop-color:#9e0c00" />
191
+ <stop
192
+ id="stop4937"
193
+ offset="0.99001"
194
+ style="stop-opacity:1;stop-color:#9e0c00" />
195
+ <stop
196
+ id="stop4939"
197
+ offset="1"
198
+ style="stop-opacity:1;stop-color:#9e0c00" />
199
+ </linearGradient>
200
+ <linearGradient
201
+ id="linearGradient4905"
202
+ spreadMethod="pad"
203
+ gradientTransform="matrix(-46.25406,-11.41588,11.41588,-46.25406,306.75684,-324.25684)"
204
+ gradientUnits="userSpaceOnUse"
205
+ y2="0"
206
+ x2="1"
207
+ y1="0"
208
+ x1="0">
209
+ <stop
210
+ id="stop4907"
211
+ offset="0"
212
+ style="stop-opacity:1;stop-color:#8c0c01" />
213
+ <stop
214
+ id="stop4909"
215
+ offset="0.53999"
216
+ style="stop-opacity:1;stop-color:#990c00" />
217
+ <stop
218
+ id="stop4911"
219
+ offset="0.53999"
220
+ style="stop-opacity:1;stop-color:#990c00" />
221
+ <stop
222
+ id="stop4913"
223
+ offset="0.99001"
224
+ style="stop-opacity:1;stop-color:#a80d0e" />
225
+ <stop
226
+ id="stop4915"
227
+ offset="1"
228
+ style="stop-opacity:1;stop-color:#a80d0e" />
229
+ </linearGradient>
230
+ <linearGradient
231
+ id="linearGradient4869"
232
+ spreadMethod="pad"
233
+ gradientTransform="matrix(153.57416,-157.91714,157.91714,153.57416,189.11963,-340.18066)"
234
+ gradientUnits="userSpaceOnUse"
235
+ y2="0"
236
+ x2="1"
237
+ y1="0"
238
+ x1="0">
239
+ <stop
240
+ id="stop4871"
241
+ offset="0"
242
+ style="stop-opacity:1;stop-color:#bd0012" />
243
+ <stop
244
+ id="stop4873"
245
+ offset="0.07001"
246
+ style="stop-opacity:1;stop-color:#ffffff" />
247
+ <stop
248
+ id="stop4875"
249
+ offset="0.07001"
250
+ style="stop-opacity:1;stop-color:#ffffff" />
251
+ <stop
252
+ id="stop4877"
253
+ offset="0.27"
254
+ style="stop-opacity:1;stop-color:#c82f1c" />
255
+ <stop
256
+ id="stop4879"
257
+ offset="0.27"
258
+ style="stop-opacity:1;stop-color:#c82f1c" />
259
+ <stop
260
+ id="stop4881"
261
+ offset="0.33"
262
+ style="stop-opacity:1;stop-color:#820c01" />
263
+ <stop
264
+ id="stop4883"
265
+ offset="0.46001"
266
+ style="stop-opacity:1;stop-color:#a31601" />
267
+ <stop
268
+ id="stop4885"
269
+ offset="0.72"
270
+ style="stop-opacity:1;stop-color:#b31301" />
271
+ <stop
272
+ id="stop4887"
273
+ offset="0.99001"
274
+ style="stop-opacity:1;stop-color:#e82609" />
275
+ <stop
276
+ id="stop4889"
277
+ offset="1"
278
+ style="stop-opacity:1;stop-color:#e82609" />
279
+ </linearGradient>
280
+ <linearGradient
281
+ id="linearGradient4839"
282
+ spreadMethod="pad"
283
+ gradientTransform="matrix(3.26703,32.70995,-32.70995,3.26703,211.58398,-381.73486)"
284
+ gradientUnits="userSpaceOnUse"
285
+ y2="0"
286
+ x2="1"
287
+ y1="0"
288
+ x1="0">
289
+ <stop
290
+ id="stop4841"
291
+ offset="0"
292
+ style="stop-opacity:1;stop-color:#ffffff" />
293
+ <stop
294
+ id="stop4843"
295
+ offset="0.31"
296
+ style="stop-opacity:1;stop-color:#de4024" />
297
+ <stop
298
+ id="stop4845"
299
+ offset="0.31"
300
+ style="stop-opacity:1;stop-color:#de4024" />
301
+ <stop
302
+ id="stop4847"
303
+ offset="0.99001"
304
+ style="stop-opacity:1;stop-color:#bf190b" />
305
+ <stop
306
+ id="stop4849"
307
+ offset="1"
308
+ style="stop-opacity:1;stop-color:#bf190b" />
309
+ </linearGradient>
310
+ <linearGradient
311
+ id="linearGradient4813"
312
+ spreadMethod="pad"
313
+ gradientTransform="matrix(39.69395,-19.84702,19.84702,39.69394,326.65625,-483.74756)"
314
+ gradientUnits="userSpaceOnUse"
315
+ y2="0"
316
+ x2="1"
317
+ y1="0"
318
+ x1="0">
319
+ <stop
320
+ id="stop4815"
321
+ offset="0"
322
+ style="stop-opacity:1;stop-color:#ffffff" />
323
+ <stop
324
+ id="stop4817"
325
+ offset="0.53999"
326
+ style="stop-opacity:1;stop-color:#c81f11" />
327
+ <stop
328
+ id="stop4819"
329
+ offset="0.53999"
330
+ style="stop-opacity:1;stop-color:#c81f11" />
331
+ <stop
332
+ id="stop4821"
333
+ offset="0.99001"
334
+ style="stop-opacity:1;stop-color:#bf0905" />
335
+ <stop
336
+ id="stop4823"
337
+ offset="1"
338
+ style="stop-opacity:1;stop-color:#bf0905" />
339
+ </linearGradient>
340
+ <linearGradient
341
+ id="linearGradient4785"
342
+ spreadMethod="pad"
343
+ gradientTransform="matrix(9.21103,39.69502,-39.69502,9.21103,354.78418,-469.7666)"
344
+ gradientUnits="userSpaceOnUse"
345
+ y2="0"
346
+ x2="1"
347
+ y1="0"
348
+ x1="0">
349
+ <stop
350
+ id="stop4787"
351
+ offset="0"
352
+ style="stop-opacity:1;stop-color:#ffffff" />
353
+ <stop
354
+ id="stop4789"
355
+ offset="0.17999"
356
+ style="stop-opacity:1;stop-color:#e46342" />
357
+ <stop
358
+ id="stop4791"
359
+ offset="0.17999"
360
+ style="stop-opacity:1;stop-color:#e46342" />
361
+ <stop
362
+ id="stop4793"
363
+ offset="0.39999"
364
+ style="stop-opacity:1;stop-color:#c82410" />
365
+ <stop
366
+ id="stop4795"
367
+ offset="0.99001"
368
+ style="stop-opacity:1;stop-color:#a80d00" />
369
+ <stop
370
+ id="stop4797"
371
+ offset="1"
372
+ style="stop-opacity:1;stop-color:#a80d00" />
373
+ </linearGradient>
374
+ <linearGradient
375
+ id="linearGradient4757"
376
+ spreadMethod="pad"
377
+ gradientTransform="matrix(3.077,55.39,-55.39,3.077,303.8125,-418.5791)"
378
+ gradientUnits="userSpaceOnUse"
379
+ y2="0"
380
+ x2="1"
381
+ y1="0"
382
+ x1="0">
383
+ <stop
384
+ id="stop4759"
385
+ offset="0"
386
+ style="stop-opacity:1;stop-color:#ffffff" />
387
+ <stop
388
+ id="stop4761"
389
+ offset="0.23"
390
+ style="stop-opacity:1;stop-color:#e4714e" />
391
+ <stop
392
+ id="stop4763"
393
+ offset="0.23"
394
+ style="stop-opacity:1;stop-color:#e4714e" />
395
+ <stop
396
+ id="stop4765"
397
+ offset="0.56"
398
+ style="stop-opacity:1;stop-color:#be1a0d" />
399
+ <stop
400
+ id="stop4767"
401
+ offset="0.99001"
402
+ style="stop-opacity:1;stop-color:#a80d00" />
403
+ <stop
404
+ id="stop4769"
405
+ offset="1"
406
+ style="stop-opacity:1;stop-color:#a80d00" />
407
+ </linearGradient>
408
+ <linearGradient
409
+ id="linearGradient4729"
410
+ spreadMethod="pad"
411
+ gradientTransform="matrix(8.35098,54.27298,-54.27298,8.35098,246.37646,-367.89844)"
412
+ gradientUnits="userSpaceOnUse"
413
+ y2="0"
414
+ x2="1"
415
+ y1="0"
416
+ x1="0">
417
+ <stop
418
+ id="stop4731"
419
+ offset="0"
420
+ style="stop-opacity:1;stop-color:#ffffff" />
421
+ <stop
422
+ id="stop4733"
423
+ offset="0.23"
424
+ style="stop-opacity:1;stop-color:#e57252" />
425
+ <stop
426
+ id="stop4735"
427
+ offset="0.23"
428
+ style="stop-opacity:1;stop-color:#e57252" />
429
+ <stop
430
+ id="stop4737"
431
+ offset="0.46001"
432
+ style="stop-opacity:1;stop-color:#de3b20" />
433
+ <stop
434
+ id="stop4739"
435
+ offset="0.99001"
436
+ style="stop-opacity:1;stop-color:#a60003" />
437
+ <stop
438
+ id="stop4741"
439
+ offset="1"
440
+ style="stop-opacity:1;stop-color:#a60003" />
441
+ </linearGradient>
442
+ <linearGradient
443
+ id="linearGradient4705"
444
+ spreadMethod="pad"
445
+ gradientTransform="matrix(-53.86887,-36.14926,36.14926,-53.86887,359.47363,-277.50684)"
446
+ gradientUnits="userSpaceOnUse"
447
+ y2="0"
448
+ x2="1"
449
+ y1="0"
450
+ x1="0">
451
+ <stop
452
+ id="stop4707"
453
+ offset="0"
454
+ style="stop-opacity:1;stop-color:#871101" />
455
+ <stop
456
+ id="stop4709"
457
+ offset="0.99001"
458
+ style="stop-opacity:1;stop-color:#911209" />
459
+ <stop
460
+ id="stop4711"
461
+ offset="0.99001"
462
+ style="stop-opacity:1;stop-color:#911209" />
463
+ <stop
464
+ id="stop4713"
465
+ offset="1"
466
+ style="stop-opacity:1;stop-color:#911209" />
467
+ </linearGradient>
468
+ <linearGradient
469
+ id="linearGradient4681"
470
+ spreadMethod="pad"
471
+ gradientTransform="matrix(-53.86887,-36.14926,36.14926,-53.86887,402.57422,-341.73389)"
472
+ gradientUnits="userSpaceOnUse"
473
+ y2="0"
474
+ x2="1"
475
+ y1="0"
476
+ x1="0">
477
+ <stop
478
+ id="stop4683"
479
+ offset="0"
480
+ style="stop-opacity:1;stop-color:#871101" />
481
+ <stop
482
+ id="stop4685"
483
+ offset="0.99001"
484
+ style="stop-opacity:1;stop-color:#911209" />
485
+ <stop
486
+ id="stop4687"
487
+ offset="0.99001"
488
+ style="stop-opacity:1;stop-color:#911209" />
489
+ <stop
490
+ id="stop4689"
491
+ offset="1"
492
+ style="stop-opacity:1;stop-color:#911209" />
493
+ </linearGradient>
494
+ <linearGradient
495
+ id="linearGradient4655"
496
+ spreadMethod="pad"
497
+ gradientTransform="matrix(-41.8,-73.80005,73.80005,-41.8,381.75049,-279.74512)"
498
+ gradientUnits="userSpaceOnUse"
499
+ y2="0"
500
+ x2="1"
501
+ y1="0"
502
+ x1="0">
503
+ <stop
504
+ id="stop4657"
505
+ offset="0"
506
+ style="stop-opacity:1;stop-color:#fb7655" />
507
+ <stop
508
+ id="stop4659"
509
+ offset="0.41"
510
+ style="stop-opacity:1;stop-color:#e42b1e" />
511
+ <stop
512
+ id="stop4661"
513
+ offset="0.41"
514
+ style="stop-opacity:1;stop-color:#e42b1e" />
515
+ <stop
516
+ id="stop4663"
517
+ offset="0.99001"
518
+ style="stop-opacity:1;stop-color:#990000" />
519
+ <stop
520
+ id="stop4665"
521
+ offset="1"
522
+ style="stop-opacity:1;stop-color:#990000" />
523
+ </linearGradient>
524
+ </defs>
525
+ <sodipodi:namedview
526
+ id="base"
527
+ pagecolor="#ffffff"
528
+ bordercolor="#666666"
529
+ borderopacity="1.0"
530
+ inkscape:pageopacity="0.0"
531
+ inkscape:pageshadow="2"
532
+ inkscape:zoom="0.7"
533
+ inkscape:cx="522.20706"
534
+ inkscape:cy="138.44265"
535
+ inkscape:document-units="px"
536
+ inkscape:current-layer="layer1"
537
+ showgrid="false"
538
+ fit-margin-top="10"
539
+ fit-margin-left="10"
540
+ fit-margin-right="10"
541
+ fit-margin-bottom="10"
542
+ inkscape:window-width="1174"
543
+ inkscape:window-height="655"
544
+ inkscape:window-x="68"
545
+ inkscape:window-y="28"
546
+ inkscape:window-maximized="0" />
547
+ <metadata
548
+ id="metadata7">
549
+ <rdf:RDF>
550
+ <cc:Work
551
+ rdf:about="">
552
+ <dc:format>image/svg+xml</dc:format>
553
+ <dc:type
554
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
555
+ <dc:title></dc:title>
556
+ </cc:Work>
557
+ </rdf:RDF>
558
+ </metadata>
559
+ <g
560
+ inkscape:label="レイヤー 1"
561
+ inkscape:groupmode="layer"
562
+ id="layer1"
563
+ transform="translate(158.27202,-141.3078)">
564
+ <rect
565
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
566
+ id="rect2985"
567
+ width="137.68745"
568
+ height="66.342911"
569
+ x="-147.27202"
570
+ y="207.56161"
571
+ rx="10"
572
+ ry="10" />
573
+ <text
574
+ xml:space="preserve"
575
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
576
+ x="-122.56277"
577
+ y="252.00235"
578
+ id="text3755"
579
+ sodipodi:linespacing="125%"><tspan
580
+ sodipodi:role="line"
581
+ id="tspan3757"
582
+ x="-122.56277"
583
+ y="252.00235">Query</tspan></text>
584
+ <path
585
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
586
+ d="m -30,286.6479 554.28572,0"
587
+ id="path5259"
588
+ inkscape:connector-curvature="0"
589
+ sodipodi:nodetypes="cc" />
590
+ <rect
591
+ style="fill:#ffffff;fill-opacity:1;stroke:#204a87;stroke-width:2"
592
+ id="rect3759"
593
+ width="227.28433"
594
+ height="123.23863"
595
+ x="28.284271"
596
+ y="258.38229" />
597
+ <text
598
+ xml:space="preserve"
599
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
600
+ x="61.619305"
601
+ y="311.92038"
602
+ id="text3761"
603
+ sodipodi:linespacing="125%"><tspan
604
+ sodipodi:role="line"
605
+ id="tspan3763"
606
+ x="61.619305"
607
+ y="311.92038">Query</tspan><tspan
608
+ sodipodi:role="line"
609
+ x="61.619305"
610
+ y="356.92038"
611
+ id="tspan3765">Optimizer</tspan></text>
612
+ <text
613
+ xml:space="preserve"
614
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
615
+ x="56.006546"
616
+ y="220.63322"
617
+ id="text3767"
618
+ sodipodi:linespacing="125%"><tspan
619
+ sodipodi:role="line"
620
+ id="tspan3769"
621
+ x="56.006546"
622
+ y="220.63322">Optimize</tspan></text>
623
+ <rect
624
+ ry="10"
625
+ rx="10"
626
+ y="152.3078"
627
+ x="281.03546"
628
+ height="116.85059"
629
+ width="202.06238"
630
+ id="rect3771"
631
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
632
+ <text
633
+ sodipodi:linespacing="125%"
634
+ id="text3773"
635
+ y="197.7587"
636
+ x="382.90616"
637
+ style="font-size:36px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
638
+ xml:space="preserve"><tspan
639
+ y="197.7587"
640
+ x="382.90616"
641
+ sodipodi:role="line"
642
+ id="tspan3777">Optimized</tspan><tspan
643
+ y="242.7587"
644
+ x="382.90616"
645
+ sodipodi:role="line"
646
+ id="tspan3781">query</tspan></text>
647
+ <rect
648
+ y="260.99432"
649
+ x="542.49823"
650
+ height="260.04721"
651
+ width="210.90137"
652
+ id="rect3797"
653
+ style="fill:#ffffff;fill-opacity:1;stroke:#204a87;stroke-width:2" />
654
+ <text
655
+ sodipodi:linespacing="125%"
656
+ id="text3799"
657
+ y="400.49182"
658
+ x="566.76221"
659
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
660
+ xml:space="preserve"><tspan
661
+ id="tspan3803"
662
+ y="400.49182"
663
+ x="566.76221"
664
+ sodipodi:role="line">Evaluator</tspan></text>
665
+ <text
666
+ xml:space="preserve"
667
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
668
+ x="501.25607"
669
+ y="230.51941"
670
+ id="text3807"
671
+ sodipodi:linespacing="125%"><tspan
672
+ sodipodi:role="line"
673
+ id="tspan3809"
674
+ x="501.25607"
675
+ y="230.51941">Full-text search</tspan></text>
676
+ <g
677
+ transform="matrix(0.33228149,0,0,-0.33228149,115.28681,405.56109)"
678
+ inkscape:label="ruby"
679
+ id="g4641">
680
+ <g
681
+ transform="scale(1,-1)"
682
+ id="g4643">
683
+ <g
684
+ id="g4645">
685
+ <g
686
+ id="g4651">
687
+ <g
688
+ id="g4653">
689
+ <path
690
+ id="path4667"
691
+ style="fill:url(#linearGradient4655);fill-rule:evenodd;stroke:none"
692
+ d="m 248.06006,-297.70996 c 0,0 146.46973,-9.93994 146.46973,-9.93994 0,0 11.28027,-147.68994 11.28027,-147.68994 0,0 -44.62988,90.45996 -44.62988,90.45996 0,0 -113.12012,67.16992 -113.12012,67.16992 z"
693
+ inkscape:connector-curvature="0" />
694
+ </g>
695
+ </g>
696
+ </g>
697
+ </g>
698
+ <g
699
+ transform="scale(1,-1)"
700
+ id="g4669">
701
+ <g
702
+ id="g4671">
703
+ <g
704
+ id="g4677">
705
+ <g
706
+ id="g4679">
707
+ <path
708
+ id="path4691"
709
+ style="fill:url(#linearGradient4681);fill-rule:evenodd;stroke:none"
710
+ d="m 347.89014,-349.35986 c 0,0 46.87988,41.60986 46.87988,41.60986 0,0 -12.58984,-86.89014 -12.58984,-86.89014 0,0 -34.29004,45.28028 -34.29004,45.28028 z"
711
+ inkscape:connector-curvature="0" />
712
+ </g>
713
+ </g>
714
+ </g>
715
+ </g>
716
+ <g
717
+ transform="scale(1,-1)"
718
+ id="g4693">
719
+ <g
720
+ id="g4695">
721
+ <g
722
+ id="g4701">
723
+ <g
724
+ id="g4703">
725
+ <path
726
+ id="path4715"
727
+ style="fill:url(#linearGradient4705);fill-rule:evenodd;stroke:none"
728
+ d="m 248.5498,-297.8999 c 0,0 146.39014,-9.8501 146.39014,-9.8501 0,0 -92.22998,-7.24023 -92.22998,-7.24023 0,0 -54.16016,17.09033 -54.16016,17.09033 z"
729
+ inkscape:connector-curvature="0" />
730
+ </g>
731
+ </g>
732
+ </g>
733
+ </g>
734
+ <g
735
+ transform="scale(1,-1)"
736
+ id="g4717">
737
+ <g
738
+ id="g4719">
739
+ <g
740
+ id="g4725">
741
+ <g
742
+ id="g4727">
743
+ <path
744
+ id="path4743"
745
+ style="fill:url(#linearGradient4729);fill-rule:evenodd;stroke:none"
746
+ d="m 221.02002,-362.52002 c 0,0 27.66016,64.64014 27.66016,64.64014 0,0 23.03955,-75.47998 23.03955,-75.47998 0,0 -50.69971,10.83984 -50.69971,10.83984 z"
747
+ inkscape:connector-curvature="0" />
748
+ </g>
749
+ </g>
750
+ </g>
751
+ </g>
752
+ <g
753
+ transform="scale(1,-1)"
754
+ id="g4745">
755
+ <g
756
+ id="g4747">
757
+ <g
758
+ id="g4753">
759
+ <g
760
+ id="g4755">
761
+ <path
762
+ id="path4771"
763
+ style="fill:url(#linearGradient4757);fill-rule:evenodd;stroke:none"
764
+ d="m 266.00977,-375.27979 c 0,0 81.87011,26.16993 81.87011,26.16993 0,0 -21.1997,-83.04004 -21.1997,-83.04004 0,0 -60.67041,56.87011 -60.67041,56.87011 z"
765
+ inkscape:connector-curvature="0" />
766
+ </g>
767
+ </g>
768
+ </g>
769
+ </g>
770
+ <g
771
+ transform="scale(1,-1)"
772
+ id="g4773">
773
+ <g
774
+ id="g4775">
775
+ <g
776
+ id="g4781">
777
+ <g
778
+ id="g4783">
779
+ <path
780
+ id="path4799"
781
+ style="fill:url(#linearGradient4785);fill-rule:evenodd;stroke:none"
782
+ d="m 327.68018,-426.18994 c 0,0 73.31982,-4.79004 73.31982,-4.79004 0,0 -57.3501,-46.83984 -57.3501,-46.83984 0,0 -15.96972,51.62988 -15.96972,51.62988 z"
783
+ inkscape:connector-curvature="0" />
784
+ </g>
785
+ </g>
786
+ </g>
787
+ </g>
788
+ <g
789
+ transform="scale(1,-1)"
790
+ id="g4801">
791
+ <g
792
+ id="g4803">
793
+ <g
794
+ id="g4809">
795
+ <g
796
+ id="g4811">
797
+ <path
798
+ id="path4825"
799
+ style="fill:url(#linearGradient4813);fill-rule:evenodd;stroke:none"
800
+ d="m 319.16992,-494.77002 c 0,0 55.01026,0.25 55.01026,0.25 0,0 -33.72998,18.64014 -33.72998,18.64014 0,0 -21.28028,-18.89014 -21.28028,-18.89014 z"
801
+ inkscape:connector-curvature="0" />
802
+ </g>
803
+ </g>
804
+ </g>
805
+ </g>
806
+ <g
807
+ transform="scale(1,-1)"
808
+ id="g4827">
809
+ <g
810
+ id="g4829">
811
+ <g
812
+ id="g4835">
813
+ <g
814
+ id="g4837">
815
+ <path
816
+ id="path4851"
817
+ style="fill:url(#linearGradient4839);fill-rule:evenodd;stroke:none"
818
+ d="m 210.37988,-393.66992 c 0,0 -2.6997,56.46972 -2.6997,56.46972 0,0 14.12988,-25.77001 14.12988,-25.77001 0,0 -11.43018,-30.69971 -11.43018,-30.69971 z"
819
+ inkscape:connector-curvature="0" />
820
+ </g>
821
+ </g>
822
+ </g>
823
+ </g>
824
+ <g
825
+ transform="scale(1,-1)"
826
+ id="g4853">
827
+ <path
828
+ id="path4855"
829
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
830
+ d="m 209.62012,-394.64014 c 0,0 11.5,32.62012 11.5,32.62012 0,0 49.96972,-11.20996 49.96972,-11.20996 0,0 57.0503,-53.02002 57.0503,-53.02002 0,0 16.10009,-51.14014 16.10009,-51.14014 0,0 -25.35009,-17.8999 -25.35009,-17.8999 0,0 -43.1001,16.12988 -43.1001,16.12988 -13.58008,12.63037 -39.93018,37.62012 -40.87988,38.09034 -0.93995,0.47998 -17.40039,31.58984 -25.29004,46.42968 z"
831
+ inkscape:connector-curvature="0" />
832
+ <g
833
+ id="g4857">
834
+ <g
835
+ id="g4859">
836
+ <g
837
+ id="g4865">
838
+ <g
839
+ id="g4867">
840
+ <path
841
+ id="path4891"
842
+ style="fill:url(#linearGradient4869);fill-rule:evenodd;stroke:none"
843
+ d="m 250,-453.24023 c 29.43018,-29.17969 67.37012,-46.41993 81.93018,-31.72998 14.5498,14.69042 -0.88038,50.39013 -30.31006,79.56005 -29.43018,29.16993 -66.89991,47.36036 -81.4502,32.66993 -14.56006,-14.67969 0.3999,-51.32959 29.83008,-80.5 z"
844
+ inkscape:connector-curvature="0" />
845
+ </g>
846
+ </g>
847
+ </g>
848
+ </g>
849
+ <g
850
+ id="g4893">
851
+ <g
852
+ id="g4895">
853
+ <g
854
+ id="g4901">
855
+ <g
856
+ id="g4903">
857
+ <path
858
+ id="path4917"
859
+ style="fill:url(#linearGradient4905);fill-rule:evenodd;stroke:none"
860
+ d="m 248.68018,-297.91016 c 0,0 22.85986,-75.71972 22.85986,-75.71972 0,0 75.91992,24.38965 75.91992,24.38965 -27.45019,25.74023 -57.97998,47.5 -98.77978,51.33007 z"
861
+ inkscape:connector-curvature="0" />
862
+ </g>
863
+ </g>
864
+ </g>
865
+ </g>
866
+ <g
867
+ id="g4919">
868
+ <g
869
+ id="g4921">
870
+ <g
871
+ id="g4927">
872
+ <g
873
+ id="g4929">
874
+ <path
875
+ id="path4941"
876
+ style="fill:url(#linearGradient4931);fill-rule:evenodd;stroke:none"
877
+ d="m 328.24023,-426.3999 c 0,0 19.48975,77.1997 19.48975,77.1997 22.93018,-24.10986 43.51025,-50.02978 53.58984,-82.08984 0,0 -73.07959,4.89014 -73.07959,4.89014 z"
878
+ inkscape:connector-curvature="0" />
879
+ </g>
880
+ </g>
881
+ </g>
882
+ </g>
883
+ <g
884
+ id="g4943">
885
+ <g
886
+ id="g4945">
887
+ <g
888
+ id="g4951">
889
+ <g
890
+ id="g4953">
891
+ <path
892
+ id="path4965"
893
+ style="fill:url(#linearGradient4955);fill-rule:evenodd;stroke:none"
894
+ d="m 401.12012,-430.8999 c 7.7998,-23.54004 9.59961,-57.31006 -27.18018,-63.58008 0,0 -30.18017,16.66992 -30.18017,16.66992 0,0 57.36035,46.91016 57.36035,46.91016 z"
895
+ inkscape:connector-curvature="0" />
896
+ </g>
897
+ </g>
898
+ </g>
899
+ </g>
900
+ <path
901
+ id="path4967"
902
+ style="fill:#9e1209;fill-opacity:1;fill-rule:evenodd;stroke:none"
903
+ d="m 207.68018,-337.54004 c 1.07959,38.8501 29.10986,39.43018 41.0498,39.77002 0,0 -27.58008,-64.41016 -27.58008,-64.41016 0,0 -13.46972,24.64014 -13.46972,24.64014 z"
904
+ inkscape:connector-curvature="0" />
905
+ <g
906
+ id="g4969">
907
+ <g
908
+ id="g4971">
909
+ <g
910
+ id="g4977">
911
+ <g
912
+ id="g4979">
913
+ <path
914
+ id="path4991"
915
+ style="fill:url(#radialGradient4981);fill-rule:evenodd;stroke:none"
916
+ d="m 328.3501,-426.27979 c 17.61963,10.82959 53.12988,32.57959 53.8501,32.97999 1.11962,0.62988 15.30957,-23.93018 18.52978,-37.81006 0,0 -72.37988,4.83007 -72.37988,4.83007 z"
917
+ inkscape:connector-curvature="0" />
918
+ </g>
919
+ </g>
920
+ </g>
921
+ </g>
922
+ <g
923
+ id="g4993">
924
+ <g
925
+ id="g4995">
926
+ <g
927
+ id="g5001">
928
+ <g
929
+ id="g5003">
930
+ <path
931
+ id="path5015"
932
+ style="fill:url(#radialGradient5005);fill-rule:evenodd;stroke:none"
933
+ d="m 271.50977,-373.62988 c 0,0 30.56005,58.95996 30.56005,58.95996 18.07032,-9.80029 32.22022,-21.74024 45.18018,-34.53028 0,0 -75.74023,-24.42968 -75.74023,-24.42968 z"
934
+ inkscape:connector-curvature="0" />
935
+ </g>
936
+ </g>
937
+ </g>
938
+ </g>
939
+ <g
940
+ id="g5017">
941
+ <g
942
+ id="g5019">
943
+ <g
944
+ id="g5025">
945
+ <g
946
+ id="g5027">
947
+ <path
948
+ id="path5041"
949
+ style="fill:url(#linearGradient5029);fill-rule:evenodd;stroke:none"
950
+ d="m 221.02979,-362.1001 c 0,0 -4.32959,51.56006 -4.32959,51.56006 8.16992,11.16016 19.40966,12.12988 31.1997,11.26025 -8.52978,-21.22998 -25.56982,-63.68017 -26.87011,-62.82031 z"
951
+ inkscape:connector-curvature="0" />
952
+ </g>
953
+ </g>
954
+ </g>
955
+ </g>
956
+ <g
957
+ id="g5043">
958
+ <g
959
+ id="g5045">
960
+ <g
961
+ id="g5051">
962
+ <g
963
+ id="g5053">
964
+ <path
965
+ id="path5067"
966
+ style="fill:url(#linearGradient5055);fill-rule:evenodd;stroke:none"
967
+ d="m 343.58008,-477.68018 c 0,0 60.70996,8.52002 60.70996,8.52002 -3.24024,-13.72998 -13.18994,-22.58984 -30.1499,-25.35986 0,0 -30.56006,16.83984 -30.56006,16.83984 z"
968
+ inkscape:connector-curvature="0" />
969
+ </g>
970
+ </g>
971
+ </g>
972
+ </g>
973
+ </g>
974
+ </g>
975
+ <text
976
+ xml:space="preserve"
977
+ style="font-size:6px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
978
+ x="185.39273"
979
+ y="316.49069"
980
+ id="text5251"
981
+ sodipodi:linespacing="125%"><tspan
982
+ sodipodi:role="line"
983
+ id="tspan5253"
984
+ x="185.39273"
985
+ y="316.49069">by Yukihiro Matsumoto</tspan></text>
986
+ <path
987
+ sodipodi:nodetypes="cc"
988
+ inkscape:connector-curvature="0"
989
+ id="path5718"
990
+ d="m 525.78572,466.6479 -554.28572,0"
991
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)" />
992
+ <rect
993
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
994
+ id="rect5720"
995
+ width="216.34808"
996
+ height="66.850586"
997
+ x="152.46402"
998
+ y="488.02209"
999
+ rx="10"
1000
+ ry="10" />
1001
+ <text
1002
+ xml:space="preserve"
1003
+ style="font-size:36px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
1004
+ x="260.90045"
1005
+ y="533.47296"
1006
+ id="text5722"
1007
+ sodipodi:linespacing="125%"><tspan
1008
+ sodipodi:role="line"
1009
+ x="260.90045"
1010
+ y="533.47296"
1011
+ id="tspan5730">Result set</tspan></text>
1012
+ </g>
1013
+ </svg>
@@ -1,7 +1,5 @@
1
1
  = Three Ruby usages
2
2
 
3
- : subtitle
4
- Inside Droonga
5
3
  : author
6
4
  Kouhei Sutou
7
5
  : institution
@@ -367,8 +365,20 @@ I'm developing Droonga\n
367
365
 
368
366
  * Query optimizer
369
367
  * Command interface (plan)
370
- * High-level interface!
368
+ * (('note:Interface and also high-level interface!'))
371
369
  * Plugin API (plan)
370
+ * (('note:Interface!'))
371
+
372
+ = Query optimizer
373
+
374
+ # image
375
+ # src = images/query-optimizer.svg
376
+ # relative_width = 100
377
+
378
+ == slide property
379
+
380
+ : enable-title-on-image
381
+ false
372
382
 
373
383
  = Query optimizer
374
384
 
@@ -437,7 +447,7 @@ Measure
437
447
 
438
448
  # RT
439
449
 
440
- (('# records')), mruby, nom mruby
450
+ (('# records')), mruby, no mruby
441
451
 
442
452
  1000, 0.29ms, 0.31ms
443
453
  10000, 0.31ms, 2.3ms
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kou-rubykaigi-2014
3
3
  version: !ruby/object:Gem::Version
4
- version: 2014.9.20.0
4
+ version: 2014.9.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2014-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit
@@ -66,6 +66,7 @@ files:
66
66
  - README.rd
67
67
  - Rakefile
68
68
  - config.yaml
69
+ - glossary.csv
69
70
  - images/clear-code-is-silver-sponsor.png
70
71
  - images/distributed-full-text-search-engine-components.svg
71
72
  - images/distributed-full-text-search-engine.svg
@@ -82,6 +83,7 @@ files:
82
83
  - images/high-level-interface-examples.svg
83
84
  - images/high-level-interface.svg
84
85
  - images/lavie.png
86
+ - images/query-optimizer.svg
85
87
  - images/rabbit-with-glue.svg
86
88
  - images/rabbit-with-high-level-interface.svg
87
89
  - images/rabbit.svg