ervitis's Stars
kohkimakimoto/hq
HQ is a simplistic, language agnostic job queue engine communicated by HTTP messages.
victorspringer/http-cache
High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs
unrolled/render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
mkideal/cli
CLI - A package for building command line app with go
lovoo/goka
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
go-avro/avro
Apache Avro for Golang
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
jpillora/overseer
Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
mitchellh/gox
A dead simple, no frills Go cross compile tool
rancher/k3os
Purpose-built OS for Kubernetes, fully managed by Kubernetes.
chrislusf/gleam
Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
chrislusf/glow
Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
go-functional/core
Core utilities for functional Programming in Go
goccy/go-yaml
YAML support for the Go language
OWASP/Go-SCP
Golang Secure Coding Practices guide
ashleymcnamara/gophers
Gopher Artwork by Ashley McNamara
brianvoe/gofakeit
Random fake data generator written in go
gojuno/minimock
Powerful mock generation tool for Go programming language
linkedin/goavro
k3s-io/k3s
Lightweight Kubernetes
cep21/circuit
An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.
lileio/lile
Easily generate gRPC services in Go ⚡️
looplab/eventhorizon
Event Sourcing for Go!
andrewwebber/cqrs
cqrs framework in go
nats-io/nats.go
Golang client for NATS, the cloud native messaging system.
nats-io/nats-server
High-Performance server for NATS.io, the cloud and edge native messaging system.
mishudark/eventhus
Go - CQRS / Event Sourcing made easy - Go
wesovilabs/koazee
A StreamLike, Immutable, Lazy Loading and smart Golang Library to deal with slices.
hoanhan101/ultimate-go
The Ultimate Go Study Guide
dvyukov/go-fuzz
Randomized testing for Go