1 article Microservices

Microservices

The twelve factors

To effectively design and build apps for the cloud, you should understand the twelve factors: 1 Codebase: One codebase tracked in revision control, many deployments 2 Dependencies: Explicitly declare and isolate dependencies 3. Config: Store configuration in the environment 4 Backing services: Treat backing services as attached resources 5 Build, release, run: Strictly separate build and run stages 6 Processes: Execute…