Skip to main content

Visualize

The visualize command allows you to see and explore your data vault model as a network graph. The command runs a local dashboard that you can access in your web browser at http://127.0.0.1:8050/. Please make sure you provide a valid model, as this command doesn't automatically validate your model, and some features might not work correctly if there are issues. To see all the available options for this command, type s2v visualize --help.

Options

-i, --input DIRECTORY - (Required) This is the folder where your data vault model files are located.

s2v visualize -i path/to/my-input-folder/
tip

You can easily open the dashboard by cmd+left click on the url in CLI