FrostFS API documentation and proto files declaration
 
Go to file
Airat Arifullin b182533828 [#47] object: Specify ec_parent attribute for Object.Search
* Add $Object:ec.parent attribute to Object.Search specification.
* Update docs for Object.

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
2024-05-03 10:07:33 +00:00
.github [#43] Improve table of contents in proto documentation template 2024-04-03 11:21:40 +03:00
accounting [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
acl [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
apemanager [#46] apemanager: Introduce proto-s for apemanager service 2024-04-27 13:48:04 +00:00
container [#40] status: Introduce CONTAINER_ACCESS_DENIED status 2024-03-20 12:24:51 +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 [#42] netmap: Renumerate Replica message fields 2024-03-27 10:17:28 +03:00
object [#47] object: Specify ec_parent attribute for Object.Search 2024-05-03 10:07:33 +00:00
proto-docs [#47] object: Specify ec_parent attribute for Object.Search 2024-05-03 10:07:33 +00:00
refs [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
session [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
status [#46] apemanager: Introduce proto-s for apemanager service 2024-04-27 13:48:04 +00:00
tombstone [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
.gitignore [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
CHANGELOG.md [#19] 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 [#39] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
README.md Rebranding 2022-12-08 15:21:43 +03:00
buf.yaml [#45] Add buf linter call 2020-08-13 22:57:00 +03:00

README.md

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