Software Alternatives & Reviews

Ceph VS Minio

Compare Ceph VS Minio and see what are their differences

Ceph logo Ceph

Ceph is a distributed object store and file system designed to provide excellent performance...

Minio logo Minio

Minio is an open-source minimal cloud storage server.
  • Ceph Landing page
    Landing page //
    2022-04-16
  • Minio Landing page
    Landing page //
    2023-09-25

Ceph

Categories
  • Storage
  • Cloud Storage
  • Object Storage
  • File Sharing
Website ceph.io
Pricing URL-

Minio

Categories
  • Cloud Storage
  • Cloud Computing
  • Object Storage
  • File Sharing
Website min.io
Pricing URL Official Minio Pricing

Ceph videos

UDS 2013-03: Ceph Review - Part 1/2

More videos:

  • Review - Designing for High Performance Ceph at Scale
  • Review - RHCS 4 Cockpit Ceph Installer

Minio videos

This is MinIO

More videos:

  • Review - A Review of MinIO's Performance Benchmarks
  • Review - MinIO Hardware Considerations

Category Popularity

0-100% (relative to Ceph and Minio)
Cloud Storage
39 39%
61% 61
Storage
100 100%
0% 0
Cloud Computing
40 40%
60% 60
Object Storage
32 32%
68% 68

User comments

Share your experience with using Ceph and Minio. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Ceph and Minio

Ceph Reviews

Best & Cheapest Object Storage Providers With S-3 Support
The libraries of Ceph support applications built in Java, C, C++, PHP, Python, and other languages. It also gives these apps access to its object storage platform via a native API.
Source: macpost.net
What are the alternatives to S3?
Ceph is a software-defined storage platform that implements object storage. Its interface is built with the same storage system that provides the librados interface, making it have the same abilities as librados like read-only snapshot and revert to snapshot. The software delivers Object, File, and Block storage in a single, unified system. Ceph is S3 compatible, and its...
Source: www.w6d.io
Ceph Storage Platform Alternatives in 2022
Open-Source software platforms are not free but you can use them as community edition or with limited features. The above storage platforms have same goals but also have some different abilities and capabilities, so choosing or using them is depended to your requirements and budget. About Ceph, I think that Ceph is still the best and there is no limitation for community...
15 FreeNAS Alternatives 2020 | Best Storage Operating System
PetaSAN is a Ceph-based iSCSI cluster, open-source FreeNAS alternative, known widely for its end-to-end integrated solution and scale-out SAN arrangement that offers impressive adaptability and execution. Its latest cloud storage technology makes it corporate-efficient to manage large data storage in one unit; run on the Linux operating system, the program has many nodes...

Minio Reviews

ReductStore vs. MinIO & InfluxDB on LTE Network: Who Really Wins the Speed Race?
Maintaining consistency between multiple databases, like MinIO and InfluxDB, adds a layer of complexity. In our setup, MinIO, used for blob storage, is linked to data points in InfluxDB via its filename. Any inconsistencies or mismatches between the two could potentially result in data loss. Furthermore, we need to query both databases, which is quite inefficient. Lastly,...
Performance comparison: ReductStore vs. Minio
We often use blob storage like S3, if we need to store data of different formats and sizes somewhere in the cloud or in our internal storage. Minio is an S3 compatible storage which you can run on your private cloud, bare-metal server or even on an edge device. You can also adapt it to keep historical data as a time series of blobs. The most straightforward solution would be...
Best & Cheapest Object Storage Providers With S-3 Support
MinIO supports many use cases for diverse settings and has been cloud-native from its inception. MinIO’s software-defined suite operates in public and private clouds smoothly at the edge and positions itself as a leader in hybrid cloud object storage.
Source: macpost.net
What are the alternatives to S3?
Zenko is an open source multi-cloud controller allowing users to be in control of data while leveraging the efficiency of private and public clouds. Zenko stores information locally and to Amazon S3, Azure Blob storage, Google Cloud Storage, or any S3-compatible cloud storage platform (Ceph, Minio, and more). Zenko, as described on the official website, is not a data mover,...
Source: www.w6d.io
Ceph Storage Platform Alternatives in 2022
MinIO leverages the hard won knowledge of the web scalers to bring a simple scaling model to object storage. At MinIO, scaling starts with a single cluster which can be federated with other MinIO clusters to create a global namespace, spanning multiple data centers if needed. It is one of the reasons that more than half the Fortune 500 runs MinIO.

