rabbit-slide-kou-apache-arrow-osaka 2017.5.28.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 31ceeda19d3094c1669a7687a10d89515f27b8d0
4
+ data.tar.gz: fa891c608046c2678d74454b0f10fca8252e67f8
5
+ SHA512:
6
+ metadata.gz: 8bef9b14bcf5a90ba5b32fc11751a8d8a72320ae9753fb4302a44c4d0e496927cc9305b3f23c95222e36b5ae2f5c70d47759ddfe3eb107c0a4f22540269949e4
7
+ data.tar.gz: '0610531180d16fe626c8211567bc7e72abe14adc78b5a33158200868295629d49d3778de15b328103c42bb3800a97300d5041c2b1071d3ecfadf03f1b70a96be'
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ apache-arrow.rab
@@ -0,0 +1,34 @@
1
+ = Apache Arrow
2
+
3
+ Apache Arrowが解決したい問題、設計方針、速さの秘密、現在できること、今後できるようになることなど、Apache Arrowを知らない人でもApache Arrowのことがわかるようになる説明をします。
4
+
5
+ == ライセンス
6
+
7
+ === スライド
8
+
9
+ CC BY-SA 4.0
10
+
11
+ 原著作者名は以下の通りです。
12
+
13
+ * 須藤功平(またはKouhei Sutou)
14
+
15
+ == 作者向け
16
+
17
+ === 表示
18
+
19
+ rake
20
+
21
+ === 公開
22
+
23
+ rake publish
24
+
25
+ == 閲覧者向け
26
+
27
+ === インストール
28
+
29
+ gem install rabbit-slide-kou-apache-arrow-osaka
30
+
31
+ === 表示
32
+
33
+ rabbit rabbit-slide-kou-apache-arrow-osaka.gem
34
+
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ spec.add_runtime_dependency("rabbit-theme-clear-code")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,157 @@
1
+ = Apache Arrow
2
+
3
+ : author
4
+ 須藤功平
5
+ : institution
6
+ クリアコード
7
+ : content-source
8
+ データ分析用次世代データフォーマットApache Arrow勉強会
9
+ : date
10
+ 2017-05-28
11
+ : allotted-time
12
+ 60m
13
+ : theme
14
+ clear-code
15
+
16
+ = ハッシュタグ
17
+
18
+ (('#osaka_arrow'))\n
19
+ (('note:今日はいろんなURLを参照するのでそれらを共有したい'))
20
+
21
+ = 流れ
22
+
23
+ (1) Apache Arrowの概要を知る
24
+ (2) Apache Arrowの詳細を知る
25
+ (3) Apache Arrow関連の開発に\n
26
+ 参加する方法を知る
27
+
28
+ = 概要
29
+
30
+ DataScience.rbワークショップ\n
31
+ の資料で紹介
32
+
33
+ * RubyもApache Arrowで\n
34
+ データ処理言語の仲間入り\n
35
+ (('tag:small:https://slide.rabbit-shocker.org/authors/kou/data-science-rb/'))
36
+
37
+ = 詳細
38
+
39
+ * 最新情報はWes McKinneyさんのスライドを見るのがよい
40
+ * https://www.slideshare.net/wesm/
41
+ * 例:
42
+ * (('tag:xx-small'))
43
+ https://www.slideshare.net/wesm/memory-interoperability-in-analytics-and-machine-learning
44
+ * (('tag:xx-small'))
45
+ https://www.slideshare.net/wesm/nextgeneration-python-big-data-tools-powered-by-apache-arrow
46
+
47
+ = 紹介
48
+
49
+ * (('tag:xx-small:https://www.slideshare.net/MapR_Japan/apache-arrow-value-vectors-tokyo-apache-drill-meetup-20160322'))
50
+ * (('tag:xx-small:https://www.slideshare.net/wesm/nextgeneration-python-big-data-tools-powered-by-apache-arrow'))
51
+ * (('tag:xx-small:https://www.slideshare.net/wesm/memory-interoperability-in-analytics-and-machine-learning'))
52
+
53
+ = 開発に参加
54
+
55
+ * Apache Arrowの旨味がでる状態
56
+ * みんながApache Arrowを使う
57
+ * 早く↑の状態にするには
58
+ * Apache Arrow関連の開発に参加!\n
59
+ (('note:待っていることもできるけど一緒にやろうよ!'))
60
+
61
+ = Apache Arrowの開発に参加
62
+
63
+ * JIRA:(('tag:xx-small:https://issues.apache.org/jira/browse/ARROW/'))
64
+ * コミットはすべてチケットに紐づく
65
+ * こういうのやりたいねー!も\n
66
+ チケットになる
67
+ * メーリングリスト:(('tag:xx-small:dev@arrow.apache.org'))\n
68
+ (('note:dev-subscribe@arrow.apache.orgにメールを送ればOK'))
69
+ * 基本的にここでディスカッション
70
+ * JIRAの新規チケットも流れる
71
+
72
+ = Apache Arrowの開発に参加
73
+
74
+ * バグレポート
75
+ * JIRAにチケット作成
76
+ * バグ修正・機能追加
77
+ * JIRAにチケット作成→GitHubでPR\n
78
+ (('note:Pull Requestタイトルにルールあり(後述)'))
79
+ * 相談
80
+ * メーリングリスト
81
+
82
+ = PRのタイトル
83
+
84
+ フォーマット:
85
+ ARROW-XXX: [YYY] ...
86
+ 例:
87
+ ARROW-897: [GLib] Extract ...
88
+
89
+ ARROW-XXX: JIRAのissue ID
90
+ [YYY]: モジュール名
91
+
92
+ = モジュール
93
+
94
+ * Java: Java実装
95
+ * C++: C++実装
96
+ * GLib: C++実装のCラッパー\n
97
+ (('note:(各種言語バインディング向け)'))
98
+ * GLibを使用
99
+ * JS: JavaScript実装
100
+ * TypeScriptを使用
101
+
102
+ = WANTED: モジュール
103
+
104
+ (('tag:center'))
105
+ ↓は未着手なはずなので\n
106
+ ここから開発に参加もあり
107
+
108
+ * R: C++実装のR(('note:cpp'))ラッパー
109
+ * Go: Go実装
110
+ * すでにGLib経由で使えるけど\n
111
+ ネイティブ実装の方がいいかも?
112
+ * Rust: Rust実装
113
+
114
+ = Apache Arrow関連の開発
115
+
116
+ * 大量のデータ交換が必要な\n
117
+ プロダクトをArrowに対応させる
118
+ * 例:Apache Spark\n
119
+ (('note:(PySparkはすでに進んでいる:SPARK-13534)'))
120
+ * 参考:対応済みプロダクト
121
+ * Groonga: http://groonga.org/
122
+ * Ray: (('tag:x-small:https://github.com/ray-project/ray'))
123
+
124
+ = Red Data Tools
125
+
126
+ (('tag:center'))
127
+ (('tag:small'))
128
+ https://red-data-tools.github.io/
129
+
130
+ * Ruby用データ分析ツールを\n
131
+ 揃えよう!プロジェクト
132
+ * Apache Arrowベース
133
+ * ただし!できるだけRuby以外でも使えるようにしたい!
134
+
135
+ = Ruby以外でも使える?
136
+
137
+ * GLibバインディングとして開発\n
138
+ (('note:(Ruby専用バインディングとして開発しない)'))
139
+ * Luaとかでも使えるようになる
140
+ * 例:parquet-glib\n
141
+ (('tag:xx-small:https://github.com/red-data-tools/parquet-glib'))
142
+ * 例:xtensor-glib\n
143
+ (('tag:xx-small:https://github.com/red-data-tools/xtensor-glib'))
144
+
145
+ = Ruby以外でも使える?
146
+
147
+ * データも似たような感じで
148
+ * どうすればいろんな言語から\n
149
+ 使いやすくなるかは要検討
150
+
151
+ = 開発に参加しよう!
152
+
153
+ * Apache Arrow
154
+ * dev@arrow.apache.org
155
+ * Red Data Tools
156
+ * https://gitter.im/red-data-tools
157
+ * Arrowが嬉しそうなプロダクト
@@ -0,0 +1,23 @@
1
+ ---
2
+ id: apache-arrow-osaka
3
+ base_name: apache-arrow
4
+ tags:
5
+ - rabbit
6
+ - arrow
7
+ - data
8
+ presentation_date: 2017-05-28
9
+ version: 2017.5.28.0
10
+ licenses:
11
+ - CC-BY-SA-4.0
12
+ slideshare_id:
13
+ speaker_deck_id:
14
+ ustream_id:
15
+ vimeo_id:
16
+ youtube_id:
17
+ author:
18
+ markup_language: :rd
19
+ name: Kouhei Sutou
20
+ email: kou@clear-code.com
21
+ rubygems_user: kou
22
+ slideshare_user:
23
+ speaker_deck_user:
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-apache-arrow-osaka
3
+ version: !ruby/object:Gem::Version
4
+ version: 2017.5.28.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-28 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: Apache Arrowが解決したい問題、設計方針、速さの秘密、現在できること、今後できるようになることなど、Apache Arrowを知らない人でもApache
42
+ Arrowのことがわかるようになる説明をします。
43
+ email:
44
+ - kou@clear-code.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".rabbit"
50
+ - README.rd
51
+ - Rakefile
52
+ - apache-arrow.rab
53
+ - config.yaml
54
+ - pdf/apache-arrow-osaka-apache-arrow.pdf
55
+ homepage: http://slide.rabbit-shocker.org/authors/kou/apache-arrow-osaka/
56
+ licenses:
57
+ - CC-BY-SA-4.0
58
+ metadata: {}
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ requirements: []
74
+ rubyforge_project:
75
+ rubygems_version: 2.5.2
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: Apache Arrow
79
+ test_files: []