Skip to content

ejholmes/12factor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12factor

12factor is a Go library for describing and running 12factor applications.

Packages

  • scheduler: Provides an interface and various implementations for running 12factor apps. Implementations include Docker, ECS, Kubernetes and Nomad.
  • procfile: Provides methods for parsing the Procfile manifest format.

Terminology

App

An App is a collection of Processes that share a common environment and root filesystem, which is generally specified as a Docker container.

Process

A Process represents a named command that can be scaled horizontally.

About

Run 12factor applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages