-
Notifications
You must be signed in to change notification settings - Fork 29
File System
dead10ck edited this page Aug 6, 2014
·
1 revision
To build a graph out of a portion of your file system, run the example script fs_graph.py
:
./examples/fs_graph.py ~/src/python
This will build a tree out of your ~/src/python
folder save the file fs.json
in your working directory.
(Obviously, you can change the argument path to any you would like to visualize; although, beware that if
it generates too many nodes, you will run into performance issues during the visualization).
Then, to run the visualizer with this data:
cd /path/to/Visualization/graphiti
./graphiti demo /path/to/semanticnet/fs.json