Update, cleanup, and reformat

This commit is contained in:
2024-12-20 09:29:46 +01:00
parent 119050b4b3
commit f39e04979b
9 changed files with 1528 additions and 720 deletions

View File

@@ -1,6 +1,12 @@
# Specifications for datastructures, interfaces, and file formats
* **[Generic datastructure specifications](https://github.com/ClusterCockpit/cc-specifications/tree/master/datastructures)**: To be used in applications, as payloads in apis, or as file formats.
* **[APIs offered by ClusterCockpit](https://github.com/ClusterCockpit/cc-specifications/tree/master/interfaces)**: REST, GraphQL, and Influx Line protocol descriptions.
* **[HPC Job-Archive specification](https://github.com/ClusterCockpit/cc-specifications/tree/master/job-archive)**: A directory tree and file format description for a file based HPC Job Performance archive.
* **[SQL Jobs Table Schema](https://github.com/ClusterCockpit/cc-specifications/tree/master/schemas)**: The SQL database schema used in cc-backend.
* **[Generic datastructure
specifications](https://github.com/ClusterCockpit/cc-specifications/tree/master/datastructures)**:
To be used in applications, as payloads in apis, or as file formats.
* **[APIs offered by
ClusterCockpit](https://github.com/ClusterCockpit/cc-specifications/tree/master/interfaces)**:
REST, and Influx Line protocol descriptions.
* **[HPC Job-Archive
specification](https://github.com/ClusterCockpit/cc-specifications/tree/master/job-archive)**:
A directory tree and file format description for a file based HPC Job
Performance archive.