Skip to content

floradu88/DGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGraph

Scans projects from different paths and extracts dependency graph and displays them in a filterable way in an MVC application, using MongoDB for storage.

Getting started

Roadmap

Iteration 1

  1. Reads all files from directories (using async)
  2. Table of dependency for application
  3. Rescan all files

Iteration 2

  1. Possibility to scan github for dependency

Iteration 3

  1. Search dependency

Iteration 4

  1. Paging dependency

Iteration 5

  1. Smart re-scanning, journaling the last scan time for each app.