This document summarizes a research paper about Big File Cloud (BFC), a high-performance distributed big-file cloud storage system based on a key-value store. BFC addresses challenges in designing an efficient storage engine for cloud systems requiring support for big files, lightweight metadata, low latency, parallel I/O, deduplication, distribution, and scalability. It proposes a lightweight metadata design with fixed-size metadata regardless of file size. It also details BFC's architecture, logical data layout using file chunks, metadata and data storage, distribution and replication, and uploading/deduplication algorithms. The results can be used to build scalable distributed data cloud storage supporting files up to terabytes in size.