Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneoconsulting/armonik.extensions.cpp
Armonik Extension en C++
https://github.com/aneoconsulting/armonik.extensions.cpp
Last synced: about 1 month ago
JSON representation
Armonik Extension en C++
- Host: GitHub
- URL: https://github.com/aneoconsulting/armonik.extensions.cpp
- Owner: aneoconsulting
- Created: 2023-06-07T09:14:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:17:51.000Z (about 2 months ago)
- Last Synced: 2024-11-19T11:28:29.590Z (about 2 months ago)
- Language: C++
- Homepage: https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/
- Size: 593 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArmoniK.Extensions.Cpp
This project is part of the [ArmoniK](https://github.com/aneoconsulting/ArmoniK) project. The ArmoniK C++ SDK is used by developers to create ArmoniK applications. This SDK contains a high-level API, programs, and tools, including code samples, libraries, documentation, and docker images to ease the compile and build process of client and worker binaries on multiple target platforms such as Ubuntu, and Redhat. It also provides guides that help developers to create a software application for use on ArmoniK. ArmoniK C++ SDK provides everything developers need to get their applications ready for production quickly and efficiently.
## Documentation
Please, read [documentation](https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/) for more information about ArmoniK.
The code documentation generated by doxygen can be found [here](https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/doxygen/html)
## Installation
To install ArmoniK SDK on your system, please follows these [steps](https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/guide/installation).
## Setup project
To setup your own client and / or worker, please follows these [steps](https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/guide/end2end).
## Tests
To deploy and test ArmoniK C++ SDK, please follows these [steps](https://aneoconsulting.github.io/ArmoniK.Extensions.Cpp/guide/tests).