NAN Data Transport System: Difference between revisions
From Network for Advanced NMR
Jump to navigationJump to search
Mmaciejewski (talk | contribs) |
Mmaciejewski (talk | contribs) No edit summary |
||
Line 38: | Line 38: | ||
|- | |- | ||
| '''Primary Storage'''|| UCHC Data Center || | | '''Primary Storage'''|| UCHC Data Center || | ||
* Stores | * Stores copies of all collected experimental data | ||
|- | |- | ||
| '''Disaster Recovery Storage'''|| Geo-dispersed || | | '''Disaster Recovery Storage'''|| Geo-dispersed || | ||
Line 64: | Line 64: | ||
* Manage facility users through the [[Facility Dashboards|Facility Dashboard]] | * Manage facility users through the [[Facility Dashboards|Facility Dashboard]] | ||
* Reassign “unselected” or misattributed data through the [[Datasets|Dataset Browser]] | * Reassign “unselected” or misattributed data through the [[Datasets|Dataset Browser]] | ||
* Monitor the health of NDTS for their facility, including heartbeats, through the virtual NAN Operating Center (vNOC) | * Monitor the health of NDTS for their facility, including heartbeats, through the virtual NAN Operating Center (vNOC) | ||
== Security == |
Revision as of 14:57, 25 June 2025
Navigation of NDTS Documentation
- NAN Data Transport System
- NDTS Overview
- NDTS Installation
- TopSpin 3.x Requirement
- Managing, Monitoring, and Logging
- NDTS Usage Guides
Overview
The Network for Advanced NMR Data Transport System (NDTS) enables automated harvesting of NMR acquisition data from spectrometer workstations and delivers it securely to the NAN Repository. Facility Managers are responsible for installing and managing the local components of the system, ensuring connectivity, and supporting user access to collected data.
NDTS Components
The NDTS system consists of local and central components working together to collect, transfer, store, and index NMR datasets
Component | Location | Role |
---|---|---|
Daemon | Spectrometer Workstation |
|
NDTS GUI | Spectrometer Workstation |
|
Gateway | Within NMR facility network |
|
Receiver | UCHC Data Center |
|
Parser | UCHC Data Center |
|
PostgreSQL Database | UCHC Data Center |
|
Primary Storage | UCHC Data Center |
|
Disaster Recovery Storage | Geo-dispersed |
|
Elasticsearch Database | UCHC Data Center |
|
Data Flow Summary
- A user completes an acquisition on a spectrometer.
- The Daemon detects the completed experiment and sends it to the Gateway.
- The Gateway transmits the data to the Receiver at UCHC.
- The Receiver accepts the data and hands it off to the Parser.
- The Parser extracts metadata and stores it in the PostgreSQL and Elasticsearch databases.
- The experiment data is stored in primary storage and backed up to disaster recovery storage.
- The data becomes visible in the NAN Portal (e.g., Data Browser, vNOC) within seconds.
Failures at any stage result in data being spooled locally and retried automatically.
Facility Manager Responsibilities
Facility Managers are expected to:
- Purchase the Gateway computer and install a modern Linux (preferably Ubuntu / Xubuntu / Mint or other Debian based OS)
- Install and configure Gateway and Daemon software
- Manage facility users through the Facility Dashboard
- Reassign “unselected” or misattributed data through the Dataset Browser
- Monitor the health of NDTS for their facility, including heartbeats, through the virtual NAN Operating Center (vNOC)