rabbit-slide-kou-db-tech-showcase-online-2020 2020.12.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.rd +48 -0
- data/Rakefile +18 -0
- data/config.yaml +23 -0
- data/images/amazon-athena-improvement.svg +58 -0
- data/images/apache-arrow-and-amazon-athena.svg +1846 -0
- data/images/apache-arrow-and-apache-spark.svg +1306 -0
- data/images/apache-arrow-and-data-interchange.svg +833 -0
- data/images/apache-spark-improvement.svg +58 -0
- data/images/columnar.svg +641 -0
- data/images/simd-null.svg +285 -0
- data/pdf/db-tech-showcase-online-2020-why-apache-arrow-format-is-fast.pdf +0 -0
- data/theme.rb +5 -0
- data/thumbnail.png +0 -0
- data/why-apache-arrow-format-is-fast.rab +460 -0
- metadata +89 -0
metadata
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-db-tech-showcase-online-2020
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2020.12.8.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- 須藤功平
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-11-30 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rabbit-theme-clear-code
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: |-
|
42
|
+
2020年代、ビッグデータをどう扱えばよいか。今は各プロダクト毎に効率的な扱い方を実装していますが、2020年代はそんな時代ではありません!ビッグデータの扱いでも、共通で必要なものはプロダクトを超えて協力して開発して共有する、そんな時代です!ビッグデータのための共通基盤、それがオープンソースのApache Arrowです。AmazonもGoogleもNVIDIAも開発に参加しています。
|
43
|
+
|
44
|
+
このセッションではApache Arrow開発チームの主要メンバーがApache Arrowフォーマットがなぜ速いのかを説明します。
|
45
|
+
email:
|
46
|
+
- kou@clear-code.com
|
47
|
+
executables: []
|
48
|
+
extensions: []
|
49
|
+
extra_rdoc_files: []
|
50
|
+
files:
|
51
|
+
- ".rabbit"
|
52
|
+
- README.rd
|
53
|
+
- Rakefile
|
54
|
+
- config.yaml
|
55
|
+
- images/amazon-athena-improvement.svg
|
56
|
+
- images/apache-arrow-and-amazon-athena.svg
|
57
|
+
- images/apache-arrow-and-apache-spark.svg
|
58
|
+
- images/apache-arrow-and-data-interchange.svg
|
59
|
+
- images/apache-spark-improvement.svg
|
60
|
+
- images/columnar.svg
|
61
|
+
- images/simd-null.svg
|
62
|
+
- pdf/db-tech-showcase-online-2020-why-apache-arrow-format-is-fast.pdf
|
63
|
+
- theme.rb
|
64
|
+
- thumbnail.png
|
65
|
+
- why-apache-arrow-format-is-fast.rab
|
66
|
+
homepage: https://slide.rabbit-shocker.org/authors/kou/db-tech-showcase-online-2020/
|
67
|
+
licenses:
|
68
|
+
- CC-BY-SA-4.0
|
69
|
+
metadata: {}
|
70
|
+
post_install_message:
|
71
|
+
rdoc_options: []
|
72
|
+
require_paths:
|
73
|
+
- lib
|
74
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '0'
|
79
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
requirements: []
|
85
|
+
rubygems_version: 3.2.0.rc.2
|
86
|
+
signing_key:
|
87
|
+
specification_version: 4
|
88
|
+
summary: Apache Arrowフォーマットはなぜ速いのか
|
89
|
+
test_files: []
|