Files
12factor/content/toc.md
T
2011-06-04 23:06:02 -07:00

933 B

The Twelve Factors

I. Codebase

One codebase tracked in revision control, many deploys

II. Dependencies

Explicit dependency declaration and isolation

III. Config

Store config in the environment

IV. Backing Services

Treat backing services as attached resources

V. Build, release, run

Strict separation of build stage and run stage

VI. Processes

Stateless, disposable processes handle application logic

VII. Port binding

Services exported via port binding

VIII. Concurrency

Scale up via the process model

IX. Dev/prod parity

Parity between development and production

X. Logs

Logs are event streams

XI. Admin processes

One-off admin/management tasks