rabbit-slide-kou-groonga-night-4 2013.11.29.0 → 2013.11.29.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rd +12 -3
- data/Rakefile +1 -1
- data/config.yaml +1 -1
- data/groonga-family-2013.rab +29 -8
- data/images/groonga-and-grnxx-difference.svg +472 -63
- data/images/groonga-server.svg +43 -2
- data/images/readable-code.jpeg +0 -0
- data/pdf/groonga-night-4-groonga-family-2013.pdf +0 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88a9d82f837d8d5cc5d0ba015b3fe5dbb3843228
|
4
|
+
data.tar.gz: d9818ce7825481f21d4aeb9c5822738fbc746d85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f3641140d50f802ec2e54f8ea07ed788d383f864da6de1537f37bbc61d2fb4f003afdd97cb2be99815a6a0faaf2fafa774ca3b327b8493fcd794c59ebe6c069
|
7
|
+
data.tar.gz: fcafa4bcc3b1f452b217750909f56f29b791814e3191506252e79ac129a815b7699b9825dbc6ede492e3d5a58cb87ab9c7265646b58618a8d222263013b567f1
|
data/README.rd
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= Groonga族2013
|
2
2
|
|
3
|
-
Groonga、Mroonga、Rroonga、Droongaなど、Groonga
|
4
|
-
|
3
|
+
Groonga、Mroonga、Rroonga、Droongaなど、Groonga関連プロジェクトの概要と
|
4
|
+
最新情報を紹介します。
|
5
5
|
|
6
6
|
== ライセンス
|
7
7
|
|
@@ -11,6 +11,9 @@ Groonga、Mroonga、Rroonga、Droongaなど、Groonga関連プロジェクトの
|
|
11
11
|
|
12
12
|
images/以下にある以下のファイル。
|
13
13
|
|
14
|
+
* droonga-icon.svg
|
15
|
+
* droonga-icon-full-size.svg
|
16
|
+
* droonga-logo.svg
|
14
17
|
* groonga-icon.svg
|
15
18
|
* groonga-icon-full-size.svg
|
16
19
|
* groonga-logo.svg
|
@@ -34,8 +37,14 @@ CC BY-SA 3.0
|
|
34
37
|
|
35
38
|
images/以下にある以下のファイル。
|
36
39
|
|
37
|
-
*
|
40
|
+
* grnxx.svg
|
41
|
+
* groonga-and-grnxx-difference.svg
|
42
|
+
* groonga-database.svg
|
38
43
|
* groonga-family.svg
|
44
|
+
* groonga-library.svg
|
45
|
+
* groonga-server.svg
|
46
|
+
* groonga.svg
|
47
|
+
* logos.svg
|
39
48
|
|
40
49
|
CC BY-SA 3.0
|
41
50
|
|
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ Rabbit::Task::Slide.new do |task|
|
|
7
7
|
spec = task.spec
|
8
8
|
task.spec.files += Dir.glob("images/**/*.*")
|
9
9
|
# task.spec.files -= Dir.glob("private/**/*.*")
|
10
|
-
task.spec.add_runtime_dependency("rabbit-theme-groonga")
|
10
|
+
task.spec.add_runtime_dependency("rabbit-theme-groonga", ">= 1.0.1")
|
11
11
|
end
|
12
12
|
|
13
13
|
desc "Tag #{spec.version}"
|
data/config.yaml
CHANGED
data/groonga-family-2013.rab
CHANGED
@@ -19,6 +19,13 @@
|
|
19
19
|
道しるべを示す\n
|
20
20
|
(('note:(詳細には立ち入らない)'))
|
21
21
|
|
22
|
+
= リーダブルコードの解説者
|
23
|
+
|
24
|
+
# image
|
25
|
+
# src = images/readable-code.jpeg
|
26
|
+
# relative_height = 95
|
27
|
+
# reflect_ratio = 0.1
|
28
|
+
|
22
29
|
= 内容
|
23
30
|
|
24
31
|
* 大事なお知らせ
|
@@ -28,22 +35,22 @@
|
|
28
35
|
|
29
36
|
= 大事なお知らせ(1)
|
30
37
|
|
31
|
-
|
38
|
+
(('tag:groonga:G'))roonga 3.1.0\n
|
32
39
|
リリース!
|
33
40
|
|
34
41
|
= 大事なお知らせ(2)
|
35
42
|
|
36
|
-
|
43
|
+
(('tag:mroonga:M'))roonga 3.10\n
|
37
44
|
リリース!
|
38
45
|
|
39
46
|
= 大事なお知らせ(3)
|
40
47
|
|
41
|
-
|
48
|
+
(('tag:rroonga:R'))roonga 3.1.0\n
|
42
49
|
リリース!
|
43
50
|
|
44
51
|
= 大事なお知らせ(4)
|
45
52
|
|
46
|
-
|
53
|
+
(('tag:droonga:D'))roonga 0.7.0\n
|
47
54
|
リリース!
|
48
55
|
|
49
56
|
= 大事なお知らせ(5)
|
@@ -52,13 +59,13 @@ Droonga 0.7.0\n
|
|
52
59
|
|
53
60
|
= 先頭大文字
|
54
61
|
|
55
|
-
|
62
|
+
(('tag:groonga:G'))roonga
|
56
63
|
|
57
64
|
= 他のGroonga族も
|
58
65
|
|
59
|
-
|
60
|
-
|
61
|
-
|
66
|
+
(('tag:mroonga:M'))roonga\n
|
67
|
+
(('tag:rroonga:R'))roonga\n
|
68
|
+
(('tag:droonga:D'))roonga
|
62
69
|
|
63
70
|
= ロゴ
|
64
71
|
|
@@ -180,12 +187,26 @@ Droonga
|
|
180
187
|
# src = images/groonga.svg
|
181
188
|
# relative_width = 90
|
182
189
|
|
190
|
+
= Grnxxの互換性
|
191
|
+
|
192
|
+
* 全文検索ライブラリー
|
193
|
+
* 互換性低い\n
|
194
|
+
(('note:シングルスレッド・シングルプロセスで使うなら互換'))
|
195
|
+
* 全文検索サーバー
|
196
|
+
* 互換
|
197
|
+
|
183
198
|
= GroongaとGrnxxの違い
|
184
199
|
|
185
200
|
# image
|
186
201
|
# src = images/groonga-and-grnxx-difference.svg
|
187
202
|
# relative_width = 90
|
188
203
|
|
204
|
+
= Groonga族(比較用)
|
205
|
+
|
206
|
+
# image
|
207
|
+
# src = images/groonga-family.svg
|
208
|
+
# relative_width = 90
|
209
|
+
|
189
210
|
= Grnxxの詳細
|
190
211
|
|
191
212
|
矢田さんから
|
@@ -718,6 +718,332 @@
|
|
718
718
|
style="fill:#a40000;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;marker-start:none"
|
719
719
|
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
720
720
|
</marker>
|
721
|
+
<filter
|
722
|
+
id="filter3185-2"
|
723
|
+
inkscape:label="Drop shadow"
|
724
|
+
width="1.5"
|
725
|
+
height="1.5"
|
726
|
+
x="-0.25"
|
727
|
+
y="-0.25"
|
728
|
+
color-interpolation-filters="sRGB">
|
729
|
+
<feGaussianBlur
|
730
|
+
id="feGaussianBlur3187-0"
|
731
|
+
in="SourceAlpha"
|
732
|
+
stdDeviation="2"
|
733
|
+
result="blur" />
|
734
|
+
<feColorMatrix
|
735
|
+
id="feColorMatrix3189-0"
|
736
|
+
result="bluralpha"
|
737
|
+
type="matrix"
|
738
|
+
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
|
739
|
+
<feOffset
|
740
|
+
id="feOffset3191-0"
|
741
|
+
in="bluralpha"
|
742
|
+
dx="4"
|
743
|
+
dy="4"
|
744
|
+
result="offsetBlur" />
|
745
|
+
<feMerge
|
746
|
+
id="feMerge3193-1">
|
747
|
+
<feMergeNode
|
748
|
+
id="feMergeNode3195-0"
|
749
|
+
in="offsetBlur" />
|
750
|
+
<feMergeNode
|
751
|
+
id="feMergeNode3197-3"
|
752
|
+
in="SourceGraphic" />
|
753
|
+
</feMerge>
|
754
|
+
</filter>
|
755
|
+
<marker
|
756
|
+
style="overflow:visible"
|
757
|
+
id="Arrow1Sendgqtp-3"
|
758
|
+
refX="0"
|
759
|
+
refY="0"
|
760
|
+
orient="auto"
|
761
|
+
inkscape:stockid="Arrow1Sendgqtp">
|
762
|
+
<path
|
763
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
764
|
+
style="fill:#0071bc;fill-rule:evenodd;stroke:#0071bc;stroke-width:1pt;marker-start:none"
|
765
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
766
|
+
id="path6070-7"
|
767
|
+
inkscape:connector-curvature="0" />
|
768
|
+
</marker>
|
769
|
+
<marker
|
770
|
+
inkscape:stockid="Arrow1SendCLI"
|
771
|
+
orient="auto"
|
772
|
+
refY="0"
|
773
|
+
refX="0"
|
774
|
+
id="Arrow1SendCLI-9"
|
775
|
+
style="overflow:visible">
|
776
|
+
<path
|
777
|
+
inkscape:connector-curvature="0"
|
778
|
+
id="path6066-8"
|
779
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
780
|
+
style="fill:#8f5902;fill-rule:evenodd;stroke:#8f5902;stroke-width:1pt;marker-start:none"
|
781
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
782
|
+
</marker>
|
783
|
+
<marker
|
784
|
+
inkscape:stockid="Arrow1SendAPI"
|
785
|
+
orient="auto"
|
786
|
+
refY="0"
|
787
|
+
refX="0"
|
788
|
+
id="Arrow1SendAPI-7"
|
789
|
+
style="overflow:visible">
|
790
|
+
<path
|
791
|
+
inkscape:connector-curvature="0"
|
792
|
+
id="path6062-6"
|
793
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
794
|
+
style="fill:#a40000;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;marker-start:none"
|
795
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
796
|
+
</marker>
|
797
|
+
<marker
|
798
|
+
inkscape:stockid="Arrow1SendSQL"
|
799
|
+
orient="auto"
|
800
|
+
refY="0"
|
801
|
+
refX="0"
|
802
|
+
id="Arrow1SendSQL-7"
|
803
|
+
style="overflow:visible">
|
804
|
+
<path
|
805
|
+
inkscape:connector-curvature="0"
|
806
|
+
id="path6058-3"
|
807
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
808
|
+
style="fill:#ff931e;fill-rule:evenodd;stroke:#ff931e;stroke-width:1pt;marker-start:none"
|
809
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
810
|
+
</marker>
|
811
|
+
<marker
|
812
|
+
style="overflow:visible"
|
813
|
+
id="Arrow1SendHTTP-2"
|
814
|
+
refX="0"
|
815
|
+
refY="0"
|
816
|
+
orient="auto"
|
817
|
+
inkscape:stockid="Arrow1SendHTTP">
|
818
|
+
<path
|
819
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
820
|
+
style="fill:#4e9a06;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1pt;marker-start:none"
|
821
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
822
|
+
id="path6054-3"
|
823
|
+
inkscape:connector-curvature="0" />
|
824
|
+
</marker>
|
825
|
+
<marker
|
826
|
+
inkscape:stockid="Arrow1SendCLI"
|
827
|
+
orient="auto"
|
828
|
+
refY="0"
|
829
|
+
refX="0"
|
830
|
+
id="marker4771"
|
831
|
+
style="overflow:visible">
|
832
|
+
<path
|
833
|
+
inkscape:connector-curvature="0"
|
834
|
+
id="path4773"
|
835
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
836
|
+
style="fill:#8f5902;fill-rule:evenodd;stroke:#8f5902;stroke-width:1pt;marker-start:none"
|
837
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
838
|
+
</marker>
|
839
|
+
<marker
|
840
|
+
inkscape:stockid="Arrow1SendCLI"
|
841
|
+
orient="auto"
|
842
|
+
refY="0"
|
843
|
+
refX="0"
|
844
|
+
id="marker4775"
|
845
|
+
style="overflow:visible">
|
846
|
+
<path
|
847
|
+
inkscape:connector-curvature="0"
|
848
|
+
id="path4777"
|
849
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
850
|
+
style="fill:#8f5902;fill-rule:evenodd;stroke:#8f5902;stroke-width:1pt;marker-start:none"
|
851
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
852
|
+
</marker>
|
853
|
+
<marker
|
854
|
+
style="overflow:visible"
|
855
|
+
id="marker4779"
|
856
|
+
refX="0"
|
857
|
+
refY="0"
|
858
|
+
orient="auto"
|
859
|
+
inkscape:stockid="Arrow1SendHTTP">
|
860
|
+
<path
|
861
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
862
|
+
style="fill:#4e9a06;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1pt;marker-start:none"
|
863
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
864
|
+
id="path4781"
|
865
|
+
inkscape:connector-curvature="0" />
|
866
|
+
</marker>
|
867
|
+
<marker
|
868
|
+
style="overflow:visible"
|
869
|
+
id="marker4783"
|
870
|
+
refX="0"
|
871
|
+
refY="0"
|
872
|
+
orient="auto"
|
873
|
+
inkscape:stockid="Arrow1SendHTTP">
|
874
|
+
<path
|
875
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
876
|
+
style="fill:#4e9a06;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1pt;marker-start:none"
|
877
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
878
|
+
id="path4785"
|
879
|
+
inkscape:connector-curvature="0" />
|
880
|
+
</marker>
|
881
|
+
<marker
|
882
|
+
style="overflow:visible"
|
883
|
+
id="marker4787"
|
884
|
+
refX="0"
|
885
|
+
refY="0"
|
886
|
+
orient="auto"
|
887
|
+
inkscape:stockid="Arrow1Sendgqtp">
|
888
|
+
<path
|
889
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
890
|
+
style="fill:#0071bc;fill-rule:evenodd;stroke:#0071bc;stroke-width:1pt;marker-start:none"
|
891
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
892
|
+
id="path4789"
|
893
|
+
inkscape:connector-curvature="0" />
|
894
|
+
</marker>
|
895
|
+
<marker
|
896
|
+
style="overflow:visible"
|
897
|
+
id="marker4791"
|
898
|
+
refX="0"
|
899
|
+
refY="0"
|
900
|
+
orient="auto"
|
901
|
+
inkscape:stockid="Arrow1Sendgqtp">
|
902
|
+
<path
|
903
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
904
|
+
style="fill:#0071bc;fill-rule:evenodd;stroke:#0071bc;stroke-width:1pt;marker-start:none"
|
905
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
906
|
+
id="path4793"
|
907
|
+
inkscape:connector-curvature="0" />
|
908
|
+
</marker>
|
909
|
+
<marker
|
910
|
+
inkscape:stockid="Arrow1SendAPI"
|
911
|
+
orient="auto"
|
912
|
+
refY="0"
|
913
|
+
refX="0"
|
914
|
+
id="marker4795"
|
915
|
+
style="overflow:visible">
|
916
|
+
<path
|
917
|
+
inkscape:connector-curvature="0"
|
918
|
+
id="path4797"
|
919
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
920
|
+
style="fill:#a40000;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;marker-start:none"
|
921
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
922
|
+
</marker>
|
923
|
+
<marker
|
924
|
+
inkscape:stockid="Arrow1SendAPI"
|
925
|
+
orient="auto"
|
926
|
+
refY="0"
|
927
|
+
refX="0"
|
928
|
+
id="marker4799"
|
929
|
+
style="overflow:visible">
|
930
|
+
<path
|
931
|
+
inkscape:connector-curvature="0"
|
932
|
+
id="path4801"
|
933
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
934
|
+
style="fill:#a40000;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;marker-start:none"
|
935
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
936
|
+
</marker>
|
937
|
+
<marker
|
938
|
+
inkscape:stockid="Arrow1SendSQL"
|
939
|
+
orient="auto"
|
940
|
+
refY="0"
|
941
|
+
refX="0"
|
942
|
+
id="marker4803"
|
943
|
+
style="overflow:visible">
|
944
|
+
<path
|
945
|
+
inkscape:connector-curvature="0"
|
946
|
+
id="path4805"
|
947
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
948
|
+
style="fill:#ff931e;fill-rule:evenodd;stroke:#ff931e;stroke-width:1pt;marker-start:none"
|
949
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
950
|
+
</marker>
|
951
|
+
<marker
|
952
|
+
inkscape:stockid="Arrow1SendSQL"
|
953
|
+
orient="auto"
|
954
|
+
refY="0"
|
955
|
+
refX="0"
|
956
|
+
id="marker4807"
|
957
|
+
style="overflow:visible">
|
958
|
+
<path
|
959
|
+
inkscape:connector-curvature="0"
|
960
|
+
id="path4809"
|
961
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
962
|
+
style="fill:#ff931e;fill-rule:evenodd;stroke:#ff931e;stroke-width:1pt;marker-start:none"
|
963
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
964
|
+
</marker>
|
965
|
+
<filter
|
966
|
+
id="filter4173-9"
|
967
|
+
inkscape:label="Drop shadow"
|
968
|
+
width="1.5"
|
969
|
+
height="1.5"
|
970
|
+
x="-0.25"
|
971
|
+
y="-0.25"
|
972
|
+
color-interpolation-filters="sRGB">
|
973
|
+
<feGaussianBlur
|
974
|
+
id="feGaussianBlur4175-9"
|
975
|
+
in="SourceAlpha"
|
976
|
+
stdDeviation="2"
|
977
|
+
result="blur" />
|
978
|
+
<feColorMatrix
|
979
|
+
id="feColorMatrix4177-9"
|
980
|
+
result="bluralpha"
|
981
|
+
type="matrix"
|
982
|
+
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
|
983
|
+
<feOffset
|
984
|
+
id="feOffset4179-9"
|
985
|
+
in="bluralpha"
|
986
|
+
dx="4"
|
987
|
+
dy="4"
|
988
|
+
result="offsetBlur" />
|
989
|
+
<feMerge
|
990
|
+
id="feMerge4181-0">
|
991
|
+
<feMergeNode
|
992
|
+
id="feMergeNode4183-1"
|
993
|
+
in="offsetBlur" />
|
994
|
+
<feMergeNode
|
995
|
+
id="feMergeNode4185-3"
|
996
|
+
in="SourceGraphic" />
|
997
|
+
</feMerge>
|
998
|
+
</filter>
|
999
|
+
<filter
|
1000
|
+
id="filter4197-0"
|
1001
|
+
inkscape:label="Drop shadow"
|
1002
|
+
width="1.5"
|
1003
|
+
height="1.5"
|
1004
|
+
x="-0.25"
|
1005
|
+
y="-0.25"
|
1006
|
+
color-interpolation-filters="sRGB">
|
1007
|
+
<feGaussianBlur
|
1008
|
+
id="feGaussianBlur4199-2"
|
1009
|
+
in="SourceAlpha"
|
1010
|
+
stdDeviation="2"
|
1011
|
+
result="blur" />
|
1012
|
+
<feColorMatrix
|
1013
|
+
id="feColorMatrix4201-1"
|
1014
|
+
result="bluralpha"
|
1015
|
+
type="matrix"
|
1016
|
+
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
|
1017
|
+
<feOffset
|
1018
|
+
id="feOffset4203-0"
|
1019
|
+
in="bluralpha"
|
1020
|
+
dx="4"
|
1021
|
+
dy="4"
|
1022
|
+
result="offsetBlur" />
|
1023
|
+
<feMerge
|
1024
|
+
id="feMerge4205-2">
|
1025
|
+
<feMergeNode
|
1026
|
+
id="feMergeNode4207-7"
|
1027
|
+
in="offsetBlur" />
|
1028
|
+
<feMergeNode
|
1029
|
+
id="feMergeNode4209-8"
|
1030
|
+
in="SourceGraphic" />
|
1031
|
+
</feMerge>
|
1032
|
+
</filter>
|
1033
|
+
<marker
|
1034
|
+
inkscape:stockid="Arrow1SendAPI"
|
1035
|
+
orient="auto"
|
1036
|
+
refY="0"
|
1037
|
+
refX="0"
|
1038
|
+
id="Arrow1SendAPI-0"
|
1039
|
+
style="overflow:visible">
|
1040
|
+
<path
|
1041
|
+
inkscape:connector-curvature="0"
|
1042
|
+
id="path6062-2"
|
1043
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
1044
|
+
style="fill:#a40000;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;marker-start:none"
|
1045
|
+
transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
|
1046
|
+
</marker>
|
721
1047
|
</defs>
|
722
1048
|
<sodipodi:namedview
|
723
1049
|
id="base"
|
@@ -727,15 +1053,15 @@
|
|
727
1053
|
inkscape:pageopacity="0.0"
|
728
1054
|
inkscape:pageshadow="2"
|
729
1055
|
inkscape:zoom="0.95404417"
|
730
|
-
inkscape:cx="
|
731
|
-
inkscape:cy="
|
1056
|
+
inkscape:cx="229.62677"
|
1057
|
+
inkscape:cy="98.507155"
|
732
1058
|
inkscape:document-units="px"
|
733
1059
|
inkscape:current-layer="layer1"
|
734
1060
|
showgrid="false"
|
735
1061
|
inkscape:window-width="1022"
|
736
1062
|
inkscape:window-height="708"
|
737
1063
|
inkscape:window-x="0"
|
738
|
-
inkscape:window-y="
|
1064
|
+
inkscape:window-y="270"
|
739
1065
|
inkscape:window-maximized="0"
|
740
1066
|
showguides="true"
|
741
1067
|
inkscape:guide-bbox="true" />
|
@@ -797,18 +1123,18 @@
|
|
797
1123
|
y="928.84332" />
|
798
1124
|
<text
|
799
1125
|
xml:space="preserve"
|
800
|
-
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:
|
1126
|
+
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Bold'"
|
801
1127
|
x="509.22662"
|
802
|
-
y="
|
1128
|
+
y="982.65173"
|
803
1129
|
id="text3787"
|
804
|
-
sodipodi:linespacing="
|
1130
|
+
sodipodi:linespacing="100%"><tspan
|
805
1131
|
sodipodi:role="line"
|
806
1132
|
id="tspan3789"
|
807
1133
|
x="509.22662"
|
808
|
-
y="
|
1134
|
+
y="982.65173">Groonga</tspan><tspan
|
809
1135
|
sodipodi:role="line"
|
810
1136
|
x="509.22662"
|
811
|
-
y="
|
1137
|
+
y="1022.6517"
|
812
1138
|
id="tspan7007">コアシステム</tspan></text>
|
813
1139
|
<text
|
814
1140
|
xml:space="preserve"
|
@@ -861,29 +1187,6 @@
|
|
861
1187
|
x="226.21686"
|
862
1188
|
y="857.60992"
|
863
1189
|
id="tspan3828">コマンド</tspan></text>
|
864
|
-
<rect
|
865
|
-
y="758.83252"
|
866
|
-
x="353.99539"
|
867
|
-
height="169"
|
868
|
-
width="218.29544"
|
869
|
-
id="rect4518"
|
870
|
-
style="fill:#ffffff;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4197)" />
|
871
|
-
<text
|
872
|
-
sodipodi:linespacing="125%"
|
873
|
-
id="text4520"
|
874
|
-
y="817.77185"
|
875
|
-
x="465.40875"
|
876
|
-
style="font-size:48px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4197);font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'"
|
877
|
-
xml:space="preserve"><tspan
|
878
|
-
style="font-size:48px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'"
|
879
|
-
y="817.77185"
|
880
|
-
x="465.40875"
|
881
|
-
id="tspan4522"
|
882
|
-
sodipodi:role="line"><tspan
|
883
|
-
id="tspan4141"
|
884
|
-
style="font-size:48px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#007a9e;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'">My</tspan><tspan
|
885
|
-
id="tspan4147"
|
886
|
-
style="font-size:48px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#e99d27;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'">SQL</tspan></tspan></text>
|
887
1190
|
<rect
|
888
1191
|
style="fill:#ffffff;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4197)"
|
889
1192
|
id="rect4524"
|
@@ -891,25 +1194,6 @@
|
|
891
1194
|
height="90"
|
892
1195
|
x="353.99539"
|
893
1196
|
y="837.83252" />
|
894
|
-
<rect
|
895
|
-
style="fill:#8a171f;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4173)"
|
896
|
-
id="rect4530"
|
897
|
-
width="201.49387"
|
898
|
-
height="169"
|
899
|
-
x="570.20728"
|
900
|
-
y="758.83252" />
|
901
|
-
<text
|
902
|
-
xml:space="preserve"
|
903
|
-
style="font-size:55.02504349px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4173);font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'"
|
904
|
-
x="671.35193"
|
905
|
-
y="817.16187"
|
906
|
-
id="text4532"
|
907
|
-
sodipodi:linespacing="125%"><tspan
|
908
|
-
style="font-size:55.02504349px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Heavy'"
|
909
|
-
sodipodi:role="line"
|
910
|
-
id="tspan4534"
|
911
|
-
x="671.35193"
|
912
|
-
y="817.16187">Ruby</tspan></text>
|
913
1197
|
<rect
|
914
1198
|
y="837.83252"
|
915
1199
|
x="570.20728"
|
@@ -997,30 +1281,155 @@
|
|
997
1281
|
<text
|
998
1282
|
sodipodi:linespacing="125%"
|
999
1283
|
id="text7092"
|
1000
|
-
y="
|
1001
|
-
x="
|
1284
|
+
y="729.60516"
|
1285
|
+
x="506.14374"
|
1002
1286
|
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Bold'"
|
1003
1287
|
xml:space="preserve"><tspan
|
1004
1288
|
id="tspan7096"
|
1005
|
-
y="
|
1006
|
-
x="
|
1007
|
-
sodipodi:role="line"
|
1289
|
+
y="729.60516"
|
1290
|
+
x="506.14374"
|
1291
|
+
sodipodi:role="line">互換</tspan></text>
|
1008
1292
|
<text
|
1009
1293
|
xml:space="preserve"
|
1010
1294
|
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:'M+ 1p';-inkscape-font-specification:'M+ 1p Bold'"
|
1011
|
-
x="
|
1012
|
-
y="
|
1295
|
+
x="590.14374"
|
1296
|
+
y="814.71234"
|
1013
1297
|
id="text7100"
|
1014
1298
|
sodipodi:linespacing="125%"><tspan
|
1015
1299
|
sodipodi:role="line"
|
1016
|
-
x="
|
1017
|
-
y="
|
1018
|
-
id="tspan7102"
|
1300
|
+
x="590.14374"
|
1301
|
+
y="814.71234"
|
1302
|
+
id="tspan7102">互換性低い</tspan></text>
|
1303
|
+
<text
|
1304
|
+
xml:space="preserve"
|
1305
|
+
style="font-size:30px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#0071bc;fill-opacity:1;stroke:none;font-family:Sans"
|
1306
|
+
x="50.054852"
|
1307
|
+
y="836.60693"
|
1308
|
+
id="text4476"
|
1309
|
+
sodipodi:linespacing="125%"><tspan
|
1310
|
+
sodipodi:role="line"
|
1311
|
+
id="tspan4478"
|
1312
|
+
x="50.054852"
|
1313
|
+
y="836.60693">gqtp</tspan></text>
|
1314
|
+
<text
|
1315
|
+
xml:space="preserve"
|
1316
|
+
style="font-size:30px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#4e9a06;fill-opacity:1;stroke:none;font-family:Sans"
|
1317
|
+
x="49.708122"
|
1318
|
+
y="628.73529"
|
1319
|
+
id="text4554"
|
1320
|
+
sodipodi:linespacing="125%"><tspan
|
1321
|
+
sodipodi:role="line"
|
1322
|
+
id="tspan4556"
|
1323
|
+
x="49.708122"
|
1324
|
+
y="628.73529">HTTP</tspan></text>
|
1325
|
+
<g
|
1326
|
+
id="g5112"
|
1327
|
+
transform="translate(-295.36425,595.24094)"
|
1328
|
+
style="filter:url(#filter3185-2)">
|
1329
|
+
<rect
|
1330
|
+
y="8.3621826"
|
1331
|
+
x="401"
|
1332
|
+
height="49.646481"
|
1333
|
+
width="664.19153"
|
1334
|
+
id="rect4480"
|
1335
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#2e3436;stroke-width:2.09331679;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
1336
|
+
ry="0" />
|
1337
|
+
<text
|
1338
|
+
sodipodi:linespacing="125%"
|
1339
|
+
id="text4482"
|
1340
|
+
y="48.811401"
|
1341
|
+
x="651.13281"
|
1342
|
+
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
1343
|
+
xml:space="preserve"><tspan
|
1344
|
+
y="48.811401"
|
1345
|
+
x="651.13281"
|
1346
|
+
id="tspan4484"
|
1347
|
+
sodipodi:role="line">ユーザー</tspan></text>
|
1348
|
+
</g>
|
1349
|
+
<path
|
1350
|
+
inkscape:connector-curvature="0"
|
1351
|
+
id="path3229"
|
1352
|
+
d="m 303.30712,749.82051 0,-85"
|
1353
|
+
style="fill:none;stroke:#0071bc;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Sendgqtp)" />
|
1354
|
+
<path
|
1355
|
+
inkscape:connector-curvature="0"
|
1356
|
+
id="path3231"
|
1357
|
+
d="m 321.30712,664.82051 0,82"
|
1358
|
+
style="fill:none;stroke:#0071bc;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Sendgqtp)" />
|
1359
|
+
<path
|
1360
|
+
style="fill:none;stroke:#4e9a06;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendHTTP)"
|
1361
|
+
d="m 219.30712,749.82051 0,-85"
|
1362
|
+
id="path3235"
|
1363
|
+
inkscape:connector-curvature="0" />
|
1364
|
+
<path
|
1365
|
+
style="fill:none;stroke:#4e9a06;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendHTTP)"
|
1366
|
+
d="m 237.30712,664.82051 0,82"
|
1367
|
+
id="path3237"
|
1368
|
+
inkscape:connector-curvature="0" />
|
1369
|
+
<path
|
1370
|
+
inkscape:connector-curvature="0"
|
1371
|
+
id="path3241"
|
1372
|
+
d="m 135.30712,749.82051 0,-85"
|
1373
|
+
style="fill:none;stroke:#8f5902;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendCLI)" />
|
1374
|
+
<path
|
1375
|
+
inkscape:connector-curvature="0"
|
1376
|
+
id="path3243"
|
1377
|
+
d="m 153.30712,664.82051 0,82"
|
1378
|
+
style="fill:none;stroke:#8f5902;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendCLI)" />
|
1379
|
+
<text
|
1380
|
+
xml:space="preserve"
|
1381
|
+
style="font-size:30px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#8f5902;fill-opacity:1;stroke:none;font-family:Sans"
|
1382
|
+
x="52.432739"
|
1383
|
+
y="782.69495"
|
1384
|
+
id="text4460"
|
1385
|
+
sodipodi:linespacing="125%"><tspan
|
1386
|
+
sodipodi:role="line"
|
1387
|
+
id="tspan4462"
|
1388
|
+
x="52.432739"
|
1389
|
+
y="782.69495">CLI</tspan></text>
|
1390
|
+
<path
|
1391
|
+
style="fill:none;stroke:#4e9a06;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendHTTP)"
|
1392
|
+
d="m 16.915444,642.72685 61.282632,0"
|
1393
|
+
id="path6050"
|
1394
|
+
inkscape:connector-curvature="0"
|
1395
|
+
sodipodi:nodetypes="cc" />
|
1396
|
+
<path
|
1397
|
+
inkscape:connector-curvature="0"
|
1398
|
+
id="path6076"
|
1399
|
+
d="m 16.915444,798.72685 61.282632,0"
|
1400
|
+
style="fill:none;stroke:#8f5902;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendCLI)"
|
1401
|
+
sodipodi:nodetypes="cc" />
|
1402
|
+
<path
|
1403
|
+
style="fill:none;stroke:#0071bc;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Sendgqtp)"
|
1404
|
+
d="m 16.915444,852.72685 61.282632,0"
|
1405
|
+
id="path6078"
|
1406
|
+
inkscape:connector-curvature="0"
|
1407
|
+
sodipodi:nodetypes="cc" />
|
1408
|
+
<rect
|
1409
|
+
style="fill:none;stroke:#a40000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3171)"
|
1410
|
+
id="rect5151"
|
1411
|
+
width="243.68402"
|
1412
|
+
height="42.725109"
|
1413
|
+
x="105.70123"
|
1414
|
+
y="686.37396" />
|
1415
|
+
<rect
|
1416
|
+
y="904.39319"
|
1417
|
+
x="355.289"
|
1418
|
+
height="40.501595"
|
1419
|
+
width="416.3761"
|
1420
|
+
id="rect6119"
|
1421
|
+
style="fill:none;stroke:#a40000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3171)" />
|
1019
1422
|
<path
|
1020
|
-
style="fill:none;stroke:#a40000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:
|
1021
|
-
d="m
|
1022
|
-
id="
|
1423
|
+
style="fill:none;stroke:#a40000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendAPI)"
|
1424
|
+
d="m 438.37258,712.16618 -61.28263,0"
|
1425
|
+
id="path6074"
|
1023
1426
|
inkscape:connector-curvature="0"
|
1024
1427
|
sodipodi:nodetypes="cc" />
|
1428
|
+
<path
|
1429
|
+
sodipodi:nodetypes="cc"
|
1430
|
+
inkscape:connector-curvature="0"
|
1431
|
+
id="path6221"
|
1432
|
+
d="m 570.3286,827.71566 0,61.28263"
|
1433
|
+
style="fill:none;stroke:#a40000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1SendAPI)" />
|
1025
1434
|
</g>
|
1026
1435
|
</svg>
|
data/images/groonga-server.svg
CHANGED
@@ -694,6 +694,40 @@
|
|
694
694
|
style="stop-color:#740000"
|
695
695
|
offset="1" />
|
696
696
|
</linearGradient>
|
697
|
+
<filter
|
698
|
+
id="filter3171-2"
|
699
|
+
inkscape:label="Drop shadow"
|
700
|
+
width="1.5"
|
701
|
+
height="1.5"
|
702
|
+
x="-0.25"
|
703
|
+
y="-0.25"
|
704
|
+
color-interpolation-filters="sRGB">
|
705
|
+
<feGaussianBlur
|
706
|
+
id="feGaussianBlur3173-5"
|
707
|
+
in="SourceAlpha"
|
708
|
+
stdDeviation="2"
|
709
|
+
result="blur" />
|
710
|
+
<feColorMatrix
|
711
|
+
id="feColorMatrix3175-7"
|
712
|
+
result="bluralpha"
|
713
|
+
type="matrix"
|
714
|
+
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
|
715
|
+
<feOffset
|
716
|
+
id="feOffset3177-8"
|
717
|
+
in="bluralpha"
|
718
|
+
dx="4"
|
719
|
+
dy="4"
|
720
|
+
result="offsetBlur" />
|
721
|
+
<feMerge
|
722
|
+
id="feMerge3179-4">
|
723
|
+
<feMergeNode
|
724
|
+
id="feMergeNode3181-2"
|
725
|
+
in="offsetBlur" />
|
726
|
+
<feMergeNode
|
727
|
+
id="feMergeNode3183-9"
|
728
|
+
in="SourceGraphic" />
|
729
|
+
</feMerge>
|
730
|
+
</filter>
|
697
731
|
</defs>
|
698
732
|
<sodipodi:namedview
|
699
733
|
id="base"
|
@@ -703,8 +737,8 @@
|
|
703
737
|
inkscape:pageopacity="0.0"
|
704
738
|
inkscape:pageshadow="2"
|
705
739
|
inkscape:zoom="0.6746111"
|
706
|
-
inkscape:cx="
|
707
|
-
inkscape:cy="
|
740
|
+
inkscape:cx="540.07166"
|
741
|
+
inkscape:cy="205.37819"
|
708
742
|
inkscape:document-units="px"
|
709
743
|
inkscape:current-layer="layer1"
|
710
744
|
showgrid="false"
|
@@ -943,5 +977,12 @@
|
|
943
977
|
id="tspan5178"
|
944
978
|
x="372.10016"
|
945
979
|
y="860.54718">nginxモジュール</tspan></text>
|
980
|
+
<rect
|
981
|
+
style="fill:none;stroke:#a40000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3171-2)"
|
982
|
+
id="rect5151"
|
983
|
+
width="425.93396"
|
984
|
+
height="31.898905"
|
985
|
+
x="133.11972"
|
986
|
+
y="691.5448" />
|
946
987
|
</g>
|
947
988
|
</svg>
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-groonga-night-4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2013.11.29.
|
4
|
+
version: 2013.11.29.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -30,17 +30,17 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 1.0.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 1.0.1
|
41
41
|
description: |-
|
42
|
-
Groonga、Mroonga、Rroonga、Droongaなど、Groonga
|
43
|
-
|
42
|
+
Groonga、Mroonga、Rroonga、Droongaなど、Groonga関連プロジェクトの概要と
|
43
|
+
最新情報を紹介します。
|
44
44
|
email:
|
45
45
|
- kou@clear-code.com
|
46
46
|
executables: []
|
@@ -72,6 +72,7 @@ files:
|
|
72
72
|
- images/groonga-database.svg
|
73
73
|
- images/groonga-logo.svg
|
74
74
|
- images/mroonga-logo.svg
|
75
|
+
- images/readable-code.jpeg
|
75
76
|
- groonga-family-2013.rab
|
76
77
|
- pdf/groonga-night-4-groonga-family-2013.pdf
|
77
78
|
homepage: http://slide.rabbit-shocker.org/authors/kou/groonga-night-4/
|