Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aleksk1ng/go-nats-streaming-grpc-postgresql

Go Nats Streaming gRPC PostgerSQL emails microservice
https://github.com/aleksk1ng/go-nats-streaming-grpc-postgresql

clean-architecture docker echo go golang grafana grpc jaeger microservices nats nats-streaming postgresql prometheus swagger tracing

Last synced: 3 months ago
JSON representation

Go Nats Streaming gRPC PostgerSQL emails microservice

Awesome Lists containing this project

README

        

### Golang NATS gRPC Postgresql email microservice example 👋

### Jaeger UI:

http://localhost:16686

### Prometheus UI:

http://localhost:9090

### Grafana UI:

http://localhost:3000

### Nats UI:

http://localhost:8222/

### Swagger UI:

https://localhost:5000/swagger/index.html

### MailHog UI:

http://localhost:8025/

For local development:
```
make cert // generates tls certificates
make migrate_up // run sql migrations
make swagger // generate swagger documentation
make local or develop // for run docker compose files
```