fujimoto / flare

distributed, and persistent key-value storage

This URL has Read+Write access

flare /
name age message
file .gitignore Tue Dec 22 07:32:36 -0800 2009 use convenience library instead of static library. [Kouhei Sutou]
file AUTHORS Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file COPYING Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file ChangeLog Fri Oct 09 03:08:47 -0700 2009 ready for 1.0.9 [fujimoto]
file INSTALL Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file Makefile.am Tue Dec 22 07:33:15 -0800 2009 use CppCutter as a testing framework. [Kouhei Sutou]
file NEWS Fri Oct 09 03:08:47 -0700 2009 ready for 1.0.9 [fujimoto]
file README Fri Oct 09 20:54:09 -0700 2009 update url [fujimoto]
file autogen.sh Sat Nov 07 06:27:41 -0800 2009 add autogen.sh. [Kouhei Sutou]
file config.guess Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file config.sub Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file configure.ac Tue Dec 22 07:33:15 -0800 2009 use CppCutter as a testing framework. [Kouhei Sutou]
file depcomp Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
directory doc/ Fri Nov 07 10:02:25 -0800 2008 op_flush_all, and op_dump implementation [fujimoto]
directory etc/ Tue Nov 18 03:22:41 -0800 2008 default config file tweaks [fujimoto]
file install-sh Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file missing Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
file mkinstalldirs Fri Oct 10 10:07:36 -0700 2008 import (sunday programming:) [fujimoto]
directory package/ Thu Oct 15 05:02:56 -0700 2009 tc package fixes [fujimoto]
directory src/ Tue Dec 22 07:32:36 -0800 2009 use convenience library instead of static library. [Kouhei Sutou]
directory test/ Tue Dec 22 07:33:15 -0800 2009 use CppCutter as a testing framework. [Kouhei Sutou]
README
flare - distributed, and persistent key-value storage
------------------------

* you can find documentation here:

http://labs.gree.jp/Top/OpenSource/Flare-en.html (English)
http://labs.gree.jp/Top/OpenSource/Flare.html (Japanese)

* thanks to Tokyo Cabinet (http://1978th.net/tokyocabinet/)

* notes on flarefs
  * no hard link supported
  * no sym link supoprted
  * no atime supported
  * return EACCES instead of ENOATTR on *xattr();