diff --git a/README.md b/README.md index 085893768..74795499d 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ # Proactive Data Containers (PDC) -[![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) ![GitHub release tag(latest by date)](https://img.shields.io/github/v/tag/hpc-io/pdc) ![Spack](https://img.shields.io/spack/v/pdc) ![Read the Docs](https://img.shields.io/readthedocs/pdc?logo=readthedocs&logoColor=white) +[![Ubuntu](https://github.com/hpc-io/pdc/actions/workflows/ubuntu-cache.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/ubuntu-cache.yml) +[![MacOS](https://github.com/hpc-io/pdc/actions/workflows/macos.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/macos.yml) + 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. 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)