DASF
DASF: A data analytics software framework for distributed environments - Published in JOSS (2022)
https://git.geomar.de/digital-earth/dasf/dasf-messaging-python
Science Score: 87.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
Python RPC wrapper for the data analytics software framework DASF **PROJECT MOVED** This repository has been moved to https://codebase.helmholtz.cloud/dasf/dasf-messaging-python and is read-only at git.geomar.de
Basic Info
- Host: git.geomar.de
- Owner: digital-earth
- License: other
- Default Branch: master
Statistics
- Stars: 2
- Forks: 0
- Open Issues:
- Releases: 0
https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/blob/master/
 # Data Analytics Software Framework [](https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/pipelines?page=1&scope=all&ref=master) [](https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/graphs/master/charts) [](https://git.geomar.de/digital-earth/dasf/dasf-messaging-python) [](https://pypi.python.org/pypi/demessaging/) [](https://github.com/psf/black) [](https://pycqa.github.io/isort/) [](https://www.python.org/dev/peps/pep-0008/) [](http://mypy-lang.org/) [](https://api.reuse.software/info/git.geomar.de/digital-earth/dasf/dasf-messaging-python) [](https://doi.org/10.5880/GFZ.1.4.2021.005) [](https://joss.theoj.org/papers/e8022c832c1bb6e879b89508a83fa75e) python module wrapper for the data analytics software framework DASF ## Abstract `DASF: Messaging Python` is part of the Data Analytics Software Framework (DASF, https://git.geomar.de/digital-earth/dasf), developed at the GFZ German Research Centre for Geosciences (https://www.gfz-potsdam.de). It is funded by the Initiative and Networking Fund of the Helmholtz Association through the Digital Earth project (https://www.digitalearth-hgf.de/). `DASF: Messaging Python` is a RPC (remote procedure call) wrapper library for the python programming language. As part of the data analytics software framework DASF, it implements the DASF RPC messaging protocol. This message broker based RPC implementation supports the integration of algorithms and methods implemented in python in a distributed environment. It utilizes pydantic (https://pydantic-docs.helpmanual.io/) for data and model validation using python type annotations. DASF distributes messages via a central message broker. Currently we support a self-developed message broker called dasf-broker-django, as well as an off-the-shelf solution called Apache Pulsar. (also see: [Message Broker](https://digital-earth.pages.geomar.de/dasf/dasf-messaging-python/developers/messaging.html#messagebroker)) --- ## Service Desk For everyone without a Geomar Gitlab account, we setup the Service Desk feature for this repository. It lets you communicate with the developers via a repository specific eMail address. Each request will be tracked via the Gitlab issuse tracker. In order to send a follow-up message, simply reply to the corresponding notification eMail. eMail: [gitlab+digital-earth-dasf-dasf-messaging-python-1576-issue-@git-issues.geomar.de](mailto:gitlab+digital-earth-dasf-dasf-messaging-python-1576-issue-@git-issues.geomar.de) ## Documentation see: https://digital-earth.pages.geomar.de/dasf/dasf-messaging-python/ ## Installation Install this package in a dedicated python environment via ```bash python -m venv venv source venv/bin/activate pip install demessaging ``` To use this in a development setup, clone the [source code][source code] from gitlab, start the development server and make your changes:: ```bash git clone https://git.geomar.de/digital-earth/dasf/dasf-messaging-python cd dasf-messaging-python python -m venv venv source venv/bin/activate make dev-install ``` More detailed installation instructions my be found in the [docs][docs]. [source code]: https://git.geomar.de/digital-earth/dasf/dasf-messaging-python [docs]: https://digital-earth.pages.geomar.de/dasf/dasf-messaging-python/installation.html ## Technical note This package has been generated from the template https://codebase.helmholtz.cloud/hcdc/software-templates/python-package-template.git. See the template repository for instructions on how to update the skeleton for this package. ### **Source Code Examples** see: https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/blob/master/ExampleMessageConsumer.py - generate the counterpart via `python ExampleMessageConsumer.py generate > ExampleMessageProducerGen.py` - call the consumer module via the generated producer, see https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/blob/master/ExampleMessageProducer.py ## Recommended Software Citation `Eggert, Daniel; Sommer, Philipp; Dransch, Doris (2021): DASF: Messaging Python: A python RPC wrapper for the data analytics software framework. GFZ Data Services. https://doi.org/10.5880/GFZ.1.4.2021.005` ## License information Copyright 2019-2024 Helmholtz Centre Potsdam GFZ German Research Centre for Geosciences Code files in this repository are licensed under the Apache-2.0, if not stated otherwise in the file. Documentation files in this repository are licensed under CC-BY-4.0, if not stated otherwise in the file. Supplementary and configuration files in this repository are licensed under CC0-1.0, if not stated otherwise in the file. Please check the header of the individual files for more detailed information. ### License management License management is handled with [``reuse``](https://reuse.readthedocs.io/). If you have any questions on this, please have a look into the [contributing guide][contributing] or contact the maintainers of `dasf-messaging-python`. [contributing]: https://digital-earth.pages.geomar.de/dasf/dasf-messaging-python/contributing.html ## Contact Philipp S. Sommer eMail:Helmholtz-Zentrum Hereon Max-Planck-Str. 1 21502 Geesthacht Germany
Owner
- Name: Digital Earth
- Login: digital-earth
- Kind: organization
- Repositories: 2
- Profile: https://git.geomar.de/digital-earth
Community of people in the Digital Earth context of the Helmholtz association interested in software and its development. Mattermost channel: https://mattermost.geomar.de/digital-earth/ More Digital Earth: https://www.digitalearth-hgf.de/
JOSS Publication
DASF: A data analytics software framework for distributed environments
Authors
Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
Tags
distributed data analysis framework Typescript RPCCommitters
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Philipp Sommer | p****r@h****e | 85 |
| Philipp S. Sommer | p****r@h****e | 59 |
| Daniel Eggert | d****t@g****e | 50 |
| Daniel Eggert | e****i@g****e | 36 |
| Peter Morstein | m****r@g****m | 5 |
| Daniela Rabe | d****a@g****e | 2 |
| Stefan Lüdtke | s****e@g****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
