πŸ—ƒοΈConfiguration as YAML

Define components as code

In Socrates, when you connect to github, you have the ability to dynamically create components define by .yaml files. These files, alongside the code files describe your entire Socrates infrastructure.

There are 4 types of Components you can make using this type of integration:

  • Block (filename.block.yaml):

  • Instance (filename.instance.yaml):

  • Step Flow (filename.step.yaml):

  • Dag Flow (filename.dag.yaml):

Last updated