cubby
cubby copied to clipboard
Store billions of photos easily and efficiently.
This is Cubby, a prototype file storage system.
Note: I'm not actively working on Cubby any more, and it has some design problems. The source code might be useful as a source of ideas, but this isn't production-ready (and probably never will be).
To build cubby, type ./configure
then make
. (You might need to type
gmake
; our build requires GNU make.)
Requires libevent version 2 or later.
To run unit tests, type make check
.