Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sat, 31 Mar 2018 15:14:00 +0000 consistent - Consistent hashing with bounded loads in Golang #distributedsystems 4 points posted by mastabadtomm https://github.com/buraksezer/consistent 3268 Thu, 29 Mar 2018 20:35:00 +0000 Olric: Distributed and in-memory KV store which can be used as library or standalone server. #dht #key-value #database #distributed * Designed to share some transient, approximate, fast-changing data between servers, * Time-To-Live(TTL) eviction policy, * Highly available, * Horizontally scalable, * Provides best-effort consistency guarantees without being a complete CP solution, * Distributes load fairly among cluster members with a consistent hash function, * Supports replication by default(with sync and async options), 3 points posted by mastabadtomm https://github.com/buraksezer/olric 3836 Tue, 12 Mar 2019 15:54:00 +0000 Video: #opensource #pubsub #distributedsystems #publishsubscribe #realtime Emitter is an open source real time distributed publish/subscribe system, all written in go. This video shows footage of a talk at the fosdem conference in February 2018.<br>The source code can be found here:&nbsp;https://github.com/emitter-io/emitter<br><br><div>Note that I am part of the emitter team myself, but since I think this can be useful for a lot of people I decided to post it here.</div> 1 points posted by Tumke22 https://www.youtube.com/watch?v=M8VhWckhZoM&t=9s 3244 Tue, 20 Mar 2018 19:16:00 +0000