Account
This is the Account service
graph LR;
subgraph µServices
A(fa:fa-user Account µS)--gRPC-->G(Greeter µS) & E(Emailer µS);
A & G & E -.-> L[Logger]
end
A ==lookup==> SR[[fa:fa-database Service Registry]];
style SR fill:#f9f,stroke:#333,stroke-width:4pxImplements basic CRUD API
Multiple handlers, repositories, subscribers
Publishing events
GORM data access
Config Managment
Custom Logging
Configuration
FQDN: mkit.service.account
Type: service
Alias: account
Usage
A Makefile is included for convenience
Build the binary
Run the service
Build a docker image
Test the service
Last updated
Was this helpful?