[Groonga-commit] droonga/droonga.org at 5a36a25 [gh-pages] Add droonga-http-server to the list of projects

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 28 16:58:47 JST 2014


YUKI Hiroshi	2014-03-28 16:58:47 +0900 (Fri, 28 Mar 2014)

  New Revision: 5a36a2556c7b2b92308e2cf0230c3aef28e3741a
  https://github.com/droonga/droonga.org/commit/5a36a2556c7b2b92308e2cf0230c3aef28e3741a

  Message:
    Add droonga-http-server to the list of projects

  Modified files:
    community/index.md
    install/index.md
    overview/index.md
    related-projects/index.md

  Modified: community/index.md (+2 -1)
===================================================================
--- community/index.md    2014-03-28 16:45:39 +0900 (26cdffd)
+++ community/index.md    2014-03-28 16:58:47 +0900 (58292ed)
@@ -24,7 +24,8 @@ Here is the mailing list for Droonga:
 Here is a list of Droonga related the GitHub issues:
 
  * [Issues - droonga/fluent-plugin-droonga](https://github.com/droonga/fluent-plugin-droonga/issues) for Droonga Engine.
- * [Issues - droonga/express-droonga](https://github.com/droonga/express-droonga/issues) for Protocol Adapter.
+ * [Issues - droonga/express-droonga](https://github.com/droonga/express-droonga/issues) for HTTP Protocol Adapter.
+ * [Issues - droonga/droonga-http-server](https://github.com/droonga/droonga-http-server/issues) for HTTP Protocol Adapter frontend.
 
 You can use the GitHub issues for Droonga Engine for general problem. The developers will move the created issue to suitable GitHub issues.
 

  Modified: install/index.md (+5 -5)
===================================================================
--- install/index.md    2014-03-28 16:45:39 +0900 (eaab889)
+++ install/index.md    2014-03-28 16:58:47 +0900 (272b51c)
@@ -5,7 +5,7 @@ layout: en
 
 # Overview
 
-The main part of Droonga consists of two packages: [fluent-plugin-droonga][] and [express-droonga][].
+The main part of Droonga consists of two packages: [fluent-plugin-droonga][] and [droonga-http-server][].
 
 ## Dependencies
 
@@ -15,7 +15,7 @@ The main part of Droonga consists of two packages: [fluent-plugin-droonga][] and
 
 ### Node.js
 
-[express-droonga][] requires [Node.js][].
+[droonga-http-server][] requires [Node.js][].
 
 
 # Ubuntu 13.10
@@ -28,13 +28,13 @@ The main part of Droonga consists of two packages: [fluent-plugin-droonga][] and
 
     sudo gem install fluent-plugin-droonga
 
-## Install express-droonga
+## Install droonga-http-server
 
-    sudo npm install express-droonga
+    sudo npm install -g droonga-http-server
 
 Now you are ready for building your own data processing system with Droonga. See [tutorial](/tutorial/) to get started.
 
   [Ruby]: http://www.ruby-lang.org/
   [Node.js]: http://nodejs.org/
   [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
-  [express-droonga]: https://github.com/droonga/express-droonga
+  [droonga-http-server]: https://github.com/droonga/droonga-http-server

  Modified: overview/index.md (+1 -1)
===================================================================
--- overview/index.md    2014-03-28 16:45:39 +0900 (8a3115e)
+++ overview/index.md    2014-03-28 16:58:47 +0900 (75dc669)
@@ -68,7 +68,7 @@ Droonga Engineのクラスタ内部の通信にはMessagePack data stream(Fluent
 ### Protocol Adapter
 
 Protocol Adapterは、WebアプリケーションからDroongaを利用しやすくするために、DroongaにHTTPおよびSocket.IOインタフェースを追加するコンポーネントです。
-Protocol Adapterは、Node.js用のWebプラットフォームExpressのplugin(express-droonga)として実装されています。
+Protocol Adapterは、Node.jsベースのHTTPサーバとして実装されています。
 Protocol Adapterを使用することにより、検索クエリをHTTPリクエストとして送信し、検索結果をそのレスポンスとして受け取るC/S型のサービスが利用できるようになります。また、Socket.IOの特質を生かしたpub/sub型のサービスも利用することができます。
 
 ![droonga01](../../overview/droonga01.png)

  Modified: related-projects/index.md (+2 -0)
===================================================================
--- related-projects/index.md    2014-03-28 16:45:39 +0900 (7a6d5eb)
+++ related-projects/index.md    2014-03-28 16:58:47 +0900 (6679e3d)
@@ -20,6 +20,7 @@ Here are related projects:
 
  * [fluent-plugin-droonga][]: Distributed search engine module
  * [express-droonga][]: API server module
+ * [droonga-http-server][]: HTTP procol adapter frontend
  * [Groonga][]: An open-source fulltext search engine and column store
 
 ## Droonga client
@@ -48,6 +49,7 @@ Other category includes other related projects:
 
   [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
   [express-droonga]: https://github.com/droonga/express-droonga
+  [droonga-http-server]: https://github.com/droonga/droonga-http-server
   [Groonga]: http://groonga.org/
   [droonga-client-ruby]: https://github.com/droonga/droonga-client-ruby
   [drntest]: https://github.com/droonga/drntest
-------------- next part --------------
HTML����������������������������...
Download 



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