Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

This document defines formatting and style rules for DAOS development.
Readability, maintainability and robustness are the key attributes to judge code quality.

The DAOS source code is written in three different languages:

  • C is used on the critical path, including the storage engine and middleware libraries.
  • Go for the management infrastructure also called control plane.
  • Python is used for the build system and tests.
  • No labels