2020-11-06 17:32:45 +00:00
2020-11-06 16:44:25 +01:00
2020-11-06 17:32:45 +00:00
2020-11-06 14:08:33 +00:00

gRPC

A utility module, implementing some of the go-micro patterns with pure gRPC ecosystem modules.

Features:

  • simple configuration with options
  • embeded gorm database with options (branch db)
  • simple TLS configuration
  • TLS auth
  • client connection pool
  • registry / resolver resolution
    • mdns
    • kubernetes
  • default interceptors implementation:
    • validation
    • health
    • context logger
    • sentry
    • rate-limiting
    • auth claim in context
    • recovery
    • tracing (open-tracing)
    • metrics (prometheus)
    • retries
    • context DB / transaction
    • ...
  • api gateway with middleware:
    • auth
    • cors
    • logging
    • [ ] tracing
    • metrics
  • broker, based on nats-streaming

Used modules:

Description
No description provided
Readme Apache-2.0 2 MiB
Languages
Go 99.1%
Makefile 0.9%