rabbit-slide-kou-myna-201404 2014.4.14.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 +33 -0
- data/Rakefile +17 -0
- data/config.yaml +24 -0
- data/mroonga-not-bundled-in-mariadb.rab +122 -0
- data/pdf/myna-201404-mroonga-not-bundled-in-mariadb.pdf +0 -0
- data/theme.rb +6 -0
- metadata +79 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 06158968b30600c7b2fb21155e36c39bb3371968
|
4
|
+
data.tar.gz: 2ec8796f3f2f750571f69c70f91f62fdf2815c5d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 12a286108c74efde1662942e3f2fa77019760dc45fd981b8be134369ef139744d00a5675e4f9334a406c588c12327f986c1e470b00e10dec137537f1998ed0b5
|
7
|
+
data.tar.gz: 61eeaa42a8e2e2cd7ced058a3573332c93f7b85a45cec45f1fa2f1ba543b68072473c1045f6abdd7bf90be8130b71a4ab9f9e7106b50c0e5045f1901d971fab2
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
mroonga-not-bundled-in-mariadb.rab
|
data/README.rd
ADDED
@@ -0,0 +1,33 @@
|
|
1
|
+
= MariaDBにバンドルされていないMroonga
|
2
|
+
|
3
|
+
MroongaがどうしてまだMariaDBにバンドルされていないかを説明します。
|
4
|
+
|
5
|
+
== ライセンス
|
6
|
+
|
7
|
+
CC BY-SA 3.0
|
8
|
+
|
9
|
+
原著作者名は以下の通りです。
|
10
|
+
|
11
|
+
* Groongaプロジェクト
|
12
|
+
* 須藤功平(またはKouhei Sutou)
|
13
|
+
|
14
|
+
== 作者向け
|
15
|
+
|
16
|
+
=== 表示
|
17
|
+
|
18
|
+
rake
|
19
|
+
|
20
|
+
=== 公開
|
21
|
+
|
22
|
+
rake publish
|
23
|
+
|
24
|
+
== 閲覧者向け
|
25
|
+
|
26
|
+
=== インストール
|
27
|
+
|
28
|
+
gem install rabbit-slide-kou-myna-201404
|
29
|
+
|
30
|
+
=== 表示
|
31
|
+
|
32
|
+
rabbit rabbit-slide-kou-myna-201404.gem
|
33
|
+
|
data/Rakefile
ADDED
@@ -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
|
+
# task.spec.files += Dir.glob("images/**/*.*")
|
9
|
+
# task.spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
task.spec.add_runtime_dependency("rabbit-theme-groonga", ">= 1.0.1")
|
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
|
data/config.yaml
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
id: myna-201404
|
3
|
+
base_name: mroonga-not-bundled-in-mariadb
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- mroonga
|
7
|
+
- mariadb
|
8
|
+
- myna
|
9
|
+
presentation_date: 2014-04-14
|
10
|
+
version: 2014.4.14.0
|
11
|
+
licenses:
|
12
|
+
- CC BY-SA 3.0
|
13
|
+
slideshare_id: myna-201404
|
14
|
+
speaker_deck_id: mariadbnibandorusareteinaimroonga
|
15
|
+
ustream_id:
|
16
|
+
vimeo_id:
|
17
|
+
youtube_id:
|
18
|
+
author:
|
19
|
+
markup_language: :rd
|
20
|
+
name: Kouhei Sutou
|
21
|
+
email: kou@clear-code.com
|
22
|
+
rubygems_user: kou
|
23
|
+
slideshare_user: kou
|
24
|
+
speaker_deck_user: kou
|
@@ -0,0 +1,122 @@
|
|
1
|
+
= MariaDBに\nバンドル\nされていない\nMroonga
|
2
|
+
|
3
|
+
: author
|
4
|
+
須藤功平
|
5
|
+
: institution
|
6
|
+
クリアコード
|
7
|
+
: content-source
|
8
|
+
MyNA会 2014年4月
|
9
|
+
: date
|
10
|
+
2014/04/14
|
11
|
+
: allotted-time
|
12
|
+
5m
|
13
|
+
: theme
|
14
|
+
.
|
15
|
+
|
16
|
+
= 話すこと
|
17
|
+
|
18
|
+
* @yoku0825さんおめでとう!
|
19
|
+
* MariaDBとMroongaのこと
|
20
|
+
|
21
|
+
= MariaDBとMroongaの現状1
|
22
|
+
|
23
|
+
* MariaDB 10.0.10: 2014-03-31
|
24
|
+
* Mroonga 4.0.1: 2014-03-29
|
25
|
+
* ↑の組み合わせでビルドできない
|
26
|
+
* 10.0.9からAPIが変わった…
|
27
|
+
|
28
|
+
= MariaDBとMroongaの現状2
|
29
|
+
|
30
|
+
* MariaDB 10.0.10: 2014-03-31
|
31
|
+
* Mroonga master
|
32
|
+
* ↑の組み合わせでビルドできる
|
33
|
+
* API変更に対応
|
34
|
+
|
35
|
+
= OSC 2011.DB\n(2011/11/05)
|
36
|
+
|
37
|
+
= MariaDBバンドル予定!
|
38
|
+
|
39
|
+
= 第2回 MariaDB/MySQL コミュニティ イベント in Tokyo\n(2014/02/18)
|
40
|
+
|
41
|
+
= Mroongaは\n本当に\nバンドル\nされるの?
|
42
|
+
|
43
|
+
= MariaDB 10.0.9に\nバンドル\nするよ!
|
44
|
+
|
45
|
+
= MariaDB 10.0.10\nリリース!\n(GA)\n(2014/03/31)
|
46
|
+
|
47
|
+
= MariaDB 10.0.10
|
48
|
+
|
49
|
+
Mroongaを\n
|
50
|
+
バンドルして\n
|
51
|
+
いない
|
52
|
+
|
53
|
+
= バンドルに必要なこと
|
54
|
+
|
55
|
+
* MariaDBのソースツリーへ統合
|
56
|
+
* ビルドシステムに組み込む\n
|
57
|
+
(('note:storage/以下にぶち込んでビルドできるようにする'))
|
58
|
+
* 各種環境でテストが通ること
|
59
|
+
* MariaDBはbuildbotを使っている
|
60
|
+
* 古い環境とかWindowsとかもある
|
61
|
+
|
62
|
+
= 終わった作業
|
63
|
+
|
64
|
+
* ソースツリーへ統合
|
65
|
+
* CMake対応
|
66
|
+
* Groongaバンドル版Mroongaの作成
|
67
|
+
* MariaDBの\n
|
68
|
+
ビルドシステムの作法に対応
|
69
|
+
|
70
|
+
= ビルドシステムの作法
|
71
|
+
|
72
|
+
(('tag:center'))↓が動くようにする
|
73
|
+
|
74
|
+
if(WITH_MROONGA_STORAGE_ENGINE)
|
75
|
+
MYSQL_ADD_PLUGIN(mroonga ...)
|
76
|
+
endif()
|
77
|
+
|
78
|
+
= 残作業
|
79
|
+
|
80
|
+
* 各種環境でテストが通ること
|
81
|
+
* OK: 新しめのGNU/Linux
|
82
|
+
* OK: Windows(('note:(ビルドテストのみ)'))
|
83
|
+
* NG: 古い環境(('note:(もう解決したかも)'))
|
84
|
+
* NG: 夏時間中の環境
|
85
|
+
* NG: プラグインが消せない(('note:(なぜ?)'))
|
86
|
+
|
87
|
+
= バンドル希望の理由
|
88
|
+
|
89
|
+
* Windowsのパッケージを\n
|
90
|
+
自分たちで作りたくなかった
|
91
|
+
* 自動化できない
|
92
|
+
* 環境がない
|
93
|
+
* = メンテナンスコスト高い
|
94
|
+
|
95
|
+
= バンドル対応
|
96
|
+
|
97
|
+
コスト高い\n
|
98
|
+
(('note:(あれ…?)'))
|
99
|
+
|
100
|
+
= まとめ
|
101
|
+
|
102
|
+
* MariaDB 10.0.10
|
103
|
+
* Mroongaをバンドルしていない
|
104
|
+
* Mroonga 4.0.1を使えない
|
105
|
+
* Mroonga masterは使える
|
106
|
+
* バンドル
|
107
|
+
* 各種環境への対応が大変
|
108
|
+
* 手伝いたい人いません?
|
109
|
+
|
110
|
+
= 参考1
|
111
|
+
|
112
|
+
* チケット:\n
|
113
|
+
[MDEV-5222] Mroonga storage engine\n
|
114
|
+
(('note:https://mariadb.atlassian.net/browse/MDEV-5222'))
|
115
|
+
* リポジトリ:\n
|
116
|
+
lp:~maria-captains/maria/10.0-mroonga\n
|
117
|
+
(('note:https://code.launchpad.net/~maria-captains/maria/10.0-mroonga'))
|
118
|
+
|
119
|
+
= 参考2
|
120
|
+
|
121
|
+
* buildbot\n
|
122
|
+
(('note:https://buildbot.askmonty.org/buildbot/grid?branch=10.0-mroonga'))
|
Binary file
|
data/theme.rb
ADDED
metadata
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-myna-201404
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2014.4.14.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kouhei Sutou
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-04-10 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-groonga
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.0.1
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 1.0.1
|
41
|
+
description: MroongaがどうしてまだMariaDBにバンドルされていないかを説明します。
|
42
|
+
email:
|
43
|
+
- kou@clear-code.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- .rabbit
|
49
|
+
- config.yaml
|
50
|
+
- Rakefile
|
51
|
+
- theme.rb
|
52
|
+
- README.rd
|
53
|
+
- mroonga-not-bundled-in-mariadb.rab
|
54
|
+
- pdf/myna-201404-mroonga-not-bundled-in-mariadb.pdf
|
55
|
+
homepage: http://slide.rabbit-shocker.org/authors/kou/myna-201404/
|
56
|
+
licenses:
|
57
|
+
- CC BY-SA 3.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.0.14
|
76
|
+
signing_key:
|
77
|
+
specification_version: 4
|
78
|
+
summary: MariaDBにバンドルされていないMroonga
|
79
|
+
test_files: []
|