Skip to content

A Powerful RESTful Structure for extendable network topology collectors

License

Notifications You must be signed in to change notification settings

chandralekhapoo/netseen

 
 

Repository files navigation

netseen

Python Version License Build Status Test Coverage

A basic REST API server which could provide layer 2 topology data.

quick start

manage.py

Before start, please set environment DATABASE_URL, or it will use sqlite by default.

$ pip install -r requirements.txt
$ python manage.py createdb
$ python manage.py create_admin
$ python manage.py runserver
    * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
    * Restarting with stat
    * Debugger is active!
    * Debugger PIN: 330-625-128

docker-compose

First, please install docker-compose, then

$ docker-compose build -f docker-compose.yml
$ docker-compose up -f docker-compose.yml

Running on http://127.0.0.1:8080

About

A Powerful RESTful Structure for extendable network topology collectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%