juicefs 单机试用
juicefs 让我们可以提高对象存储的一致性以及更加方便的进行数据分析
参考架构
参考试用
mac 系统,同时注意mac 系统需要安装osxfuse
- 安装
brew tap juicedata/homebrew-tap
brew install juicefs
- 创建文件系统
juicefs format sqlite3://myjfs.db myjfs
- 文件挂载
juicefs mount sqlite3://myjfs.db mnt
效果
集成s3 gateway
export MINIO_ROOT_USER=admin
export MINIO_ROOT_PASSWORD=12345678
juicefs gateway sqlite3://myjfs.db localhost:9000
效果
说明
以上是简单的单机试用,后边尝试下基于minio 的集群部署
参考资料
https://github.com/juicedata/juicefs
https://github.com/osxfuse/osxfuse/releases
https://juicefs.com/docs/zh/community/quick_start_guide