Skip to content
Snippets Groups Projects

Django-based Message Broker for DASF

A Django-based message broker for the Data Analytics Software Framework (DASF)

Installation

Install this package in a dedicated python environment via:

python -m venv venv
source venv/bin/activate
pip install dasf-broker-django

To use this in a development setup, clone the source code from gitlab, start the development server and make your changes:

git clone https://gitlab.hzdr.de/hcdc/django/dasf-broker-django
cd dasf-broker-django
python -m venv venv
source venv/bin/activate
make dev-install

More detailed installation instructions my be found in the docs.

Copyright

Copyright © 2022 Helmholtz-Zentrum Hereon

Licensed under the EUPL-1.2-or-later

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the EUPL-1.2 license for more details.

You should have received a copy of the EUPL-1.2 license along with this program. If not, see https://www.eupl.eu/.