FrostFS API documentation and proto files declaration
Go to file
Elizaveta Chichindaeva fc393d4605 [#16] Add Issue Template
Add bug report and feature request templates

Signed-off-by: Liza <e.chichindaeva@yadro.com>
2023-03-23 12:14:27 +03:00
.github [#16] Add Issue Template 2023-03-23 12:14:27 +03:00
accounting Rename go package names 2023-03-07 11:50:02 +03:00
acl Rename go package names 2023-03-07 11:50:02 +03:00
audit Rename go package names 2023-03-07 11:50:02 +03:00
container [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
doc [#216] English Check 2022-05-12 15:06:51 +03:00
lock [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
netmap [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
object [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
proto-docs [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
refs Rename go package names 2023-03-07 11:50:02 +03:00
reputation Rename go package names 2023-03-07 11:50:02 +03:00
session [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
status Rename go package names 2023-03-07 11:50:02 +03:00
storagegroup [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
subnet Rename go package names 2023-03-07 11:50:02 +03:00
tombstone [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +03:00
.gitignore [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
CHANGELOG.md [#14] Rename __FROSTFS__ to __SYSTEM__ 2023-03-14 10:24:35 +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 Fix typos in Makefile and READMEs 2020-10-16 12:37:19 +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