rabbit-slide-kou-the-data-thread 2022.6.23.0 → 2022.6.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rd +4 -1
- data/config.yaml +2 -2
- data/pdf/the-data-thread-why-apache-arrow-is-important-for-ruby.pdf +0 -0
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5336bf489821c8248b5bdfbf041817293e3677355471d7295c0fa96d5b523a0
|
4
|
+
data.tar.gz: 331e3c5341e2a3d581433a41fd5aad9e0af32a864d62c13dc20782402212caf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9acd102eb00751d6bfc7620c2ad9288e46aaf3df05eb20ee48129f1ad59ce04689ecde1d408b2f4547145169f8b014a68135622ce0bf830ce48b77159f09c55
|
7
|
+
data.tar.gz: c39504175545acddece5e379fde76d640622dcf407610fdac6fc746aad5b9f48e37131a017915f4bea6d88c9fd3f371a23ef3ed7f6a35093d3eef80edab4fb36
|
data/README.rd
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
= Why Apache Arrow is important for Ruby
|
2
2
|
|
3
|
-
|
3
|
+
It is known for data processing world that Apache Arrow is
|
4
|
+
important. This talk shares why Apache Arrow is important especially
|
5
|
+
for Ruby community and how to make positive spiral. Also, this talk
|
6
|
+
introduces about Apache Arrow features Ruby community works on.
|
4
7
|
|
5
8
|
== For author
|
6
9
|
|
data/config.yaml
CHANGED
@@ -7,13 +7,13 @@ tags:
|
|
7
7
|
- apachearrow
|
8
8
|
- ruby
|
9
9
|
presentation_date: 2022-06-23
|
10
|
-
version: 2022.6.23.
|
10
|
+
version: 2022.6.23.1
|
11
11
|
licenses:
|
12
12
|
- CC-BY-SA-4.0
|
13
13
|
slideshare_id:
|
14
14
|
speaker_deck_id:
|
15
15
|
vimeo_id:
|
16
|
-
youtube_id:
|
16
|
+
youtube_id: ex6qoj8agvk
|
17
17
|
width: 1920
|
18
18
|
height: 1080
|
19
19
|
source_code_uri:
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-the-data-thread
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2022.6.23.
|
4
|
+
version: 2022.6.23.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: 2022-
|
11
|
+
date: 2022-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -38,7 +38,11 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description: |-
|
42
|
+
It is known for data processing world that Apache Arrow is
|
43
|
+
important. This talk shares why Apache Arrow is important especially
|
44
|
+
for Ruby community and how to make positive spiral. Also, this talk
|
45
|
+
introduces about Apache Arrow features Ruby community works on.
|
42
46
|
email:
|
43
47
|
- kou@clear-code.com
|
44
48
|
executables: []
|