当前位置:网站首页>大型分布式存储方案MinIO介绍,看完你就懂了!
大型分布式存储方案MinIO介绍,看完你就懂了!
2022-08-09 21:51:00 【InfoQ】
1、MinIO是什么?
2、MinIO有哪些优势?
2.1 开发文档全面
2.2 高性能

2.3 支持全面

2.4 AWS S3标准兼容

2.5 安装部署非常简单
2.6 开放全部源代码 + 企业级支持
2.7 容器化集成方便
2.8 管理界面的支持
3、MinIO安装
3.1 Linux下安装MinIO
# 下载安装包wget https://dl.min.io/server/minio/release/linux-amd64/minio#运行命令chmod +x minio#启动 ./minio server /usr/software/minio/data# 后台进程启动nohup ./minio server /usr/software/minio/data > /usr/software/minio/minio.log 2>&1 &
3.2 Widows下安装MinIO
.\minio.exe server D:\file\minio
- 下载地址:https://github.com/winsw/winsw/releases
- 将WinSW.exe复制到自己指定的目录,重命名为minio-server.exe
- 同目录下创建minio-server.xml。特别注意,xml和exe必须同名
- 然后配置minio-server.xml文件,内容如下:
<service> <id>minio-server</id> <name>minio-server</name> <description>minio文件存储服务/description> <!-- 可设置环境变量 --> <env name="HOME" value="%BASE%"/> <executable>%BASE%\minio.exe</executable> <arguments>server "%BASE%\data"</arguments> <!-- <logmode>rotate</logmode> --> <logpath>%BASE%\logs</logpath> <log mode="roll-by-size-time"> <sizeThreshold>10240</sizeThreshold> <pattern>yyyyMMdd</pattern> <autoRollAtTime>00:00:00</autoRollAtTime> <zipOlderThanNumDays>5</zipOlderThanNumDays> <zipDateFormat>yyyyMMdd</zipDateFormat> </log></service>
- 使用cmd命令 minio-server.exe install 安装服务
- 安装完后,去服务中启动服务。启动成功就可以正常使用minio啦
- 可以使用 minio-server.exe uninstall 来卸载服务


边栏推荐
- 【双链表增删查改接口的实现】
- SecureCRT sets the timeout period for automatic disconnection
- 6 rules to sanitize your code
- Multiple reasons for MySQL slow query
- TF uses constant to generate data
- 技术分享 | 接口自动化测试如何处理 Header cookie
- POWER SOURCE ETA ETA Power Repair FHG24SX-U Overview
- In programming languages, the difference between remainder and modulo
- Space not freed after TRUNCATE table
- Leetcode 93 复原IP地址
猜你喜欢

Sudoku | Backtrack-7

leetcode 刷题日记 计算右侧小于当前元素的个数

ACM MM 2022 | Cloud2Sketch: Painting with clouds in the sky, AI brush strokes

为什么这么多人都想当产品经理?

简单问题窥见数学

CVPR22 Oral | shunt through multi-scale token polymerization from attention, code is open source

肝通宵写了三万字把SQL数据库的所有命令,函数,运算符讲得明明白白讲解,内容实在丰富,建议收藏+三连好评!

Xiaohei's leetcode journey: 94. Inorder traversal of binary trees (supplementary Morris inorder traversal)

《强化学习周刊》第57期:DL-DRL、FedDRL & Deep VULMAN

CVPR22 Oral|通过多尺度token聚合分流自注意力,代码已开源
随机推荐
5个 Istio 访问外部服务流量控制最常用的例子,你知道几个?
Technology Sharing | How to use the JSON Schema mode of interface automation testing?
AI Knows Everything: Building and Deploying a Sign Language Recognition System from Zero
国内手机厂商曾为它大打出手,如今它却最先垮台……
json case
[Cloud Native] 4.2 DevOps Lectures
Bean生命周期
Synchronization lock synchronized traces the source
同步锁synchronized追本溯源
发送激活邮件「建议收藏」
用户代码未处理MetadataException
Let's talk about what DDL, DML, DQL and DCL are in SQL statements
【微服务~Nacos】Nacos之配置中心
【测试】语句覆盖,判定覆盖,条件覆盖,路径覆盖
Technology Sharing | How to Handle Header Cookies in Interface Automation Testing
Tensorflow中使用convert_to_tensor去指定数据的类型
好未来,想成为第二个新东方
数独 | 回溯-7
TF使用constant生成数据
Blender程序化建模简明教程【PCG】