Chris Lu
                                            Chris Lu
                                        
                                    Sometimes the list of command line options can grow big. I would like to have an option to generate a settings file with all default values and comments. So that...
Need some help from people with Kubernetes experience on how to deploy the docker image and make the "gleam agent" know where is the "gleam master".
Need to think about it.
The affected code is only within this file: https://github.com/chrislusf/glow/blob/master/io/channels.go#L77 and https://github.com/chrislusf/glow/blob/master/io/channels.go#L54 I tried to use github.com/DeDiS/protobuf, but it can not handle reflect.Value.
Glow should be very suitable to run on the cloud. It'll be nice to see that we can run a simple driver program and invoke the google compute engine. Some...
Currently the "rsync" folder is not using rsync. I attempted, but later just used normal http copy. I would like someone to help me to use real rsync. A better...
Master only has soft states collected from agents. We can use Raft protocol to dynamically elect leaders from a cluster of masters, similar to what I did in github.com/chrislusf/seaweedfs But...
> Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. For my own calculation, for each record, it should be...
I failed to understand this http download example: https://github.com/Redundancy/go-sync/blob/master/http_test.go#L68 It is using the to-be-downloaded reference data to calculate the referenceFileIndex and checksumLookup, on the client side, to fetch the reference...