Favicon of Minio

Minio

Manage exabyte-scale AI data with a high-performance object store. Natively supports S3 for objects, Iceberg for tables, and SFTP for files to unify your data.

Handle the demands of modern AI and analytics with a cloud-native object storage solution built for infinite scale. This platform provides the performance, consistency, and agility required for exabyte-scale training data, massive models, and complex agentic computing workloads. It delivers a unified, software-defined architecture to future-proof your enterprise data infrastructure from the edge to the cloud without compromise.

Key advantages include:

  • Unmatched Performance: Saturates any hardware to deliver unprecedented throughput at exabyte scale with zero bottlenecks.
  • Comprehensive S3 Compatibility: Features the richest S3 API support available for seamless integration with existing tools.
  • Deep AI Ecosystem Integration: Natively works with PyTorch, Iceberg, and every major AI framework to simplify data pipelines.
  • Unified Data Access: Supports S3 for objects, Iceberg for tables, and SFTP for files within a single namespace.
  • Lower Total Cost of Ownership: Achieve superior unit economics and reduce infrastructure costs significantly.
  • Zero Vendor Lock-In: Maintain complete control over your data with a flexible architecture that runs anywhere.

Directory Structure

minio
data
.env
docker-compose.yml

docker-compose.yml

services:
  minio:
    image: quay.io/minio/minio:latest
    container_name: minio
    command: server /data --console-address ":9001"
    ports:
      - "9000:9000"
      - "9001:9001"
    environment:
      - MINIO_ROOT_USER=${MINIO_ROOT_USER}
      - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
    volumes:
      - ./data:/data
    restart: unless-stopped

.env

MINIO_ROOT_USER=admin
MINIO_ROOT_PASSWORD=SuperSecretPassword123!

Share:

Ad
Favicon

 

  
 

Similar to Minio

Favicon

 

  
  
Favicon

 

  
  
Favicon