Updating filter overview#85
Merged
rknop merged 11 commits intoLSSTDESC:mainfrom Apr 24, 2026
Merged
Conversation
…sidrat-staging
rknop
reviewed
Apr 24, 2026
|
|
||
| This section details how to create new filters at the broker level for FASTDB to subscribe to, for all of the LSST brokers where that is available. Once you have created your filter, let Rob know the broker and the topic name to get FASTDB subscribed to it. | ||
|
|
||
| See the section above for the minimum required data that should be sent with the filtered alerts. Additional data that has been added by the broker will be pulled in by FASTDB automatically and stored in the ``diasource_brokerinfo`` table. |
Contributor
There was a problem hiding this comment.
There's actually two parts to this.
- Additional data beyond the minimum that comes from the original LSST alerts gets stored in the
diasource_extratable. - Anything in the alert that was not from the original LSST alert, i.e. anything the broker added, gets stored in the
diasource_brokerinfotable.
(Aside: there is probably some nuance here. Right now, the two brokers I'm listening to, Pitt-Google and Fink, are sending me alerts that are exactly the LSST alerts, plus additional fields they added. It's possible some brokers will send different formats, which we can handle, but we have to write the code in brokerconsumer.py to adapt.)
rknop
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.