
Minio
Founded Year
2014Stage
Series B | AliveTotal Raised
$126.3MValuation
$0000Last Raised
$103M | 3 yrs agoMosaic Score The Mosaic Score is an algorithm that measures the overall financial health and market potential of private companies.
-10 points in the past 30 days
About Minio
MinIO specializes in high-performance, Kubernetes-native object storage with a focus on AI/ML data infrastructure. The company offers a software-defined, S3 compatible object storage system that is designed to run on any cloud or on-premises infrastructure. MinIO's main offerings include scalable object storage solutions with enterprise features such as inline erasure coding, bit-rot detection, encryption, and active-active replication, catering to a variety of use cases including AI/ML, analytics, backup, and archival workloads. It was founded in 2014 and is based in Redwood City, California.
Loading...
Minio's Products & Differentiators
MinIO
multi-cloud object storage
Loading...
Research containing Minio
Get data-driven expert analysis from the CB Insights Intelligence Unit.
CB Insights Intelligence Analysts have mentioned Minio in 1 CB Insights research brief, most recently on Mar 10, 2022.
Expert Collections containing Minio
Expert Collections are analyst-curated lists that highlight the companies you need to know in the most important technology spaces.
Minio is included in 2 Expert Collections, including Unicorns- Billion Dollar Startups.
Unicorns- Billion Dollar Startups
1,244 items
Conference Exhibitors
5,302 items
Minio Patents
Minio has filed 1 patent.

Application Date | Grant Date | Title | Related Topics | Status |
---|---|---|---|---|
11/14/2014 | Social networking services, Home computer magazines, Message transfer agents, Usability, Home computers | Application |
Application Date | 11/14/2014 |
---|---|
Grant Date | |
Title | |
Related Topics | Social networking services, Home computer magazines, Message transfer agents, Usability, Home computers |
Status | Application |
Latest Minio News
Sep 18, 2024
by MinIO September 18th, 2024 Too Long; Didn't Read Dell ECS clusters allow you to migrate your data to any S3 compatible store. Dell ECS calls this feature “Data Movement”, also called copy-to-cloud. It's a feature introduced in ECS 3.8.0.1 that allows you to copy objects from Dell E CS to MinIO. Dell ECS clusters allow you to migrate your data to any S3 compatible store. Dell ECS calls this feature “Data Movement”, also called copy-to-cloud. It's a feature introduced in ECS 3.8.0.1 that allows you to copy objects from Dell ECS to MinIO which is rather popular with customers and prospects who are modernizing their storage stack to support their AI data infrastructure requirements. The Data Movement is built atop of the ECS Sync open-source tool which provides the capability to copy the data in parallel. In this overview we’ll show you how to migrate data from Dell ECS to MinIO by specifically focusing on the following: Configuring Source and Target Buckets Setting up Data Movement Policies Monitoring and Logging the migration to MinIO Configure Source and Target Buckets Before we can start creating the policy to migrate the data, let’s ensure the source and target buckets are configured for Data Movement. Configure Dell ECS source bucket Internally the Data Movement policy scans the source bucket to enumerate all objects for data movement using Metadata (MD) Search. For Data Movement to actually move data, you need to ensure MD Search is enabled on the Dell ECS source bucket and include LastModified as an indexed field. Next let's configure MinIO, the target bucket. Configure MinIO Target Bucket In order for the data to be transferred to MinIO, we need to create the following resource in MInIO beforehand: Access and Secret Keys IAM policy When creating the bucket, be sure to enable bucket versioning, unless the target bucket in MinIO is dedicated just for the data movement policy. Be sure to make note of the above details after creating them as their values are needed later. The IAM policy should allow the following APIs: s3:ListBucket s3:DeleteObject Follow this guide to learn how to create IAM policies, Access Keys and Buckets in MinIO console. Enter the username that was set while configuring the cluster. Enter the password that was set while configuring the cluster. Click “Login” Access Keys: AWS IAM Style Access Keys Create Access Key: Click here to create a access and secret separate from the one we used to launch the cluster. Buckets: List all the buckets that are available. Create Bucket: If there are no buckets, go ahead and create a new one. Policies: IAM Policies Monitoring: Monitor all aspects of the cluster and even send it to Prometheus. Once the Source and Target buckets are configured, let's set up the Data Movement Policy. Data Movement Policy A Data Movement Policy is a definition in Dell ECS that can be set either via UI or API that defines which objects in a Dell ECS source bucket should be copied to MinIO target bucket. The Data Movement policy scan jobs are automatically triggered but can be paused or resumed at any time. This is very similar to MinIO’s process. By default the data movement policy migrates the data to MinIO in order of LastModified time. We’ll show you two different Data Movement scenarios to give you an idea of how this could work, but the sky's the limit when it comes to how you would want to do the Migration. Data Movement to MinIO In this configuration we’ll add the necessary MinIO bits and bobs for Dell ECS to communicate with. The first step, once MD Search is enabled, is to enable Data Mobility to ON as shown below. Once the Data Mobility is set to ON, we can go ahead and configure the policy. Endpoint: Set this to the MinIO endpoint http://<minio_ip>:<minio_port> Access and Secret Key: This was created in the MinIO console and saved in a previous step. Bucket Name: MinIO target bucket name Logging Bucket: This is the bucket in Dell ECS that logs any errors during the migration. There are other settings, I’ve not gone through all the settings, just the most important ones. Please note that if data is deleted from the Dell ECS source bucket, it won’t be deleted from MinIO target bucket after the migration has been completed. Data Movement with Dremio to MinIO Now let's take a look at how the migration would look like using an application that uses Dremio. There are a few steps that take place during this migration A customer facing application writes to a Dell ECS bucket. ECS copies to a staging bucket within MinIO configured using data movement policy. Data is copied over to the staging bucket. The MinIO staging bucket will use to send a message to RabbitMQ, which Dremio will be subscribed to. Dremio reads the message and ingests the data from the MinIO staging bucket to the Dremio bucket in MinIO. Once the data is ingested, you can clean up the MinIO staging bucket using a . These are just two examples but you can use this methodology to migrate from any application using Dell ECS to MinIO. Data Movement Monitoring and Logging During the data migration process, it's important to keep an eye on the overall migration process as it moves data to MinIO. The Dell ECS GUI provides overview dashboards with advanced monitoring that shows total objects copied, total bytes copied, watermark lag, total errors, objects copied, bytes copies, among others. You can further drill down to show source/target specific information such as the object count and bucket size over a selected period during the migration process. In the initial diagram at the start of this blog we’ve shown a log bucket we have on the ECS side, this is where all the operations from the Data Movement are logged. This is very helpful to debug any issues during the migration process especially when it takes a very long time due to hardware and physical constraints. Here is an example of how the logs look like: 2024-08-31T11:40:51Z DM.COPY demo sourcebucket ASIAD708D0875B4F32F8 test.pdf 2022-08-31T09:30:52Z 1,951,137 5895c19c9e742a88d1bec75d40288e0f http://targetendpoint targetbucket AKIA7A04FF4B251997E0 288 SUCCESS Why migrate to MinIO? MinIO is a single Go binary that can be launched in many different types of cloud and on-prem environments. It's very lightweight, but is also feature packed with things like replication and encryption, and it provides integrations with various applications. We’ve : MinIO supports object locking (retention) which enforces write once and ready many operations for duration based and indefinite legal hold. This allows for key data retention compliance and meets SEC17a-4(f), FINRA 4511(C), and CFTC 1.31(c)-(d) requirements. Not to mention, good software is nothing without good support. MinIO provides one of the best support out there using our portal. We have engineers who work on the MinIO core code base answer questions directly in a Slack style interactive and collaborative medium. When you speak with an engineer rather than endlessly escalate your issue to the next level engineer the folks who you speak with are capable of resolving any issue you come across. We’ve even had customers come back to us after going with a competitor storage platform because of the lack of proper support. No matter if you design your storage with all the features under the sun, if you do not promptly support your customer then it's of no use. For us supporting our customers and making them successful is our priority #1. If you have any questions on how to migrate your data from Dell ECS to MinIO migration be sure to reach out to us on
Minio Frequently Asked Questions (FAQ)
When was Minio founded?
Minio was founded in 2014.
Where is Minio's headquarters?
Minio's headquarters is located at 275 Shoreline Drive, Suite 100, Redwood City.
What is Minio's latest funding round?
Minio's latest funding round is Series B.
How much did Minio raise?
Minio raised a total of $126.3M.
Who are the investors of Minio?
Investors of Minio include General Catalyst, Nexus Venture Partners, Intel Capital, Dell Technologies Capital, SoftBank and 10 more.
Who are Minio's competitors?
Competitors of Minio include Neon and 8 more.
What products does Minio offer?
Minio's products include MinIO.
Loading...
Compare Minio to Competitors

