rabbit-slide-kou-rubykaigi-2023 2023.5.13.0 → 2023.5.13.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
  SHA256:
3
- metadata.gz: e51633d3b0ead59f2150991e0399791ace0a50a446429b837804a08fe51bea60
4
- data.tar.gz: 6a8ccf527ab9ff611bb5a0a19a5f8f12229bf4b248907aaeeaf1274fdd563796
3
+ metadata.gz: 23d6393ca2172ac80a5641fcbd4066eaacdbda312b9cc905310c3ce64663f752
4
+ data.tar.gz: 9a0f680e69c85340bdcf7942b989f1312352a6f0fb28938b8e7e8cfed0a3a9e0
5
5
  SHA512:
6
- metadata.gz: 586ab39cb0ae92608ad7251588e53a2f1e07e30ceefc4d554bc52ac4e6f476b619e72df2221b5f46cbbd8e40d2ca04738082aaea62329fdbd5d2e314f7de4035
7
- data.tar.gz: 0116c0804c445d14f5fbf3937733869ba6cb6e4710c7a43cc92167404ab7b65010bd29a0ef5ade04f46fdce37a9cc20fc9dd296a300f8710e5dc01d3b5d16a2c
6
+ metadata.gz: 300cd18ff191af44964bcf5eb3ce086472d027945c61f5b1b0a5f3ff64900af7bfdb5b0030991866466d347955e6ff4b77c7874ae5134adb9189762e9ee40200
7
+ data.tar.gz: 3f1473995d0664de95edebbd72ee3f21695e092b78d773e96aa884844364473312471b771f5d298d70309f7a17ccdde96208b323c7211f7c3ce46201f35d2ede
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.1
11
11
  licenses:
12
12
  - CC-BY-SA-4.0
13
13
  slideshare_id:
Binary file
data/ruby-adbc.rab CHANGED
@@ -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
@@ -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
 
@@ -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.1
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit