Alert schemas
The different services in Fink serve data from different sources, hence the schemas can be different from one service to another. We list here the relevant schemas and data provenance per service.
ZTF
-
Science Portal
The Science Portal relies on a REST API that queries the Fink Database, which contains aggregated data organized into column families based on data provenance. For more details, you can refer to the DB schema.
-
REST API
The REST API queries the Fink Database, which contains aggregated data organized into column families based on data provenance. For more details, you can refer to the DB schema.
-
Livestream
The Livestream service relies on the Fink Data Lake which is the concatenation of the ZTF alert schema and Fink added values.
-
Data Transfer
The Data Transfer service relies on the Fink Data Lake which is the concatenation of the ZTF alert schema and Fink added values.
Note that Fink Science modules and Fink filters rely on the same schema than the livestream and the Data Transfer services.
Rubin/LSST
The latest Rubin alert schema can be found at https://github.com/lsst/alert_packet/tree/main/python/lsst/alert/packet/schema. This constitutes the base for the Science modules.