Proactive Data Containers (PDC)¶
Proactive Data Containers (PDC) software provides an object-focused data management API, a runtime system with a set of scalable data object management services, and tools for managing data objects stored in the PDC system. The PDC API allows efficient and transparent data movement in complex memory and storage hierarchy. The PDC runtime system performs data movement asynchronously and provides scalable metadata operations to find and manipulate data objects. PDC revolutionizes how data is managed and accessed by using object-centric abstractions to represent data that moves in the high-performance computing (HPC) memory and storage subsystems. PDC manages extensive metadata to describe data objects to find desired data efficiently as well as to store information in the data objects.
More information and publications of PDC is available at https://sdm.lbl.gov/pdc
If you use PDC in your research, please use the following citation:
Byna, Suren, Dong, Bin, Tang, Houjun, Koziol, Quincey, Mu, Jingqing, Soumagne, Jerome, Vishwanath, Venkat, Warren, Richard, and Tessier, François. Proactive Data Containers (PDC) v0.1. Computer Software. https://github.com/hpc-io/pdc. USDOE. 11 May. 2017. Web. doi:10.11578/dc.20210325.1.
- Hello PDC Example
- API Documentation with Examples
- PDC general APIs
- PDC container APIs
- PDC object APIs
- PDC region APIs
- PDC property APIs
- PDC metadata APIs
- PDC Data query APIs
- PDC hist APIs
- PDC Data types
- Basic types
- Histogram structure
- Container info
- Container life time
- Object property public
- Object property
- Object info
- Object structure
- Region info
- Access type
- Query operators
- Query structures
- Selection structure
- Developers notes
- PDC Tools