forked from TrueCloudLab/frostfs-api
FrostFS API documentation and proto files declaration
bee986c72c
Inner ring nodes conduct data audit and submit audit results. Results are then saved in audit smart contract for settlement routines to transfer payments. We don't need to save the full detailed audit report, but only provide enough information for other subsystems to reward or punish storage nodes. Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru> |
||
---|---|---|
.github | ||
accounting | ||
acl | ||
audit | ||
container | ||
netmap | ||
object | ||
proto-docs | ||
refs | ||
session | ||
storagegroup | ||
tombstone | ||
.gitignore | ||
buf.yaml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
LICENSE | ||
Makefile | ||
README.md |
NeoFS API language-agnostic protocol definitions
Overview
NeoFS-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 NeoFS.
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 starting to work on a certain topic, create a new issue first, 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