Zadara specializes in providing fully-managed enterprise edge cloud services, focusing on compute, networking, and storage solutions for the modern enterprise. The company offers a range of services including autoscaling groups, Kubernetes support, block storage, file storage, and object storage, all designed to be scalable, secure, and flexible to meet various workload demands. Zadara primarily serves industries such as finance, government, healthcare, manufacturing, media, and telecommunications. It was founded in 2011 and is based in Irvine, California.
Simplyblock specializes in storage solutions for cloud-native environments, focusing on the technology sector. The company offers distributed block storage software optimized for Kubernetes, providing elastic and scalable storage with low latency and high IOPS, suitable for IO-intensive and latency-sensitive workloads. Simplyblock's products are designed to serve sectors that require robust data storage solutions, such as the cloud computing industry and businesses leveraging containerized applications. It was founded in 2022 and is based in Teltow, Germany.
arcastream specializes in software-defined scale-out storage and data management solutions within the high-performance computing and artificial intelligence sectors. The company offers products such as data acceleration platforms and acceleration cards that enhance storage and compute capabilities for data-centric applications. arcastream's solutions cater to markets such as artificial intelligence, high-performance computing, and media & entertainment, providing efficiency and scalability for complex data environments. It was founded in 2014 and is based in Leatherhead, England.
Open-E is a developer of IP-based data storage software, focusing on enterprise-sized storage environments within the data storage industry. The company's flagship product, Open-E JovianDSS, is a ZFS- and Linux-based software designed for SAN solutions, offering features such as thin provisioning, compression, deduplication, high availability, backup, and disaster recovery. Open-E's products are tailored for a range of sectors including cloud storage, disaster recovery, and storage virtualization. It was founded in 1998 and is based in Stoneham, Massachusetts.
Atlantis Computing is a company that focuses on software-defined storage (SDS) and operates within the data storage industry. The company offers a flexible and powerful SDS platform that can be delivered as an all-software solution or as a flash-based, hyperconverged appliance. This platform accelerates physical storage performance, increases its capacity, and allows enterprises to transition from costly shared storage systems to lower cost hyperconverged systems and public cloud storage. It was founded in 2006 and is based in Sunnyvale, California.
Ionir provides container-native data services for Kubernetes in the technology sector. It offers a platform that combines high-performance storage and data management, enabling Kubernetes applications to run efficiently at scale. It was formerly known as Reduxio. The company was founded in 2012 and is based in New York, New York.
Loading...