FrostFS API documentation and proto files declaration
Find a file
Aleksey Savchuk 2a46a9ea0a
All checks were successful
Formatters / Run fmt (pull_request) Successful in 22s
DCO action / DCO (pull_request) Successful in 40s
Pre-commit hooks / Pre-commit (pull_request) Successful in 41s
[#50] *: Regenerate docs
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-09-05 16:27:53 +03:00
.forgejo/workflows [#58] .forgejo: Add forgejo actions 2024-09-03 15:11:29 +03:00
.github [#43] Improve table of contents in proto documentation template 2024-04-03 11:21:40 +03:00
accounting [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
acl [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
ape [#54] apemanager: Move APE specific types to separate package 2024-05-30 08:09:00 +00:00
apemanager [#58] *: Run pre-commit 2024-09-02 15:03:58 +03:00
container [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
doc [#216] English Check 2022-05-12 15:06:51 +03:00
lock [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
netmap [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
object [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
proto-docs [#50] *: Regenerate docs 2024-09-05 16:27:53 +03:00
refs [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
session [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
status [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
tombstone [#50] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
.gitignore [#58] *: Run pre-commit 2024-09-02 15:03:58 +03:00
.pre-commit-config.yaml [#58] pre-commit: Add pre-commit and related Makefile targets 2024-09-02 15:02:24 +03:00
CHANGELOG.md [#58] *: Run pre-commit 2024-09-02 15:03:58 +03:00
CONTRIBUTING.md Rebranding 2022-12-08 15:21:43 +03:00
CREDITS.md Rebranding 2022-12-08 15:21:43 +03:00
help.mk [#58] pre-commit: Add pre-commit and related Makefile targets 2024-09-02 15:02:24 +03:00
LICENSE Create LICENSE 2020-04-09 19:27:39 +03:00
Makefile [#58] pre-commit: Add pre-commit and related Makefile targets 2024-09-02 15:02:24 +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