Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daos-stack/daos
DAOS Storage Stack (client libraries, storage engine, control plane)
https://github.com/daos-stack/daos
daos distributed-storage hyperconverged hyperscale kvstore nvme-storage object-store pmdk software-defined-storage spdk storage-as-a-service
Last synced: 8 days ago
JSON representation
DAOS Storage Stack (client libraries, storage engine, control plane)
- Host: GitHub
- URL: https://github.com/daos-stack/daos
- Owner: daos-stack
- License: other
- Created: 2016-09-27T19:21:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:38:45.000Z (10 days ago)
- Last Synced: 2024-10-29T11:46:26.701Z (10 days ago)
- Topics: daos, distributed-storage, hyperconverged, hyperscale, kvstore, nvme-storage, object-store, pmdk, software-defined-storage, spdk, storage-as-a-service
- Language: C
- Homepage: http://daos.io
- Size: 153 MB
- Stars: 757
- Watchers: 44
- Forks: 298
- Open Issues: 466
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - daos-stack/daos - DAOS Storage Stack (client libraries, storage engine, control plane) (others)
README
# DAOS
[![License](https://img.shields.io/badge/License-BSD--2--Clause--Patent-blue.svg)](./LICENSE)
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/3015.svg)](https://scan.coverity.com/projects/daos-stack-daos)
[![Build](https://github.com/daos-stack/daos/actions/workflows/ci2.yml/badge.svg)](https://github.com/daos-stack/daos/actions/workflows/ci2.yml)
[![Codespell](https://github.com/daos-stack/daos/actions/workflows/spelling.yml/badge.svg)](https://github.com/daos-stack/daos/actions/workflows/spelling.yml)
[![Doxygen](https://github.com/daos-stack/daos/actions/workflows/doxygen.yml/badge.svg)](https://github.com/daos-stack/daos/actions/workflows/doxygen.yml)## What is DAOS?
The **D**istributed **A**synchronous **O**bject **S**torage (DAOS) is an
open-source software-defined object store designed from the ground up for
massively distributed Non Volatile Memory (NVM). DAOS takes advantage of next
generation NVM technology like Storage Class Memory (SCM) and NVM express (NVMe)
while presenting a key-value storage interface and providing features such as
transactional non-blocking I/O, advanced data protection with self-healing on
top of commodity hardware, end-to-end data integrity, fine-grained data control
and elastic storage to optimize performance and cost.DAOS supports multiple application interfaces including a parallel filesystem,
Hadoop/Spark connector, TensorFlow-IO, native Python dictionary bindings, HDF5,
MPI-IO and more to come.## License
DAOS is licensed under the BSD-2-Clause Plus Patent License.
Please see the [LICENSE](./LICENSE) & [NOTICE](./NOTICE) files for more
information.## Documentation
The DAOS documentation is available [online](https://docs.daos.io/latest).
More information can also be found on the [wiki](https://wiki.daos.io/).## Contacts
For any questions, please post to our [user forum](https://daos.groups.io/g/daos).
Bugs should be reported through our [issue tracker](https://jira.daos.io/)
with a test case to reproduce the issue (when applicable) and [debug logs](https://docs.daos.io/latest/admin/troubleshooting/).## Community
Interact with members of the DAOS community real-time on [slack](https://daos-stack.slack.com/).
An invitation to join the slack workspace is automatically sent when joining
the community [mailing list](https://daos.groups.io/g/daos).DAOS is a Linux Foundation project.