Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page index
  1. Overview
  2. Producer
  3. Consumer
  4. Repository
  5. Searching in NOCLook
  6. Links
  7. How to set up a NI suite

Anchor
overview
overview

Overview

NORDUnet Network inventory project is divided in to three parts. One part that gathers the data (producer), another part that uses the data (consumer) and a repository for the raw data.

Anchor
producer
producer

Producer

For the producer we use the NERDS projects JSON format to save the data. How to actually collect data depends on what you want to collect data from.

Anchor
consumer
consumer

Consumer

The only NORDUnet consumer today is NOCLook which is a web gui made with the Django web framework and Neo4j graph database as backend for the inventory data model. The data is added to the Neo4j database via the REST interface using norduni_client.py which builds on neo4j-rest-client.

Anchor
repo
repo

Repository

GIT is used to handle the revisions of the collected data.

...

Anchor
search
search

Searching in NOCLook

In addition to the search box at the top of the page you can also use the URL field for searching.

...

The first version of the search only finds complete strings so you can't use wild cards but it is at lease case insensitive.

Anchor
links
links

https://ni.nordu.net

http://nidev-consumer.nordu.net (bleeding edge)

Anchor
setup
setup

How to set up a NI suite

Setting up a NORDUni instance