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

https://github.com/rendis/lightms

Lightweight microservice oriented to easy implementation of hexagonal architecture
https://github.com/rendis/lightms

component go golang hexagonal hexagonal-architecture microservice properties yml yml-configuration

Last synced: about 1 year ago
JSON representation

Lightweight microservice oriented to easy implementation of hexagonal architecture

Awesome Lists containing this project

README

          

# Light Microservice (lightms)

---

The **lightms** is a very minimalist framework that helps to create a light and independent microservice without web components (we emphasize, **it is not a framework for web development**, although it can be integrated with frameworks oriented to web development).

It was designed to facilitate the construction of microservices implemented on the hexagonal architecture style, although it can obviously be used on any desired architecture style.

It consists of 2 main characteristics:
- Loading yml o json property files at server startup.
- Creation and start-up of primary processes that will be the entry points (triggers) of our flows.

## Contents

Documentation in progress.