Social recommendations and mentions

Based on our record, Minio seems to be a lot more popular than Ceph. While we know about 154 links to Minio, we've tracked only 11 mentions of Ceph. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Ceph mentions (11)

  • 10 open source tools that platform, SRE and DevOps engineers should consider in 2024.
    Ceph stands out in storage technology, offering a scalable and reliable solution where traditional systems fall short. It supports object, block, and file storage in one system, adaptable for various environments including on-premises, cloud, or container-native setups. Key benefits include scalability, enabled by the CRUSH algorithm, allowing for expansion without typical downtime. This makes Ceph suitable for... - Source: dev.to / 4 months ago
  • iSCSI over WAN / backup of remote site
    With that being said, you better take a look at something more WAN optimized and more secure, like S3 storage. You can build the S3 storage (and gain immutability) using something like MinIO (https://min.io/) or Ceph (https://ceph.io/en/) or check out Object First Ootbi offerings - https://objectfirst.com/object-storage/ (I work for them). Source: 9 months ago
  • What's the best AWS S3 protocol alternative?
    I believe Ceph [1] could be a good alternative. It can be self hosted and I believe some cloud providers also offer it. Here are some differences between S3 and Ceph [2]. [1] - https://ceph.io/en/ [2] - https://www.lightbitslabs.com/blog/ceph-storage/. - Source: Hacker News / 11 months ago
  • Seeking Advice & Opinions: Hybrid NAS/Cloud Storage for Family Use
    Another option is a distributed Ceph cluster https://ceph.io/en/. Source: over 1 year ago
  • First Time NAS buyer for Digital Textile Printing Factory
    There's also cool systems like https://ceph.io/en/ that could be efficient if willing to set up and learn. Source: over 1 year ago
View more

Minio mentions (154)

  • deploying a minio service to kubernetes
    Here are the basic steps to getting a minio tenant deployed inot kubernetes. There are some pre-requisites tasks to be deployed (and will not be covered in this article) including. - Source: dev.to / 11 days ago
  • Ceph: A Journey to 1 TiB/s
    I'd throw minio [1] in the list there as well for homelab k8s object storage. [1] https://min.io/. - Source: Hacker News / 3 months ago
  • Opinions sought: unknown data transfer
    Can you just append the data to a blob using something like the s3 blob api? AWS, Azure and Minio https://min.io/ all support it. That way you don't have to reinvent the wheel. Source: 8 months ago
  • iSCSI over WAN / backup of remote site
    With that being said, you better take a look at something more WAN optimized and more secure, like S3 storage. You can build the S3 storage (and gain immutability) using something like MinIO (https://min.io/) or Ceph (https://ceph.io/en/) or check out Object First Ootbi offerings - https://objectfirst.com/object-storage/ (I work for them). Source: 9 months ago
  • Build an Inventory and Order Management App with Google Sheets and ToolJet
    ToolJet allows you to build applications that use relational and non-relational databases, REST APIs, OpenAI technologies, and cloud storage like Google Cloud Storage, AWS S3, and Minio. It is an excellent development tool helping individuals, developers, and businesses create and ship products faster. - Source: dev.to / 9 months ago
View more

What are some alternatives?

When comparing Ceph and Minio, you can also consider the following products

GlusterFS - GlusterFS is a scale-out network-attached storage file system.

Google Cloud Storage - Google Cloud Storage offers developers and IT organizations durable and highly available object storage.

StorPool - StorPool is designed from the ground up to provide cloud builders, shared hosting providers and MSPs with the most resource efficient storage software on the market.

Amazon S3 - Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.

TrueNAS Core - TrueNAS Core (formerly FreeNAS) is a storage operating system strong and robust enough to meet the needs of enterprise level businesses.

Azure Blob Storage - Use Azure Blob Storage to store all kinds of files. Azure hot, cool, and archive storage is reliable cloud object storage for unstructured data