Skip to content

aneoconsulting/ArmoniK.Api

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a670863 · Dec 22, 2024
Apr 19, 2024
Dec 22, 2024
Nov 4, 2024
Oct 14, 2024
Dec 10, 2024
Nov 6, 2024
Aug 11, 2023
Mar 21, 2023
Sep 21, 2022
Oct 14, 2024
Mar 16, 2023
Jan 25, 2023
Jan 12, 2022
May 10, 2023
Nov 4, 2024
Sep 3, 2024
Sep 3, 2024
Aug 25, 2023

Repository files navigation

ArmoniK.Api

Javascript C# Python
NPM version Nuget version PyPI version
NPM version Nuget version
Nuget version
Nuget version
Nuget version

This project is part of the ArmoniK project. In particular it is a constituent of its Core component which, among its main functionalities, implements several gRPC services aiming to provide a user with a robust task scheduler for a high throughput computing application.

The .proto files in the directory ./Protos/V1 provide the core data model and functionalities for ArmoniK and are used to generate the different SDKs.

Documentation

See this link to explore documentation.

Documentation for .proto files is generated with the plugin protoc-gen-doc during the build process in the CI/CD pipeline.

Documentation for .csproj files is generated with DocFX during the build process in the CI/CD pipeline.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Improve Protocol Documentation

Please refer to protoc-gen-doc to make sure to adhere to the format the plugin expects to correctly generate documentation. You can find examples at the end section of protoc-gen-doc.