[Groonga-commit] droonga/presentation-trbmeetup-droonga at b3d36f0 [master] Fill references and add descriptions for Droonga

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 5 19:08:30 JST 2015


YUKI Hiroshi	2015-02-05 19:08:30 +0900 (Thu, 05 Feb 2015)

  New Revision: b3d36f0302486e82dc2ab4440afce7684f300a27
  https://github.com/droonga/presentation-trbmeetup-droonga/commit/b3d36f0302486e82dc2ab4440afce7684f300a27

  Message:
    Fill references and add descriptions for Droonga

  Modified files:
    fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md

  Modified: fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md (+53 -6)
===================================================================
--- fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-05 18:52:14 +0900 (4ade879)
+++ fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-05 19:08:30 +0900 (9e1f3d8)
@@ -90,11 +90,8 @@ Data
 
 Major ways
 
-Sunspot
-: http://sunspot.github.io/
-
-elasticsearch-ruby
-: https://github.com/elasticsearch/elasticsearch-ruby
+ * Sunspot
+ * elasticsearch-ruby
 
 # Sunspot?
 
@@ -294,10 +291,60 @@ Groonga
 
 # Usage of Droonga
 
-TBD
+~~~
+# base="https://raw.githubusercontent.com/droonga"
+# curl ${base}/droonga-engine/master/install.sh | \
+    bash
+# curl ${base}/droonga-http-server/master/install.sh | \
+    bash
+# droonga-engine-catalog-generate --hosts=node0,node1,node2
+# service droonga-engine start
+# service droonga-http-server start
+~~~
+
+# Usage of Droonga
+
+~~~
+$ endpoint="http://node0:10041"
+$ curl "${endpoint}/d/table_create?name=Store&
+        flags=TABLE_PAT_KEY&key_type=ShortText"
+~~~
+
+# References
+
+Sunspot
+: http://sunspot.github.io/
+
+elasticsearch-ruby
+: https://github.com/elasticsearch/elasticsearch-ruby
+
+# References
+
+Apache Lucene
+: http://lucene.apache.org/
+
+Apache Solr
+: http://lucene.apache.org/solr/
+
+Elasticsearch
+: http://www.elasticsearch.org/overview/elasticsearch/
+
+# References
+
+Groonga
+: http://groonga.org/
+
+Rroonga
+: http://ranguba.org/
+
+Droonga
+: http://droonga.org/
 
 # References
 
+GrnMini
+: https://github.com/ongaeshi/grn_mini
+
 Comparison of PostgreSQL, pg_bigm and PGroonga
 : http://blog.createfield.com/entry/2015/02/03/094940
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index