frostfs-api/README.md
Vitaliy Potyarkin bb0a9325ce
Some checks failed
Buf check / buf (pull_request) Failing after 7s
Formatters / Run fmt (pull_request) Successful in 34s
DCO action / DCO (pull_request) Failing after 37s
Pre-commit hooks / Pre-commit (pull_request) Failing after 39s
Meaningless commit to test PR workflows
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-11-06 13:29:25 +03:00

1 KiB

FrostFS

FrostFS API language-agnostic protocol definitions


Release

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:

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