Go to file
Adphi c4d0ef3c08 fix deadlock 2020-11-06 16:44:25 +01:00
certs add cert generation, tls config, reflection 2020-08-07 10:59:27 +02:00
example add cert generation, tls config, reflection 2020-08-07 10:59:27 +02:00
service fix deadlock 2020-11-06 16:44:25 +01:00
.gitignore [wip] base options, command, service 2020-01-22 14:02:06 +01:00
README.md Update README.md 2020-11-06 14:08:33 +00:00
go.mod add cert generation, tls config, reflection 2020-08-07 10:59:27 +02:00
go.sum add cert generation, tls config, reflection 2020-08-07 10:59:27 +02:00

README.md

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: