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:4px
  1. Implements basic CRUD API

  2. Multiple handlers, repositories, subscribers

  3. Publishing events

  4. GORM data access

  5. Config Managment

  6. 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?