Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.3 KB

MicroService Foundation

ALPHA: Lile is currently considered "Alpha" in that things may change. Currently I am gathering feedback and will finalise Lile shortly to avoid breaking changes going forward.

This package provides a foundation to build gRPC based microservices.

It takes care of:

  • Server initialization
  • Logging
  • Metrics
  • Middleware

Dependencies

You should vendor the dependencies needed in your project. Depending on the features used the requirements will vary.

Also, the protobuf compiler will be needed if you want to rebuild the go files:

Guide

Installation

Service Definition

RPC Methods