rabbit-slide-kou-rubykaigi-2023 2023.5.13.0 → 2023.5.13.2

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
  SHA256:
3
- metadata.gz: e51633d3b0ead59f2150991e0399791ace0a50a446429b837804a08fe51bea60
4
- data.tar.gz: 6a8ccf527ab9ff611bb5a0a19a5f8f12229bf4b248907aaeeaf1274fdd563796
3
+ metadata.gz: 003a9757e6f2d039b2023c09ab31ca15196aaf259166f6f09a45fe2ae2997ee9
4
+ data.tar.gz: cde495003c6020cfb5f131e4f16c79be76059faa541d0c56910fcf9096edecc8
5
5
  SHA512:
6
- metadata.gz: 586ab39cb0ae92608ad7251588e53a2f1e07e30ceefc4d554bc52ac4e6f476b619e72df2221b5f46cbbd8e40d2ca04738082aaea62329fdbd5d2e314f7de4035
7
- data.tar.gz: 0116c0804c445d14f5fbf3937733869ba6cb6e4710c7a43cc92167404ab7b65010bd29a0ef5ade04f46fdce37a9cc20fc9dd296a300f8710e5dc01d3b5d16a2c
6
+ metadata.gz: 4294666818b41a1ba48d17ba3760a9e1c531994d420224d8985f215c2c87a88190e2ac4ecf5a8d31ec2f4939e04870583144b915838370eca0fed721eda2eab5
7
+ data.tar.gz: 1913644c17f2709ec71c4b382d1c1b947b06a7ee79b2bb1a78e2b58fdcb76b34d680de6bad33f9ad4f4b01810ef839bef3a4608b4982b9c3b0911d4b5406b2eb
data/config.yaml CHANGED
@@ -7,7 +7,7 @@ tags:
7
7
  - arrow
8
8
  - adbc
9
9
  presentation_date: 2023-05-13
10
- version: 2023.5.13.0
10
+ version: 2023.5.13.2
11
11
  licenses:
12
12
  - CC-BY-SA-4.0
13
13
  slideshare_id:
Binary file
data/ruby-adbc.rab CHANGED
@@ -17,7 +17,7 @@
17
17
  : theme
18
18
  clear-code
19
19
 
20
- = Sutou Kouhei\nA president Ruby committer
20
+ = Sutou Kouhei\nA president/Ruby committer
21
21
 
22
22
  The president of ClearCode Inc.\n
23
23
  (('note:クリアコードの社長'))
@@ -49,6 +49,20 @@ The president of ClearCode Inc.\n
49
49
  * ADBC is developed by Arrow project\n
50
50
  (('note:ADBCはApache Arrowプロジェクトが開発している'))
51
51
 
52
+ = Sutou Kouhei\nThe founder of Red Data Tools
53
+
54
+ * Provides data processing tools for Ruby\n
55
+ (('note:Ruby用のデータ処理ツールを提供するプロジェクト'))\n
56
+ (('note:((<URL:https://red-data-tools.github.io/>))'))\n
57
+ (('note:((<URL:https://red-data-tools.github.io/ja/>))'))
58
+ * Policies\n
59
+ (('note:ポリシー'))
60
+ * 5. Ignore criticism from outsiders\n
61
+ (('note:部外者からの非難は気にしない'))\n
62
+ (('note:Ignore "I use XXX for it instead of Ruby because..."'))
63
+ * 6. Fun!\n
64
+ (('note:楽しくやろう!'))
65
+
52
66
  = Topic\n(('note:話すこと'))
53
67
 
54
68
  Let's use ((*Ruby*)) to extract and load large data!\n
@@ -56,7 +70,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
56
70
 
57
71
  = Embulk?
58
72
 
59
- * Bulk data loader implemented in Java\n
73
+ * Bulk data loader implemented with Java\n
60
74
  (('note:Javaで実装されたバルクデータローダー'))
61
75
  * JRuby supported!\n
62
76
  (('note:JRubyサポート!'))
@@ -130,7 +144,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
130
144
  = How fast is ADBC?\n(('note:ADBCはどのくらい速いの?'))
131
145
 
132
146
  * 1 integer column\n
133
- (('note:数値カラム1つだけ'))
147
+ (('note:整数値カラム1つだけ'))
134
148
  * (({SELECT * FROM x}))
135
149
  * Lower is faster\n
136
150
  (('note:低いほど速い'))
@@ -268,7 +282,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
268
282
  = Current ADBC\n(('note:現時点のADBC'))
269
283
 
270
284
  * 1 integer column\n
271
- (('note:数値カラム1つだけ'))
285
+ (('note:整数値カラム1つだけ'))
272
286
  * (({SELECT * FROM x}))
273
287
  * Lower is faster\n
274
288
  (('note:低いほど速い'))
@@ -288,14 +302,14 @@ Let's use ((*Ruby*)) to extract and load large data!\n
288
302
  # color = Approach
