资 源 简 介
FineFS is a simple replicated filesystem, which aims to create data clusters. It is designed for web applications, but can be used for any other usage which needs data replication between machines.
* Data consistency. Writings are atomic. You never get files that are in-modification state.
* Robustness. Using failure detection and retry strategies, temporary shutdowns are managed without data loss. The fully decentralized design avoid any single point of failure.
* Synchron/asynchron process. Files information are synchronously distributed across the cluster, while binary data are asynchronously replicated.
* High-performance. Data are eventually replicated on local hard disks, for better optimization of basic operations (data read and write).
* Easy to deploy and maintain. Based on well-known technics, FineFS is easy to set-up and doesn"t need some extende