From eb1353948e71a72ffaf96f4fb13930b100259bed Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 18 Mar 2022 15:29:31 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 39a60c2..5686262 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -# ClusterCockpit Standardization of APIs and data formats +# Specifications of datastructures, interfaces, and file formats -## RESTful API specifications - -The specifications are defined following the [OpenAPI Initiative](https://www.openapis.org) format standard. - -## Data exchange formats - -Main data exchange format is JSON. -The specifications are defined following the [JSON schema](https://json-schema.org) format standard. - -## Database schema - -Recommended minimal SQL database schema for job meta data. +* **Generic datastructure specifications**: To be used in applications, as payloads in apis, or as file formats. +* **API Interfaces offered by ClusterCockpit** +* **HPC Job-Archive specification** +* **SQL Jobs Table Schema**