go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
您好,最近在做这样的一件事情,可不可以直接将文件写入到files文件夹,然后拓展一些接口出来,类似于官方提供的文件同步接口,上传完后,手动同步文件的元数据到leveldb中,同时调用修复统计信息接口进行统计信息的修复,您看看这个思路有没有什么问题,或者是哪里有欠缺呢?