Skip to content

June Session

Marie-Louise edited this page Sep 28, 2018 · 1 revision

API deployment

team of 4 developers

There are two APIs

production stage

so they deploy changes to the stage API before they deploy changes in production to avoid things from getting broken in production

Terraform is a tool that checks that you're up to date with the master branch, fetches - before running a terraform plan

They run terraform inside a container AWS is also run inside the container

In the collections team the use AWS. its all infrastructure code, build systems ('Build systems are software tools designed to automate the process of program compilation')

Recorder.be is another technology that they use. It keeps the seperate branches A,B and C and there it could be possible to rebuild the combined work (merged). Each branch can tell us it's relationship with other work for example - how B and C

Clone this wiki locally