Vitaliy Potyarkin
4c51a9b9d6
This commit is a part of multi-repo cleanup effort: TrueCloudLab/frostfs-infra#136 Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
1 KiB
1 KiB
FrostFS API language-agnostic protocol definitions
Overview
FrostFS-API repository is the basis for language-specific libraries, e.g.:
Those libraries contain compiled protocol buffers definitions, wrapped with language-specific code. Use them to integrate applications with FrostFS.
This repository contains:
- protocol buffers packages
- auto-generated docs for protocol buffers
Contributing
Feel free to contribute to this project after reading the contributing guidelines.
Before you start working on a certain topic, first create a new issue describing the feature/topic you are going to implement.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details