lowesoftware's Stars
serialx/hashring
Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)
olebedev/go-starter-kit
[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
bcicen/go-haproxy
Go library for interacting with HAProxy via command socket
meshbird/meshbird
Distributed private networking
docker/libkv
Distributed key/value store abstraction library
aphyr/distsys-class
Class materials for a distributed systems lecture series
osrg/gobgp
BGP implemented in the Go Programming Language
zyedidia/micro
A modern and intuitive terminal-based text editor
ademilter/bricklayer
Lightweight and independent Pinterest-like cascading grid layout library
nats-io/nats-server
High-Performance server for NATS.io, the cloud and edge native messaging system.
hapijs/joi
The most powerful data validation library for JS
ongardie/dissertation
Sources for my PhD dissertation on the Raft consensus algorithm
ongardie/raft.tla
TLA+ specification for the Raft consensus algorithm
logcabin/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
orcaman/concurrent-map
a thread-safe concurrent map for go
rcrowley/go-tigertonic
A Go framework for building JSON web services inspired by Dropwizard
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
jordansissel/fpm
Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
crohr/pkgr
Package any app into deb or rpm packages, using heroku buildpacks
laher/goxc
a build tool for Go, with a focus on cross-compiling, packaging and deployment
couchbase/blance
blance - functional algorithm to assign partitions and replicas across distributed nodes
coocood/freecache
A cache library for Go with zero GC overhead.
thejerf/suture
Supervisor trees for Go.
valyala/quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
quiet/quiet-js
Transmit data with sound using Web Audio -- Javascript binding for libquiet
h2non/gentleman-consul
Gentleman's plugin for Consul server discovery and optional configurable retry/backoff policies
dgraph-io/dgraph
The database for modern applications. Common use cases: knowledge graphs for AI, fraud detection, personalization, and search. Built and maintained by @HypermodeInc.
eapache/queue
Fast golang queue using ring-buffer
eapache/channels
Golang channel helpers and special types
c3mb0/go-do-work
Dynamically resizable pools of goroutines which can queue an infinite number of jobs.