grpc-ecosystem / go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
☆6,479Updated last month
Alternatives and similar repositories for go-grpc-middleware:
Users that are interested in go-grpc-middleware are comparing it to the libraries listed below
- GoMock is a mocking framework for the Go programming language.☆9,366Updated last year
- [Deprecated] Protocol Buffers for Go with Gadgets☆5,679Updated last year
- Go library for decoding generic map values into native Go structures and vice versa.☆7,982Updated 9 months ago
- Simple error handling primitives☆8,228Updated 3 years ago
- Fluent SQL generation for golang☆7,328Updated last year
- Sql mock driver for golang to test database interactions☆6,335Updated 7 months ago
- [Go] Package of validators and sanitizers for strings, numerics, slices and structs☆6,138Updated 3 months ago
- An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.☆8,423Updated last year
- lumberjack is a log rolling package for Go☆5,062Updated 8 months ago
- A high performance memory-bound Go cache☆5,991Updated this week
- A Go blocking leaky-bucket rate limit implementation☆4,476Updated 11 months ago
- A reflection based dependency injection toolkit for Go.☆4,118Updated last month
- Golang LRU cache☆4,572Updated last week
- Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.☆8,346Updated 8 months ago
- Copier for golang, copy value from struct to struct and more☆5,794Updated 9 months ago
- Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.☆5,596Updated 5 months ago
- Distributed mutual exclusion lock using Redis for Go☆3,618Updated 8 months ago
- ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:☆10,806Updated 3 years ago
- Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving☆18,057Updated last week
- A high-performance 100% compatible drop-in replacement of "encoding/json"☆13,696Updated 10 months ago
- Simple HTTP, REST, and SSE client library for Go☆10,792Updated last month
- The official Go client for Elasticsearch☆5,846Updated last week
- Netflix's Hystrix latency and fault tolerance library, for Go