FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.
 
 
 
Go to file
Leonard Lyubich 60e4b5ddff [#158] metabase: Construct DB using options
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-11-09 14:07:20 +03:00
.github [#100] Add GH Actions for DCO, tests and linter 2020-10-19 08:53:34 +03:00
cmd [#158] metabase: Construct DB using options 2020-11-09 14:07:20 +03:00
misc cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
pkg [#158] metabase: Construct DB using options 2020-11-09 14:07:20 +03:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md
CONTRIBUTING.md
CREDITS.md
Dockerfile.cli cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
Dockerfile.ir
Dockerfile.storage build: Simplify Docker image build 2020-08-04 12:17:09 +03:00
LICENSE
Makefile Separate test dependency install 2020-10-19 08:53:34 +03:00
README.md
go.mod [#155] Update neofs-api-go with refactored pkg/netmap 2020-11-06 09:55:05 +03:00
go.sum [#155] Update neofs-api-go with refactored pkg/netmap 2020-11-06 09:55:05 +03:00

README.md

NeoFS

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


Report GitHub release (latest SemVer) License

Overview

NeoFS Nodes are organized in 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 his data in NeoFS and pay a competitive price for it.

Users can reliably store object data in the NeoFS network and have a transparent data placement process due to 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, NeoFS gives full control over data to users.

Deep Neo Blockchain integration allows NeoFS to be used by dApp 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.

NeoFS has native gRPC API and popular protocol gates such as AWS S3, HTTP, FUSE and sFTP allowing developers to easily integrate applications without rewriting their code.

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before starting to work on a certain topic, create an new issue first, describing the feature/topic you are going to implement.

Credits

NeoFS is maintained by NeoSPCC with the help and contributions from community members.

Please see CREDITS for details.

License