#
#
#
#
#
#
#
#
=================
Welcome to the Kosmos File System (KFS)! The documentation is now on the project Wiki:
http://kosmosfs.wiki.sourceforge.net/
KFS is being released under the Apache 2.0 license. A copy of the license is included in the file LICENSE.txt.
kfs (top-level directory) | ---> conf (sample config files) | ---> examples (Example client code for accessing KFS) | |
---|---|---|---|
---> src | |||
----> cc | |||
---> access (Java/Python glue code) | |||
---> meta (meta server code) | |||
---> chunk (chunk server code) | |||
---> libkfsClient (client library code) | |||
---> libkfsIO (IO library used by KFS) | |||
---> common (common declarations) | |||
---> fuse (FUSE module for Linux) | |||
---> tools (KFS tools) | |||
----> java | |||
---> org/kosmix/kosmosfs/access: Java wrappers to call KFS-JNI code | |||
----> python | |||
---> tests (Python test scripts) |