It would be awesome to help SeaweedFS, so I'm eager to hear more about your ideas to try and understand anything we can do.
Sorry if some of my questions are naive. At a high level I'm trying to better understand two topics:
1. the use cases (or features) we/CLP can help with
2. the technical aspects/limitations that make a pure-go implementation necessary/beneficial
I saw that SeaweedFS currently can automatically compresses certain file types with Gzip (very cool btw).
I can imagine that augmenting this feature with CLP for log file types could be beneficial.
Are these the log files you're referring to? Does SeaweedFS itself also produce log files that can benefit from CLP? Perhaps CLP could help with both cases?
As I imagine packaging the current form of CLP with SeaweedFS is awkward, is packaging a main reason for a pure-go implementation?
Would a library with programmatic API be favourable for integration rather than calling out to another tool/executable (as required in CLP's current form)?
Would a go package using cgo (to reuse some existing cpp code) be desirable or is there a requirement for strictly go code?
-david