Difference between revisions of "STIX data center"

From stix
Jump to: navigation, search
Line 10: Line 10:
 
* Data archiving
 
* Data archiving
 
== STIX data center architecture ==  
 
== STIX data center architecture ==  
The data flow at STIX data center is shown in the picture below:
 
 
[[File:Stix-data-center-flow.png|500px|none|STIX data center]]
 
 
Data processing SW  mainly written in python.  
 
Data processing SW  mainly written in python.  
 
NoSQL DB (MongoDB) used to stored telemetry packets, file metadata and configurations
 
NoSQL DB (MongoDB) used to stored telemetry packets, file metadata and configurations
Line 30: Line 27:
  
 
* STIX data center web traffic analysis report
 
* STIX data center web traffic analysis report
** [https://analytics.google.com/analytics/web/#/p305528491/reports/reportinghub?params=_u..nav%3Dmaui |Click here to see the report with Google Analytics ]
+
** [https://analytics.google.com/analytics/web/#/p305528491/reports/reportinghub?params=_u..nav%3Dmaui Click here to see the report with Google Analytics ]

Revision as of 13:30, 2 March 2022

This page is still under construction.

STIX data center is a virtual server hosted at FHNW.

1 STIX Data Center tasks

Its tasks include

  • Process STIX raw data & produce high level data products
  • Monitor Data quality and instrument health status
  • Provide data products and data browsing tools for the Solar Physics Community
  • Support STIX operations
  • Data archiving

2 STIX data center architecture

Data processing SW mainly written in python. NoSQL DB (MongoDB) used to stored telemetry packets, file metadata and configurations

3 Source code

The source code can be found at:

4 Developers