Welcome to dasf-broker-django’s documentation!
A Django-based message broker for the Data Analytics Software Framework (DASF)
Warning
This package is work in progress, especially it’s documentation. Stay tuned for updates and discuss with us at https://gitlab.hzdr.de/hcdc/django/dasf-broker-django
Contents:
- Installation
- Configuration options
- API Reference
- App settings
DASF_CREATE_TOPIC_ON_MESSAGE
DASF_STORE_MESSAGES
DASF_STORE_RESPONSE_MESSAGES
DASF_STORE_SOURCE_MESSAGES
DASF_WEBSOCKET_URL_ROUTE
ROOT_URL
StoreMessageOptions
- URL config
app_name
urlpatterns
- Models
BrokerMessage
BrokerTopic
BrokerTopicManager
BrokerTopicQuerySet
ResponseTopic
- Views
BrokerTopicPingView
BrokerTopicStatusView
HttpResponseServiceUnavailable
- Contribution and development hints