Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NERDS stand for Network Enterprise Resource Discovery System. A collaborative effort between initially NORDUnet and Stockholm University to collect reusable data about "stuff" on our networks. The collected data is saved in a JSON format by the producers. The thought is that you then can create consumers for data that was collected by someone else or use a producer that you have not written yourself.

https://github.com/fredrikt/nerdsImage Added

Gliffy Diagram
sizeM
namenerdsPhilosophy
alignleft
version1

...

Code Block
titleNERDS JSON structure
{   
   "host": {
      "name": "hostname-or-other-unique-identifier",
      "version": 1,
      "name-of-producer": { ... any private data ... }
   }
}

...