spolnik / trading-office

Trading Office
http://spolnik.github.io/trading-office
9 stars 8 forks source link

Backing services #74

Open spolnik opened 8 years ago

spolnik commented 8 years ago

Backing services are considered to be resources of the application. These resources are attached to the application for the duration of operation. A deployment of a twelve-factor application should be able to swap out an embedded SQL database in a testing environment with an external MySQL database hosted in a staging environment without making changes to the application’s code.

Think of embedded db, embedded rabbitmq service - if possible