Skip to content

Commit f2a5229

Browse files
authored
Update README.md
1 parent 452a4af commit f2a5229

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
<p align="center">
2+
<img src="https://github.com/hpc-io/pdc/blob/stable/docs/_static/image/pdc.png?raw=true" alt="PDC"/>
3+
</p>
4+
5+
# Proactive Data Containers (PDC)
6+
17
[![linux](https://github.com/hpc-io/pdc/actions/workflows/linux.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/linux.yml)
28
![GitHub release tag(latest by date)](https://img.shields.io/github/v/tag/hpc-io/pdc)
39
![Spack](https://img.shields.io/spack/v/pdc)
10+
![Read the Docs](https://img.shields.io/readthedocs/pdc?logo=readthedocs&logoColor=white)
411

5-
## Proactive Data Containers (PDC)
612
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.
713

814
Full documentation of PDC with installation instructions, code examples for using PDC API, and research publications are available at [pdc.readthedocs.io](https://pdc.readthedocs.io)
@@ -39,4 +45,4 @@ If you use PDC in your research, please use the following citations:
3945
year = {2019},
4046
organization = {IEEE}
4147
}
42-
```
48+
```

0 commit comments

Comments
 (0)