Open jchate6 opened 1 year ago
I'm failing to find any basic information about setting up a Broker (TNS, ALeRCE, Lasair, etc.) in the documentation. This should be made more explicit.
For example,
TNS requires the following in settings.py
:
BROKERS = {
'TNS': {
'api_key': TNS_API_KEY,
'bot_id': <<bot_id>>,
'bot_name': <<bot_name>>,
}
}
Related to TOMToolkit/tom_fink#24
Look into more modern ways to access the Gaia Broker Data.
Ensure Every Broker links to documentation. (Issue #271 )
Related Issues:
We will also want to make sure TOM Toollkit dependencies are up to date for
Look into Pitt-Google Tom Broker https://github.com/mwvgroup/tom_pittgoogle
List of supported Brokers
Also figure out what Scout (the Broker module) does. (see ssd-api.jpl.nasa.gov/doc/scout.html) and document it.
Broker audit -- ensure broker modules have proper form validation, dependencies, testing, and documentation.