Cloud Burst File System is a file system implementation with Cloud Burst Buffer feature.
- CMake >= 2.8.12
- MessagePack-RPC for C++ >= 0.4.4
- jubatus-mpio >= 0.4.0
- FUSE >= 2.8.3
- $ cd .; mkdir build; cd build
- $ export JUBATUS_MSGPACK_RPC_DIR=/path/to/{jubatus_msgpack-rpc}; export JUBATUS_MPIO_DIR=/path/to/{jubatus_mpio}
- $ cmake -DCMAKE_INSTALL_PREFIX=/path/to/directory ..
- $ make; make install (root privilege may be required)
Cloud Burst File System is released under Apache License Version 2.0.