Link Search Menu Expand Document

New Article: Graph Algorithms in Puppet

A new article about graph algorithms in Puppet has been added to the catalog. This is our second article featuring Puppet after Puppet - HTTP Connection Pool.

We discuss how Puppet uses standard graph algorithms, such as Tarjan’s strongly connected components algorithm, to manage dependencies between resources. It strongly resembles our older article about graph algorithms in Terraform (if you read this article long ago, consider giving it another look - we recently made significant updates to it). We consider continuing reviewing uses of graph algorithms in popular open-source projects.

The code is written in Ruby.

Puppet - Graph Algorithms

Help Code Catalog grow: suggest your favorite code or weight in on open article proposals.