savorywatt

Results 13 comments of savorywatt

That would be nice, or to have a cluster of daemons register themselves with a cluster of clients all using different connection profiles (Comcast). So either way it would be...

alright, after looking this over here is my proposal Create a new package, coordinator (lightweight service discovery server) So to get things running you would start a coordinator flotilla-coordinator --client-config...

I understand your confusion now that I have actually walked through your code in more depth. Forget the coordinator for the moment (I was thinking of embedding etcd but that...

K, I'l take a stab at it then

Initial pass here https://github.com/savorywatt/Flotilla/tree/etcd Ran into some flotilla-server compilation errors ``` github.com/tylertreat/Flotilla/flotilla-server/daemon/broker/pubsub daemon/broker/pubsub/orchestrator.go:88: cannot use oauth2.NoContext (type oauth2.Context) as type []byte in argument to google.JWTConfigFromJSON: need type assertion daemon/broker/pubsub/orchestrator.go:88: cannot...

Yeah, it was just too late to deal with it, I'll hack on it later. On Jan 16, 2015 8:41 AM, "Tyler Treat" [email protected] wrote: > Google loves to break...

Got the client pulling down the IP & port the daemon's are setting, all via etcd. Got some cleanup to do and more testing then I'll do a PR. This...

Yeah, I did some reading on USL tonight, lots of meat there. A little complicated but it looks really useful. It probably makes sense to just start with your snapshot...

Any updates on this? I've been toying with an R*Tree implementation in Go and it would speed up the classification step tremendously. @hpxro7 @mdesenfants

does this branch just need to be finished? https://github.com/sjwhitworth/golearn/tree/kmeans