[Groonga-commit] groonga/groonga.org at 634551b [gh-pages] related-projects: add eroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 6 17:33:46 JST 2013


Kouhei Sutou	2013-12-06 17:33:46 +0900 (Fri, 06 Dec 2013)

  New Revision: 634551b7dd0a928bf2e21d02fd0a4a4658761a9d
  https://github.com/groonga/groonga.org/commit/634551b7dd0a928bf2e21d02fd0a4a4658761a9d

  Message:
    related-projects: add eroonga

  Modified files:
    ja/related-projects.html
    related-projects.html

  Modified: ja/related-projects.html (+4 -0)
===================================================================
--- ja/related-projects.html    2013-12-04 15:41:53 +0900 (e952add)
+++ ja/related-projects.html    2013-12-06 17:33:46 +0900 (cd3ff5e)
@@ -82,6 +82,10 @@ title: 関連プロジェクト
       <p><a href="https://github.com/hideo55/node-groonga">node-groonga</a>はNode.jsから簡単にgroongaサーバーを利用するためのクライアントライブラリです。node-groongaはgroongaをサーバーとして使うので、全文検索はNode.jsプロセスではなくgroongaサーバープロセスが行います。</p>
       <p>紹介記事: <a href="http://d.hatena.ne.jp/hide_o_55/20110530/1306760694">node-groonga - Node.jsでgroongaにアクセスする - WebService::Blog->new( user => ’hide_o_55’ )</a></p>
     </section>
+    <section id="eroonga">
+      <h4>Groonga + Erlang (クライアント)</h4>
+      <p><a href="https://github.com/tomaon/eroonga">eroonga</a>はErlangで実装されたGQTPクライアントです。GQTPを使っているGroongaサーバーに接続することができます。</p>
+    </section>
   </section>
 
   <section id="utilities">

  Modified: related-projects.html (+4 -0)
===================================================================
--- related-projects.html    2013-12-04 15:41:53 +0900 (3c54f47)
+++ related-projects.html    2013-12-06 17:33:46 +0900 (37b19cc)
@@ -76,6 +76,10 @@ title: Related Projects
       <h4>groonga + Node.js (client)</h4>
       <p><a href="https://github.com/hideo55/node-groonga">node-groonga</a> is a client library of groonga server for Node.js. Node-groonga uses groonga as a server. It means that fulltext search is done in groonga server process not Node.js process.</p>
     </section>
+    <section id="eroonga">
+      <h4>Groonga + Erlang (client)</h4>
+      <p><a href="https://github.com/tomaon/eroonga">eroonga</a> is a client library of Groonga server. It is implemented by only Erlang. You can connect to Groonga server that uses GQTP.</p>
+    </section>
   </section>
 
   <section id="utilities">
-------------- next part --------------
HTML����������������������������...
Download 



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