Microservices: Difference between revisions

From My Limbic Wiki
Line 14: Line 14:
* Separate builds
* Separate builds
* REST Communication
* REST Communication
* Individual databases

Revision as of 21:48, 18 September 2019

it is: Independantly Deployable Small Component

What is it ?

it can be:

  • Services
  • Applications
  • API
  • Components

it is related to the cloud, using its infrastructure to divide the load depending of each microservice charge

How to log

  • Splunk
  • Logstach / Kibana / Elastic Search

Best Bractices

  • Dockerize it and deploy on AWS
  • Separate builds
  • REST Communication
  • Individual databases