289
303
  Approach,N records,Elapsed time (sec)
290
304
  ADBC (Flight SQL),100K,0.009
291
- ADBC (libpq),100K,0.02
292
305
  libpq,100K,0.010
306
+ ADBC (libpq),100K,0.02
293
307
  ADBC (Flight SQL),1M,0.066
294
- ADBC (libpq),1M,0.217
295
308
  libpq,1M,0.113
309
+ ADBC (libpq),1M,0.217
296
310
  ADBC (Flight SQL),10M,0.598
297
- ADBC (libpq),10M,2.266
298
311
  libpq,10M,1.122
312
+ ADBC (libpq),10M,2.266
299
313
 
300
314
  = Flight SQL?
301
315
 
@@ -329,9 +343,9 @@ Apache Arrow Flight\n
329
343
 
330
344
  # image
331
345
  # src = https://arrow.apache.org/img/20191014_flight_simple.png
332
- # relative-height = 80
346
+ # relative-height = 75
333
347
 
334
- (('tag:right'))
348
+ (('tag:center'))
335
349
  (('note:((<URL:https://arrow.apache.org/img/20191014_flight_simple.png>))'))\n
336
350
  (('note:Apache License 2.0 - © 2016-2021 The Apache Software Foundation'))
337
351
 
@@ -428,7 +442,7 @@ Apache Arrow Flight\n
428
442
  = Current ADBC\n(('note:現時点のADBC'))
429
443
 
430
444
  * 1 integer column\n
431
- (('note:数値カラム1つだけ'))
445
+ (('note:整数値カラム1つだけ'))
432
446
  * (({SELECT * FROM x}))
433
447
  * Lower is faster\n
434
448
  (('note:低いほど速い'))
@@ -448,14 +462,14 @@ Apache Arrow Flight\n
448
462
  # color = Approach
449
463
  Approach,N records,Elapsed time (sec)
450
464
  ADBC (Flight SQL),100K,0.009
451
- ADBC (libpq),100K,0.02
452
465
  libpq,100K,0.010
466
+ ADBC (libpq),100K,0.02
453
467
  ADBC (Flight SQL),1M,0.066
454
- ADBC (libpq),1M,0.217
455
468
  libpq,1M,0.113
469
+ ADBC (libpq),1M,0.217
456
470
  ADBC (Flight SQL),10M,0.598
457
- ADBC (libpq),10M,2.266
458
471
  libpq,10M,1.122
472
+ ADBC (libpq),10M,2.266
459
473
 
460
474
  = But can PostgreSQL talk Flight SQL?\n(('note:でもPostgreSQLはFlight SQLをしゃべれるの?'))
461
475
 
@@ -467,6 +481,7 @@ Flight SQL adapter\n
467
481
 
468
482
  # mermaid
469
483
  # relative_height = 100
484
+ # background_color = black
470
485
  sequenceDiagram
471
486
  participant C as Client
472
487
  participant M as PG(master)
@@ -500,7 +515,7 @@ Flight SQL adapter\n
500
515
  * We can use ADBC via Active Record soon\n
501
516
  (('note:すぐにActive Record経由でADBCを使えるようになるよ!'))
502
517
 
503
- = Join us\n(('note:一緒に開発しようぜ!'))
518
+ = Join us!\n(('note:一緒に開発しようぜ!'))
504
519
 
505
520
  * Red Data Tools: A project that provides data processing tools for Ruby\n
506
521
  (('note:Red Data Tools:Ruby用のデータ処理ツールを提供するプロジェクト'))\n
@@ -510,3 +525,15 @@ Flight SQL adapter\n
510
525
  (('note:一緒になにか作ろうぜ!'))\n
511
526
  ((<URL:https://gitter.im/red-data-tools/en>))\n
512
527
  ((<URL:https://gitter.im/red-data-tools/ja>))
528
+
529
+ = Sponsor us?\n(('note:資金援助しない?'))
530
+
531
+ * Provide XX% work time to your employee to work on Red Data Tools\n
532
+ (('note:業務時間のXX%をRed Data Toolsの作業をできるようにする'))
533
+ * (('tag:small'))Employ a full-time Red Data Tools developer\n
534
+ (('note:フルタイムのRed Data Tools開発者を雇用する'))
535
+ * Pay Red Data Tools continuously\n
536
+ (('note:Red Data Toolsに継続的に資金を提供する'))\n
537
+ (('note:Red Data Toolsのだれかがお金で時間を確保して作業する'))
538
+ * Or contact me!\n
539
+ (('note:相談して!'))
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kou-rubykaigi-2023
3
3
  version: !ruby/object:Gem::Version
4
- version: 2023.5.13.0
4
+ version: 2023.5.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sutou Kouhei
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-08 00:00:00.000000000 Z
11
+ date: 2023-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit