forked from TrueCloudLab/.profile
Add pinned repos
This commit is contained in:
parent
d3723adc45
commit
4ff4e7d887
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -2,6 +2,8 @@
|
||||||
<a href="https://frostfs.info/"><img src="./logo.svg" alt="FrostFS" height="100"></a>
|
<a href="https://frostfs.info/"><img src="./logo.svg" alt="FrostFS" height="100"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<small>
|
||||||
|
|
||||||
[FrostFS] is a decentralized distributed object storage system integrated with
|
[FrostFS] is a decentralized distributed object storage system integrated with
|
||||||
the [Neo] N3 Blockchain. FrostFS nodes organize a peer-to-peer network that
|
the [Neo] N3 Blockchain. FrostFS nodes organize a peer-to-peer network that
|
||||||
takes care of storing and distributing user's data.
|
takes care of storing and distributing user's data.
|
||||||
|
@ -14,7 +16,6 @@ security, and data autonomy for users in today’s digital landscape.
|
||||||
FrostFS has a native [gRPC API], [SDK] and protocol gateways for popular
|
FrostFS has a native [gRPC API], [SDK] and protocol gateways for popular
|
||||||
protocols such as [AWS S3], [HTTP], FUSE and sFTP allowing developers to integrate
|
protocols such as [AWS S3], [HTTP], FUSE and sFTP allowing developers to integrate
|
||||||
applications without rewriting their code.
|
applications without rewriting their code.
|
||||||
|
|
||||||
For a quick start and test integration with your Application try our
|
For a quick start and test integration with your Application try our
|
||||||
[All-In-One] container. To start working with code see our [Development
|
[All-In-One] container. To start working with code see our [Development
|
||||||
Environment].
|
Environment].
|
||||||
|
@ -27,3 +28,21 @@ Environment].
|
||||||
[AWS S3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw
|
[AWS S3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw
|
||||||
[All-In-One]: https://git.frostfs.info/TrueCloudLab/frostfs-aio
|
[All-In-One]: https://git.frostfs.info/TrueCloudLab/frostfs-aio
|
||||||
[Development Environment]: https://git.frostfs.info/TrueCloudLab/frostfs-dev-env
|
[Development Environment]: https://git.frostfs.info/TrueCloudLab/frostfs-dev-env
|
||||||
|
|
||||||
|
### Pinned repositories
|
||||||
|
|
||||||
|
- [frostfs-node]
|
||||||
|
- [frostfs-s3-gw]
|
||||||
|
- [frostfs-http-gw]
|
||||||
|
- [frostfs-sdk-go]
|
||||||
|
- [frostfs-aio]
|
||||||
|
- [frostfs-dev-env]
|
||||||
|
|
||||||
|
[frostfs-node]: https://git.frostfs.info/TrueCloudLab/frostfs-node
|
||||||
|
[frostfs-s3-gw]: https://git.frostfs.info/TrueCloudLabfrostfs-s3-gw
|
||||||
|
[frostfs-http-gw]: https://git.frostfs.info/TrueCloudLabfrostfs-http-gw
|
||||||
|
[frostfs-sdk-go]: https://git.frostfs.info/TrueCloudLabfrostfs-sdk-go
|
||||||
|
[frostfs-aio]: https://git.frostfs.info/TrueCloudLabfrostfs-aio
|
||||||
|
[frostfs-dev-env]: https://git.frostfs.info/TrueCloudLabfrostfs-dev-env
|
||||||
|
|
||||||
|
</small>
|
||||||
|
|
Loading…
Reference in a new issue