Skip to content

A Django plugin for Nautobot that allows users to modify the schema of a graphical database through a web interface.The plugin supports managing node types, node properties, node labels, relationship types, and relationship properties. Data is stored in a PostgreSQL relational database. The plugin provides essential web operations.....

License

Notifications You must be signed in to change notification settings

main-c/plugin-nautobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nautobot Graph Plugin

A Django plugin for Nautobot that allows users to modify the schema of a graphical database through a web interface.The plugin supports managing node types, node properties, node labels, relationship types, and relationship properties. Data is stored in a PostgreSQL relational database. The plugin provides essential web operations, including creation, modification, deletion, and display of node and relationship types.

Installation

To install this nautobot graph plugin from this directory run this command:

pip install .

And then add it to your PLUGINS setting in your nautobot_config.py:

PLUGINS = [
    "nautobot_graph",
]

Generate test data

nautobot-server test_data

About

A Django plugin for Nautobot that allows users to modify the schema of a graphical database through a web interface.The plugin supports managing node types, node properties, node labels, relationship types, and relationship properties. Data is stored in a PostgreSQL relational database. The plugin provides essential web operations.....

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published