AlertSource
AlertSource Schema¶
Description: External alert stream that can trigger observations.
One row per *logical* stream (e.g. "Swift GRB positions"), which may
span several broker topics. The listener subscribes to the union of
``topics`` across active sources of each broker; subscriptions
reference sources by ``key`` in their filters.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| key | String(100) |
No description |
| display_name | String(255) |
No description |
| broker | Enum(nasa_gcn, fink, hermes) |
No description |
| protocol | Enum(voevent, json, gcn_kafka) |
No description |
| transport | Enum(kafka, http_post, rest_poll) |
No description |
| topics | JSONB |
No description |
| is_active | Boolean |
No description |
| default_event_type | Enum(sn, grb, gw, frb, tde, agn, var, nu, kn, other) (Optional) |
No description |
| endpoint_url | String(1024) (Optional) |
No description |
| docs_url | String(1024) (Optional) |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| events | AlertEvent |