deptrack-devops: DepTrack applied to DevOps.

[ apache, devops, library ] [ Propose Tags ]

Describe your infrastructure with a directed-acyclic graph. Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies array (>=0.5 && <0.6), async (>=2.2 && <2.3), base (>=4.11 && <5), base64-bytestring (>=1.0 && <1.1), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), deptrack-core (>=0.1 && <0.2), distributed-closure (>=0.4 && <0.5), dotgen (>=0.4 && <0.5), hashable (>=1.2 && <1.3), lens (>=4.16 && <4.17), mtl (>=2.2 && <2.3), safe (>=0.3 && <0.4), stm (>=2.4 && <2.5), text (>=1.2 && <1.3) [details]
License Apache-2.0
Copyright 2017 Lucas DiCioccio
Author Lucas DiCioccio
Maintainer lucas@dicioccio.fr
Category DevOps
Home page https://github.com/lucasdicioccio/deptrack-project
Uploaded by LucasDiCioccio at 2018-09-15T15:51:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 738 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-15 [all 1 reports]

Readme for deptrack-devops-0.1.0.0

[back to package description]

DepTrack for DevOps

This library provides a node type for DepTrack that contains enough information to turnup, turndown, and check the healthiness of software entities. This library also contains functions to operate on the graph of dependency nodes concurrently (i.e., achieving maximum speed concurrency when turning up/down dependency graphs).