Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 447 Bytes

011.IntegrationContainersDatabase.md

File metadata and controls

23 lines (12 loc) · 447 Bytes

011 - Integration containers database

Status

Accepted

Context

Integration container must contain a Database to store API token and any other needed information from external tools.

Evaluation Criteria

  • Extendability - how easy is to add new integrations

Decision

Use a Document database, like MongoDB.

Implications

Positive

  • For being schemaless document databases don’t need to have rely on schema migrations