public
Description: Log-structured object key-value storage
Homepage: http://d.hatena.ne.jp/viver/20090526/p1
Clone URL: git://github.com/frsyuki/kastor.git
frsyuki (author)
Tue May 26 10:00:13 -0700 2009
kastor /
README
Kastor
------
Log-structured object storage.


*Requirements

  Following programs are requred to build
  - gcc >= 4.1 with C++ support
    - Tokyo Cabinet >= 1.4.9
  - ruby >= 1.8  (ruby is used as a preprocessor)


*Installation

  Simply run ./configure && make && make install

    $ ./configure
    $ make
    $ sudo make install


*Usage

    kastor <storage> [port=3000]

  Example:

    $ kastor store 5000


Copyright (C) 2008-2009 FURUHASHI Sadayuki <frsyuki _at_ users.sourceforge.jp>

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.