Description
DepTrack Core types and model.
Description
Rather than building and maintaing a dependency tree/graph by hand. DepTrack proposes to _track_ dependencies as a side-effect of a computation.
README.md
DepTrack
DepTrack is a library to let you compute dependency trees/graphs. Rather than maintaining a graph of dependencies, we propose to track dependencies as a side-effect of a computation.
Example uses of DepTrack are:
- devops: provision and configure machines
- architecture-documentation: map and describe business processes as dependency graphs.