[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Add FAQ

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 26日 (火) 18:42:21 JST


Kouhei Sutou	2012-06-26 18:42:21 +0900 (Tue, 26 Jun 2012)

  New Revision: 63e6d2a911dd87861d6893696b50c0a598b060b6
  https://github.com/groonga/gcs.groonga.org/commit/63e6d2a911dd87861d6893696b50c0a598b060b6

  Log:
    Add FAQ

  Added files:
    faq/index.md
  Modified files:
    _layouts/default.html
    index.md

  Modified: _layouts/default.html (+1 -1)
===================================================================
--- _layouts/default.html    2012-06-26 14:44:36 +0900 (b4e1a6b)
+++ _layouts/default.html    2012-06-26 18:42:21 +0900 (a44f326)
@@ -15,7 +15,7 @@
         <li><a href="/">About</a></li>
         <li><a href="/install/">Install</a></li>
         <li><a href="/tutorial.html">Tutorial</a></li>
-        <li><a href="/faq.html">FAQ</a></li>
+        <li><a href="/faq/">FAQ</a></li>
       </ul>
     </nav>
     <footer>

  Added: faq/index.md (+75 -0) 100644
===================================================================
--- /dev/null
+++ faq/index.md    2012-06-26 18:42:21 +0900 (4b5da02)
@@ -0,0 +1,75 @@
+---
+layout: default
+---
+
+# FAQ
+
+## Why Groonga CloudSearch development is started?
+
+It's for development.
+
+Full text search services in the cloud will be increased in the
+future. They will be provided as only service. You cannot use those
+services locally such as on your computer and in your local
+network. Nomally, you don't need to use those services locally. But
+there are some useful cases if you can use those services locally. One
+of them is development.
+
+You will do try and error on development. It's helpful that you can do
+it locally because it is fast rather than remote access and doesn't
+cause fee. Fast and no fee are important for TDD style development and
+development with continuous integration.
+
+## Does Groonga CloudSearch work in the cloud?
+
+No. Groonga CloudSearch isn't provided as SaaS and doesn't support
+auto scale-out and scale-. You need to install Groonga CloudSearch by yourself
+and Groonga CloudSearch works as one full text search service
+instance.
+
+But [installing](../install/) is easy rather than enables Amazon
+CloudSearch. You just download, extract and run it! Try Groonga
+CloudSearch before trying Amazon CloudSearch. You can get Amazon
+CloudSearch compatible API without fee.
+
+## Why Groonga CloudSearch has "Cloud" in its name?
+
+It's for indicating Amazon CloudSearch compatible API service with its
+name.
+
+Groonga CloudSearch doesn't work as a cloud service but may work as it
+in the future.
+
+## What language processor is used?
+
+Groonga CloudSearch uses [node.js](http://nodejs.org/).
+
+## What full text search engine is used?
+
+Groonga CloudSearch uses [groonga](http://groonga.org/) as full text
+search engine. Groonga is an open source fast full text search
+engine. It supports real-time search without slowing down search
+throughput. It means that you can update your data without slowing
+down search performance and search the updated data at once.
+
+## Is Groonga CloudSearch 100% compatible Amazon CloudSearch API?
+
+No. Groonga CloudSearch doesn't provide 100% compatible API yet.  It
+just provides only a few impotant APIs. See [functional comparison
+table](../#functional-comparison) for list of implemented API.
+
+Groonga CloudSearch will provide 100% compatible Amazon CloudSearch
+API in the future. Join our [community](../community/) to implement
+open source full text search service!
+
+## How to contribute?
+
+Groonga CloudSearch is developed on GitHub. Please use GitHub style
+contirbution:
+
+1. Fork [groonga/gcs](https://github.com/groonga/gcs)
+2. (Develop)
+3. Send a pull request
+
+See also [Using Pull Requests -
+github:help](https://help.github.com/articles/using-pull-requests).

  Modified: index.md (+1 -1)
===================================================================
--- index.md    2012-06-26 14:44:36 +0900 (a9b4477)
+++ index.md    2012-06-26 18:42:21 +0900 (b7de564)
@@ -41,7 +41,7 @@ style: screen/home.css
 </section>
 
 
-## Functional comparison
+## Functional comparison {#functional-comparison}
 
 <table id="functional-comparison-table">
   <thead>
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index