FrostFS API Golang repository contains implementation of core FrostFS structures that can be used for integration with FrostFS.
 
 
 
Go to file
Stanislav Bogatyrev 513e3e137d Change logo
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
2023-01-08 00:00:59 +03:00
.github Change logo 2023-01-08 00:00:59 +03:00
accounting Move to frostfs-api 2022-12-12 17:40:48 +03:00
acl Move to frostfs-api 2022-12-12 17:40:48 +03:00
audit Move to frostfs-api 2022-12-12 17:40:48 +03:00
container Move to frostfs-api 2022-12-12 17:40:48 +03:00
docs Move to frostfs-api 2022-12-12 17:40:48 +03:00
internal/random [#401] internal: Place randomization code in random package 2022-05-30 22:02:58 +03:00
lock/grpc Move to frostfs-api 2022-12-12 17:40:48 +03:00
netmap Move to frostfs-api 2022-12-12 17:40:48 +03:00
object Move to frostfs-api 2022-12-12 17:40:48 +03:00
refs Move to frostfs-api 2022-12-12 17:40:48 +03:00
reputation Move to frostfs-api 2022-12-12 17:40:48 +03:00
rpc Move to frostfs-api 2022-12-12 17:40:48 +03:00
session Move to frostfs-api 2022-12-12 17:40:48 +03:00
signature Move to frostfs-api 2022-12-12 17:40:48 +03:00
status Move to frostfs-api 2022-12-12 17:40:48 +03:00
storagegroup Move to frostfs-api 2022-12-12 17:40:48 +03:00
subnet Move to frostfs-api 2022-12-12 17:40:48 +03:00
tombstone Move to frostfs-api 2022-12-12 17:40:48 +03:00
util Move to frostfs-api 2022-12-12 17:40:48 +03:00
.gitattributes Simplify Makefile 2020-09-18 11:25:32 +03:00
.gitignore Simplify Makefile 2020-09-18 11:25:32 +03:00
.golangci.yml [#349] ci: Update linter 2021-10-07 11:00:37 +03:00
CHANGELOG.md Release v2.14.0 2022-10-17 18:41:28 +03:00
CONTRIBUTING.md Rebranding 2022-12-09 13:41:35 +03:00
CREDITS.md Rebranding 2022-12-09 13:41:35 +03:00
LICENSE change license 2020-04-10 09:22:35 +03:00
Makefile Rebranding 2022-12-09 13:41:35 +03:00
README.md Change logo 2023-01-08 00:00:59 +03:00
go.mod Move to frostfs-api 2022-12-12 17:40:48 +03:00
go.sum Move to frostfs-api 2022-12-12 17:40:48 +03:00
prepare.sh Rebranding 2022-12-09 13:41:35 +03:00

README.md

FrostFS

Low-level Golang API for FrostFS


Tests codecov Report GitHub release GitHub license

Overview

Go implementation of recent FrostFS API versions. For a more high-level SDK see FrostFS SDK.

Frostfs-Api compatibility

frostfs-api-go version supported frostfs-api versions
v2.14.x v2.14.0

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