Skip to content

usnistgov/smart-network-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Smart network repository based on Neo4j graph database.

Watch demo!

Instructions

The following instructions have been tested on Ubuntu (16.04, 18.04, 20.04) and Windows.

Prerequisites

  • Docker (19.03)
  • Docker-compose (1.26 or 1.27)
  • Git Bash (for Windows)

Build/Run

Open a terminal and issue the following commands:

cd smart-network-repository/docker
chmod +x build.sh run.sh
./build.sh
./run.sh

Use The Smart Repository

When the application starts, it automatically loads an example network and creates the model in Neo4j.

The example network is a spine-leaf topology with 4 leaves, 4 spines, and 8 servers each connected on a different VLAN. The topology includes 2 border routers and 2 firewalls. The routing is realized with BGP.

example network Image Source: NVIDIA Corporation

To visualize graph schema:

CALL apoc.meta.graph()

Examples of "what-if" scenarios are available in the examples/ folder.

Contribute

Contributions and feedback are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages