Stars
DAOS Storage Stack (client libraries, storage engine, control plane)
IO engine library supports BufferedIO/DirectIO/AsyncIO and provides a unified common unix-like system file operation interface
A user space filesystem based on fuse and S3 protocol. 一个基于fuse和Aws S3协议的用户态文件系统
CATFS是一个能在linux环境中将一个对象存储的存储桶bucket挂载到本地目录的工具,建立挂载后,可以像操作本地文件系统一样操作存储桶中的文件。CATFS计划接入多种后端存储,优先S3, US3, OSS等对象存储。
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Library providing helpers for the Linux kernel io_uring support
Gofire是一个基于golang编写的网络框架,支持自定义消息格式和传输协议。目前,内置了tcp和udp两个ConnGenerator。使用者可以轻松地重复使用这两者的功能,实现消息传输。 Gofire不限制消息传输的底层协议。理论上,用户可以通过任何网络传输协议传输消息,只需实现程序的ConnGenerator接口即可。
Go network programming framework, supports multiplexing, synchronous and asynchronous IO mode, modular design, and provides flexible custom interfaces。The key is the transport layer, application la…
Save some concepts and usages of Kubernetes