FrostFS API documentation and proto files declaration
Find a file
Aleksey Savchuk 54812ba857
[] Makefile: Remove lint target due to buf CLI being unavailable
The `buf` CLI is no longer available, so the related lint target has
been removed from Makefile.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-09-02 14:58:10 +03:00
.github [] Improve table of contents in proto documentation template 2024-04-03 11:21:40 +03:00
accounting [] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
acl [] *: Format with clang-format 2024-07-26 10:12:27 +03:00
ape [] apemanager: Move APE specific types to separate package 2024-05-30 08:09:00 +00:00
apemanager [] apemanager: Move APE specific types to separate package 2024-05-30 08:09:00 +00:00
container [] container: Remove GetExtendedACL 2024-09-02 00:13:20 +03:00
doc [] English Check 2022-05-12 15:06:51 +03:00
lock [] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
netmap [] netmap: Add LIKE operation for filter in policy 2024-08-06 16:55:48 +03:00
object [] object: Introduce Patch method 2024-07-29 13:37:38 +00:00
proto-docs [] session: Add Patch verb 2024-08-05 20:52:24 +03:00
refs [] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
session [] session: Add Patch verb 2024-08-05 20:52:24 +03:00
status [] *: Format with clang-format 2024-07-26 10:12:27 +03:00
tombstone [] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
.gitignore [] Add buf linter call 2020-08-13 22:57:00 +03:00
CHANGELOG.md [] Remove storage groups 2023-08-17 11:04:47 +03:00
CONTRIBUTING.md Rebranding 2022-12-08 15:21:43 +03:00
CREDITS.md Rebranding 2022-12-08 15:21:43 +03:00
LICENSE Create LICENSE 2020-04-09 19:27:39 +03:00
Makefile [] Makefile: Remove lint target due to buf CLI being unavailable 2024-09-02 14:58:10 +03:00
README.md Rebranding 2022-12-08 15:21:43 +03:00

FrostFS

FrostFS API language-agnostic protocol definitions


GitHub release (latest SemVer) License

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