Skip to content

MadhuvanthG/depscloud

 
 

Repository files navigation

deps.cloud

logo

deps.cloud is a tool built to help companies understand how projects relate to one another. It does this by detecting dependencies defined in common manifest files. Using this information, we’re able to construct a dependency graph. As a result we’re able to answer questions like:

  • Which libraries get produced by a project?
  • Which libraries do I depend on and what version?
  • Which projects depend on library X and what version?
  • Which projects can produce library X?
  • Which projects do our systems use the most?

To start using deps.cloud

See our documentation on deps.cloud.

To start developing deps.cloud

Take a look at our contributing guidelines and project board.

# setup a workspace for all depscloud
mkdir depscloud && cd $_

# clone necessary repositories
#   - the first is for the source code
#   - the second is for the deployment configuration
git clone git@github.com:depscloud/depscloud.git
git clone git@github.com:depscloud/deploy.git

Support

Join our mailing list and ask any questions there.

We also have a Slack channel.

Branch Checks

dockerfiles workflow

deps branch workflow deps integration workflow

extractor branch workflow extractor integration workflow

gateway branch workflow gateway integration workflow

indexer branch workflow indexer integration workflow

tracker branch workflow tracker integration workflow

goreleaser branch workflow

Release Checks

extractor-tag workflow goreleaser-tag workflow

extractor docker hub extractor image extractor pulls

gateway docker hub gateway image gateway pulls

indexer docker hub indexer image indexer pulls

tracker docker hub tracker image tracker pulls

License Checks

fossa analytics

About

Track, monitor, and connect project dependencies across different languages and toolchains.

Resources

License

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go 65.2%
  • TypeScript 30.8%
  • Shell 1.4%
  • Dockerfile 1.3%
  • Makefile 1.2%
  • JavaScript 0.1%