rabbit-slide-kou-nagoya-rubykaigi-03 2017.2.11.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 +81 -0
- data/Rakefile +18 -0
- data/apache-arrow-gi-based-ruby-bindings.rab +766 -0
- data/config.yaml +27 -0
- data/data/hebi.svg +1108 -0
- data/data/hebi_blue.svg +1110 -0
- data/data/panda_kotatsu.svg +78 -0
- data/examples/data/bow.data.tf.filtered +0 -0
- data/examples/data/bow.data.tf.raw +0 -0
- data/examples/data/bow.data.tfidf.filtered +0 -0
- data/examples/data/bow.data.tfidf.raw +0 -0
- data/examples/data/bow.metadata.tf.filtered +1 -0
- data/examples/data/bow.metadata.tf.raw +1 -0
- data/examples/data/bow.metadata.tfidf.filtered +1 -0
- data/examples/data/bow.metadata.tfidf.raw +1 -0
- data/examples/data/topics.tf.filtered +0 -0
- data/examples/data/topics.tf.raw +0 -0
- data/examples/data/topics.tfidf.filtered +0 -0
- data/examples/data/topics.tfidf.raw +0 -0
- data/examples/estimate-topics.py +72 -0
- data/examples/raw-show-related-terms.rb +38 -0
- data/examples/raw-write-bow.rb +124 -0
- data/examples/read.rb +30 -0
- data/examples/run.sh +33 -0
- data/examples/show-related-terms.rb +39 -0
- data/examples/show.sh +20 -0
- data/examples/write-bow.rb +96 -0
- data/examples/write.py +15 -0
- data/images/clear-code.svg +161 -0
- data/images/copy-data-between-system.png +0 -0
- data/images/groonga-logo.svg +118 -0
- data/images/rroonga-logo.svg +117 -0
- data/images/share-data-between-system.png +0 -0
- data/images/system-with-ruby.png +0 -0
- data/pdf/nagoya-rubykaigi-03-apache-arrow-gi-based-ruby-bindings.pdf +0 -0
- data/theme.rb +6 -0
- metadata +113 -0
Binary file
|
Binary file
|
Binary file
|
data/theme.rb
ADDED
metadata
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-nagoya-rubykaigi-03
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2017.2.11.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- 須藤功平
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-02-11 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
|
42
|
+
Arrowと連携すると表明しているところです。RubyでもApache Arrowを使えるようになるとRubyでも既存のデータ分析関連プロダクトと連携できるようになります。そうなれるようにGObject
|
43
|
+
Introspectionを使ってRubyからApache Arrowを使えるようにする方法を紹介します。
|
44
|
+
email:
|
45
|
+
- kou@clear-code.com
|
46
|
+
executables: []
|
47
|
+
extensions: []
|
48
|
+
extra_rdoc_files: []
|
49
|
+
files:
|
50
|
+
- ".rabbit"
|
51
|
+
- README.rd
|
52
|
+
- Rakefile
|
53
|
+
- apache-arrow-gi-based-ruby-bindings.rab
|
54
|
+
- config.yaml
|
55
|
+
- data/hebi.svg
|
56
|
+
- data/hebi_blue.svg
|
57
|
+
- data/panda_kotatsu.svg
|
58
|
+
- examples/data/bow.data.tf.filtered
|
59
|
+
- examples/data/bow.data.tf.raw
|
60
|
+
- examples/data/bow.data.tfidf.filtered
|
61
|
+
- examples/data/bow.data.tfidf.raw
|
62
|
+
- examples/data/bow.metadata.tf.filtered
|
63
|
+
- examples/data/bow.metadata.tf.raw
|
64
|
+
- examples/data/bow.metadata.tfidf.filtered
|
65
|
+
- examples/data/bow.metadata.tfidf.raw
|
66
|
+
- examples/data/topics.tf.filtered
|
67
|
+
- examples/data/topics.tf.raw
|
68
|
+
- examples/data/topics.tfidf.filtered
|
69
|
+
- examples/data/topics.tfidf.raw
|
70
|
+
- examples/estimate-topics.py
|
71
|
+
- examples/raw-show-related-terms.rb
|
72
|
+
- examples/raw-write-bow.rb
|
73
|
+
- examples/read.rb
|
74
|
+
- examples/run.sh
|
75
|
+
- examples/show-related-terms.rb
|
76
|
+
- examples/show.sh
|
77
|
+
- examples/write-bow.rb
|
78
|
+
- examples/write.py
|
79
|
+
- images/clear-code.svg
|
80
|
+
- images/copy-data-between-system.png
|
81
|
+
- images/groonga-logo.svg
|
82
|
+
- images/rroonga-logo.svg
|
83
|
+
- images/share-data-between-system.png
|
84
|
+
- images/system-with-ruby.png
|
85
|
+
- pdf/nagoya-rubykaigi-03-apache-arrow-gi-based-ruby-bindings.pdf
|
86
|
+
- theme.rb
|
87
|
+
homepage: http://slide.rabbit-shocker.org/authors/kou/nagoya-rubykaigi-03/
|
88
|
+
licenses:
|
89
|
+
- CC-BY-SA-4.0
|
90
|
+
- Apache-2.0
|
91
|
+
- CC-BY-3.0
|
92
|
+
metadata: {}
|
93
|
+
post_install_message:
|
94
|
+
rdoc_options: []
|
95
|
+
require_paths:
|
96
|
+
- lib
|
97
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - ">="
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '0'
|
102
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
|
+
requirements:
|
104
|
+
- - ">="
|
105
|
+
- !ruby/object:Gem::Version
|
106
|
+
version: '0'
|
107
|
+
requirements: []
|
108
|
+
rubyforge_project:
|
109
|
+
rubygems_version: 2.5.2
|
110
|
+
signing_key:
|
111
|
+
specification_version: 4
|
112
|
+
summary: Apache ArrowのRubyバインディングをGObject Introspectionで
|
113
|
+
test_files: []
|