...
As illustrated in the Architecture overview the FLARECAST infrastructure consists of several logical databases. All of these databases store different types of resources.
Database | Resource |
---|---|
Data Archive | Observation (e.g. FITS-Files) |
Staging Table | Event, ... (e.g. Event lists) |
Feature Property Database | Feature (such as Active Regions), FeatureProperty (e.g. Area, Contour, Zurich-Class, ...) |
Predictions Config DB | Scalars, Vectors, Matrices (e.g. Algo-Configurations) |
Prediction DB | ? |
Infrastructure Configuration DB | Algorithm, Person, |
The API is self-documenting such that there a single entry point to all databases. This would be access to the resources.
Resources
Anything accessible through the API is a "resource". All available resources can be listed.
Get list of observation types | ||||||
---|---|---|---|---|---|---|
Query | https://api.flarecast.eu/resources/list | |||||
Result |
|
...
Search for files | ||||||
---|---|---|---|---|---|---|
Query | https://api.flarecast.eu/observations/sdo/hmi/list?timerange=20150101T000000.0-20150101T120000.0 | |||||
Result |
|
Feature Properties
...