“Micro” Services in a minute Simple and unified cloud service architecture Gohan makes REST-based api server, db backend, CLI ,and WebUI from JSON View on GitHub SINGLE PROCESS for REST Based “Micro” Services Traditional “fat” services are difficult to manage: subsystems become tightly coupled making it hard to introduce changes. Micro-service based architectures are meant to solve this issue; how
