Giter VIP home page Giter VIP logo

cpan-deps-graph's Introduction

NAME

CPAN Dependencies Graph

SETUP

To run this in a local environment, you need a Redis server, and to create a cpan_deps_graph.conf pointing to it, for example:

{
  redis_url => 'redis://localhost/',
}

Install the dependencies from the cpanfile:

$ cpanm --installdeps .

Then load the cache with at least one module's data:

$ ./cpan_deps_graph.pl cache --deeply GraphViz2

Then start the application server:

$ ./cpan_deps_graph.pl daemon

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Dan Book.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

Bundled Perl 5 Raptor Copyright (c) 2012, Sebastian Riedel.

Licensed under the CC-SA License, Version 4.0 http://creativecommons.org/licenses/by-sa/4.0.

cpan-deps-graph's People

Contributors

grinnz avatar mohawk2 avatar

Stargazers

Scott Muller avatar Elvin Aslanov avatar Chris White avatar Zaki Mughal [sivoais] avatar Suman Khanal avatar Marco Arthur avatar idoxtreme avatar Thibault Duponchelle avatar The.Metaphysical.Crook avatar Красимир Беров avatar

Watchers

James Cloos avatar  avatar

cpan-deps-graph's Issues

Redraw graph on viewport resize

The graph requires a fixed size div, so resizing the window will not change its usable area. Maybe we should redraw the graph when the window is resized. But maybe not since it will recenter the graph.

Caching updates for dependents

New releases may change not only their own dependency graph but those of their dependents. Currently we are caching random distributions each day to catch these cases but maybe there is a better way.

Dist version specific graphs

It would be nice to be able to view dep graphs for different releases of a distribution rather than only keeping the latest release of each distribution.

Reverse dependencies view

It may be possible to leverage/cache the same data to be able to graph the dependents of a distribution instead of its dependencies. This may also help with #3.

Pull down menu for Perl version

First off, this is cool. Thanks a lot for this!

Could you add a pull down menu for the Perl version instead of a text entry field?

Thanks!

Diab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.