FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.
 
 
 
Go to file
Dmitrii Stepanov 368218f0cc
Vulncheck / Vulncheck (pull_request) Failing after 1m35s Details
DCO action / DCO (pull_request) Successful in 2m32s Details
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m58s Details
Build / Build Components (1.22) (pull_request) Successful in 4m38s Details
Build / Build Components (1.21) (pull_request) Successful in 4m44s Details
Tests and linters / Staticcheck (pull_request) Successful in 5m26s Details
Tests and linters / gopls check (pull_request) Successful in 5m26s Details
Tests and linters / Lint (pull_request) Successful in 6m44s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 10m41s Details
Tests and linters / Tests with -race (pull_request) Successful in 10m41s Details
Tests and linters / Tests (1.22) (pull_request) Successful in 10m54s Details
[#1120] cli: Edit `object nodes` output
Print detailed information only.
Allow to output to JSON.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-05-08 15:23:58 +03:00
.docker Reapply "[#972] go.mod: Bump go version to go1.21" 2024-04-10 12:09:34 +00:00
.forgejo/workflows [#1118] .forgejo: Add pre-commit action 2024-05-07 11:36:11 +00:00
.github Add to Possible Solutions 2023-03-21 15:41:20 +03:00
.woodpecker [#171] Remove unit tests from pipeline 2023-03-24 10:50:11 +03:00
cmd [#1120] cli: Edit `object nodes` output 2024-05-08 15:23:58 +03:00
config [#1004] blobovnicza: Use TTL for blobovnicza tree cache 2024-04-26 19:54:29 +03:00
debian [#552] Add status notification to systemd 2023-12-13 15:02:39 +03:00
dev [#1103] Fix end of file and trim trailing whitespace 2024-04-24 16:31:04 +03:00
docs [#1118] docs: Fix pre-commit warnings 2024-05-07 11:36:11 +00:00
internal [#1115] node: Remove unused const 2024-05-07 19:11:21 +03:00
misc [#1592] Remove debug builds 2022-07-14 10:39:51 +03:00
pkg [#1120] objectSvc: Fix EC put placement 2024-05-08 15:23:57 +03:00
scripts/export-metrics [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
.dockerignore [#144] Don't copy cache inside Docker environment 2023-03-17 10:36:50 +03:00
.gitattributes [#246] .gitattributes: Do not show diff for go.sum 2023-04-14 06:02:04 +00:00
.gitignore [#53] Fix dirty in version 2023-02-16 11:10:43 +03:00
.golangci.yml [#857] golangci: Add protogetter linter 2023-12-12 16:27:02 +03:00
.pre-commit-config.yaml [#1103] pre-commit: Exclude `*.svg` 2024-04-24 16:31:04 +03:00
CHANGELOG.md Release v0.38.0 2024-03-15 10:16:01 +03:00
CONTRIBUTING.md [#511] docs: Remove GitHub mentions from CONTRIBUTING.md 2023-07-18 13:24:02 +00:00
CREDITS.md [#83] pre-commit: Add initial configuration 2023-03-13 07:07:29 +00:00
LICENSE Initial commit 2020-07-10 17:45:00 +03:00
Makefile Reapply "[#972] go.mod: Bump go version to go1.21" 2024-04-10 12:09:34 +00:00
README.md Reapply "[#972] go.mod: Bump go version to go1.21" 2024-04-10 12:09:34 +00:00
VERSION Release v0.38.0 2024-03-15 10:16:01 +03:00
go.mod [#1112] node: Implement `Range\RangeHash` requests for EC object 2024-05-07 14:47:21 +03:00
go.sum [#1112] node: Implement `Range\RangeHash` requests for EC object 2024-05-07 14:47:21 +03:00
help.mk [#1036] help.mk: Print target without comments 2024-03-12 10:54:53 +03:00

README.md

FrostFS

FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.


Report GitHub release (latest SemVer) License

Overview

FrostFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store their data in FrostFS and pay a competitive price for it.

Users can reliably store object data in the FrostFS network and have a transparent data placement process due to a decentralized architecture and flexible storage policies. Each node is responsible for executing the storage policies that the users select for geographical location, reliability level, number of nodes, type of disks, capacity, etc. Thus, FrostFS gives full control over data to users.

Deep Neo Blockchain integration allows FrostFS to be used by dApps directly from NeoVM on the Smart Contract code level. This way dApps are not limited to on-chain storage and can manipulate large amounts of data without paying a prohibitive price.

FrostFS has a native gRPC API and has protocol gateways for popular protocols such as AWS S3, HTTP, FUSE and sFTP allowing developers to integrate applications without rewriting their code.

Supported platforms

Now, we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More platforms will be officially supported after release 1.0.

The latest version of frostfs-node works with frostfs-contract v0.16.0.

Building

To make all binaries you need Go 1.21+ and make:

make all

The resulting binaries will appear in bin/ folder.

To make a specific binary use:

make bin/frostfs-<name>

See the list of all available commands in the cmd folder.

Building with Docker

Building can also be performed in a container:

make docker/all                     # build all binaries
make docker/bin/frostfs-<name> # build a specific binary

Docker images

To make docker images suitable for use in frostfs-dev-env use:

make images

Debugging

VSCode

To run and debug single node cluster with VSCode:

  1. Clone and build frostfs-contract repository to the same directory level as frostfs-node. For example:
/
├── src
    ├── frostfs-node
    └── frostfs-contract

See frostfs-contract's README.md for build instructions.

  1. Copy launch.json and tasks.json from dev/.vscode-example directory to .vscode directory. If you already have such files in .vscode directory, then merge them manually.

  2. Go to Run and Debug (Ctrl+Shift+D) and start IR+Storage node configuration.

  3. To create container and put object into it run (container and object IDs will be different):

./bin/frostfs-cli container create -r 127.0.0.1:8080 --wallet ./dev/wallet.json --policy "REP 1 IN X CBF 1 SELECT 1 FROM * AS X" --basic-acl public-read-write --await
Enter password >  <- press ENTER, the is no password for wallet
CID: CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju

./bin/frostfs-cli object put -r 127.0.0.1:8080 --wallet ./dev/wallet.json --file README.md --cid CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju
Enter password >
 4300 / 4300 [===========================================================================================================================================================================================================] 100.00% 0s
[README.md] Object successfully stored
  OID: 78sohnudVMnPsczXqsTUcvezosan2YDNVZwDE8Kq5YwU
  CID: CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju

./bin/frostfs-cli object get -r 127.0.0.1:8080 --wallet ./dev/wallet.json --cid CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju --oid 78sohnudVMnPsczXqsTUcvezosan2YDNVZwDE8Kq5YwU
...

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.

Credits

FrostFS is maintained by True Cloud Lab with the help and contributions from community members.

Please see CREDITS for details.

License