1 Matching Annotations
- Nov 2020
-
micro.mu micro.mu
-
Micro is a platform for cloud native development. It addresses the key requirements for building services in the cloud. Micro leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals with the complexity of distributed systems and provides simpler programmable abstractions to build on.
What they are doing is like AWS lambda - BUT - they abstract away the details of things like Auth, pub/sub, config, networks AND the DB (which is a KV store).
So you simply write your services letting the platform take care of the particulars of adjacencies.
Tags
Annotators
URL
-