dasf-broker-django
latest

Contents:

  • Installation
    • Installation from PyPi
    • Install the Django App for your project
    • Installation for development
  • Configuration options
    • Configuration settings
  • 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
      • StoreMessageOptions.CACHE
      • StoreMessageOptions.CACHEALL
      • StoreMessageOptions.DISABLED
      • StoreMessageOptions.STORE
    • URL config
    • app_name
    • urlpatterns
    • Models
    • BrokerMessage
      • BrokerMessage.DoesNotExist
      • BrokerMessage.MultipleObjectsReturned
      • BrokerMessage.content
      • BrokerMessage.context
      • BrokerMessage.date_created
      • BrokerMessage.delivered_to
      • BrokerMessage.delivered_to_all
      • BrokerMessage.get_next_by_date_created()
      • BrokerMessage.get_previous_by_date_created()
      • BrokerMessage.id
      • BrokerMessage.is_response
      • BrokerMessage.message_id
      • BrokerMessage.objects
      • BrokerMessage.responsetopic_set
      • BrokerMessage.send()
      • BrokerMessage.topic
      • BrokerMessage.topic_id
      • BrokerMessage.user
      • BrokerMessage.user_id
    • BrokerTopic
      • BrokerTopic.DoesNotExist
      • BrokerTopic.MultipleObjectsReturned
      • BrokerTopic.StoreMessageChoices
        • BrokerTopic.StoreMessageChoices.CACHE
        • BrokerTopic.StoreMessageChoices.CACHEALL
        • BrokerTopic.StoreMessageChoices.DISABLED
        • BrokerTopic.StoreMessageChoices.STORE
      • BrokerTopic.availability
      • BrokerTopic.brokermessage_set
      • BrokerTopic.build_websocket_url()
      • BrokerTopic.consumers
      • BrokerTopic.create_and_send_message()
      • BrokerTopic.date_created
      • BrokerTopic.effective_store_messages
      • BrokerTopic.garbage_collect_on
      • BrokerTopic.get_next_by_date_created()
      • BrokerTopic.get_outstanding_messages()
      • BrokerTopic.get_previous_by_date_created()
      • BrokerTopic.get_store_messages_display()
      • BrokerTopic.get_websocket_url()
      • BrokerTopic.id
      • BrokerTopic.is_public
      • BrokerTopic.is_response_topic
      • BrokerTopic.last_ping
      • BrokerTopic.last_pong
      • BrokerTopic.objects
      • BrokerTopic.ping()
      • BrokerTopic.producers
      • BrokerTopic.responsetopic
      • BrokerTopic.responsetopics
      • BrokerTopic.slug
      • BrokerTopic.status_viewers
      • BrokerTopic.store_messages
      • BrokerTopic.supports_dasf
    • BrokerTopicManager
    • BrokerTopicQuerySet
      • BrokerTopicQuerySet.filter_offline()
      • BrokerTopicQuerySet.filter_online()
      • BrokerTopicQuerySet.filter_unknown_availability()
    • ResponseTopic
      • ResponseTopic.DoesNotExist
      • ResponseTopic.MultipleObjectsReturned
      • ResponseTopic.brokertopic_ptr
      • ResponseTopic.brokertopic_ptr_id
      • ResponseTopic.is_response_for
      • ResponseTopic.is_response_for_id
      • ResponseTopic.is_response_topic
      • ResponseTopic.source_messages
    • Views
    • BrokerTopicPingView
      • BrokerTopicPingView.accept_global_perms
      • BrokerTopicPingView.check_permissions()
      • BrokerTopicPingView.get()
      • BrokerTopicPingView.model
      • BrokerTopicPingView.permission_required
      • BrokerTopicPingView.post()
    • BrokerTopicStatusView
      • BrokerTopicStatusView.accept_global_perms
      • BrokerTopicStatusView.any_perm
      • BrokerTopicStatusView.check_permissions()
      • BrokerTopicStatusView.model
      • BrokerTopicStatusView.permission_required
      • BrokerTopicStatusView.render_to_response()
    • HttpResponseServiceUnavailable
      • HttpResponseServiceUnavailable.status_code
  • Contribution and development hints
    • Contributing in the development
      • Fixing the docs
      • Contributing to the code
dasf-broker-django
  • Welcome to dasf-broker-django’s documentation!
  • View page source

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
    • Installation from PyPi
    • Install the Django App for your project
    • Installation for development
  • Configuration options
    • Configuration settings
  • 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
    • Contributing in the development

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright Copyright (C) 2022 Helmholtz-Zentrum Hereon. Revision f9ec8c43.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds