Website • Documentation • Releases • Slack
Table of content:
- Description
- Requirements
- Installation
- The Most Useful Methods
- Examples
- Availability
- Acknowledgements
- License
DDS is a lightweight library for PyCOMPSs developers which contains some basic and widely used data processing methods such as map, filter, reduce, etc. The main purpose of this library is to avoid implementations of simple 'task' functions by developers. DDS is trustful and it processes the data in the most adequate way in terms of parallelism.
Python
>= 3.6pycompss
>= 3.3
This package can be installed:
- From source:
./install.sh
- From Pypi:
python3 -m pip install dds
map
filter
reduce
count
max
min
sum
foreach
map_values
combine_by_key
reduce_by_key
collect
collect_as_dict
Please feel free to suggest more methods!
Please see examples
or notebooks
folders.
Currently, the following supercomputers have already PyCOMPSs and DDS installed and ready to use. If you need help configuring your own cluster or supercomputer, drop us an email and we will be pleased to help.
- Marenostrum 5 - Barcelona Supercomputing Center (BSC)
This work has received funding from the European Commission's through the Horizon Europe CyclOps project (Contract 101135513)
Apache License Version 2.0, see LICENSE