Data

Dragon has APIs for managing data in a scalable fashion. A prominent member of these APIs is the distributed dictionary. Descriptions and APIs are grouped together for each of the supported Dragon Data Types.

Python Reference

DDict

The Distributed Dictionary provides a key/value store that is distributed across a series of managers and one nodes of a Dragon run-time.

zarr.Store

This class implements a Zarr store using the Dragon distributed dictionary (DDict).

C Reference