Skip to content
/ lightms Public

Lightweight microservice oriented to easy implementation of hexagonal architecture

Notifications You must be signed in to change notification settings

rendis/lightms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.