mindev.org Open in urlscan Pro
34.92.3.247  Public Scan

URL: http://mindev.org/
Submission: On January 01 via api from SG — Scanned from SG

Form analysis 3 forms found in the DOM

<form id="search">
  <input type="text" class="search-input" placeholder="Search">
  <button type="submit" class="search-submit">
    <svg viewBox="0 0 16 16">
      <path d="M11.623 11.623 15 15l-3.377-3.377a6.223 6.223 0 1 1-8.8-8.8 6.223 6.223 0 0 1 8.8 8.8Z" stroke="currentColor" fill="transparent"></path>
    </svg>
    <span class="sr-only">Search</span>
  </button>
</form>

<form id="trial-form" novalidate="novalidate">
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-x-8">
    <div class="form-group">
      <label for="name" class="form-label">Your Name *</label>
      <input type="text" name="name" id="name" class="form-control" placeholder="Your Name">
    </div>
    <div class="form-group">
      <label for="email" class="form-label">Email Address *</label>
      <input type="email" name="email" id="email" class="form-control" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="phone" class="form-label">Phone Number</label>
      <input type="text" name="phone" id="phone" class="form-control" placeholder="Phone Number">
    </div>
    <div class="form-group">
      <label for="company" class="form-label">Company *</label>
      <input type="text" name="company" id="company" class="form-control" placeholder="Company">
    </div>
    <div class="form-group">
      <label for="country" class="form-label">Country *</label>
      <select name="country" id="country-name" class="form-control" data-form-value="countries">
        <option value="" selected="" disabled="">Country</option>
      </select>
    </div>
    <div class="form-group hidden">
      <label for="state" class="form-label">State *</label>
      <select name="state" id="state-name" class="form-control" data-form-value="us-states">
        <option value="" selected="" disabled="">State</option>
      </select>
    </div>
    <div class="form-group">
      <label for="capacity" class="form-label form-label-active">Capacity</label>
      <select name="capacity" id="capacity" class="form-control">
        <option value="200 TiB - 500 TiB">200 TiB - 500 TiB</option>
        <option value="500 TiB - 1 PiB">500 TiB - 1 PiB</option>
        <option value="1 PiB - 10 PiB">1 PiB - 10 PiB</option>
        <option value="10 PiB - 100 PiB">10 PiB - 100 PiB</option>
        <option value="100 PiB+">100 PiB+</option>
      </select>
    </div>
    <div class="form-group">
      <label for="use-case" class="form-label">Use Case</label>
      <input type="text" name="use-case" id="use-case" class="form-control" placeholder="Use Case">
    </div>
  </div>
  <input name="page" id="page" type="hidden" value="index">
  <div class="text-black">
    <div class="mb-8 text-xs"> This site is protected by reCAPTCHA and the Google <a target="_blank" rel="noreferrer noopener" href="https://policies.google.com/privacy">Privacy
              Policy</a> and <a target="_blank" rel="noreferrer noopener" href="https://policies.google.com/terms">Terms of
              Service</a> apply. </div>
    <button id="trial-form-submit" class="btn btn-submit" type="submit">Request Demo</button>
    <div id="trial-form-success" class="text-sm mt-2"></div>
  </div>
</form>

<form id="value-eng-form" novalidate="novalidate">
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-x-8">
    <div class="form-group">
      <label for="name" class="form-label">Your Name *</label>
      <input type="text" name="name" id="name" class="form-control" placeholder="Your Name">
    </div>
    <div class="form-group">
      <label for="email" class="form-label">Email Address *</label>
      <input type="email" name="email" id="email" class="form-control" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="phone" class="form-label">Phone Number</label>
      <input type="text" name="phone" id="phone" class="form-control" placeholder="Phone Number">
    </div>
    <div class="form-group">
      <label for="company" class="form-label">Company *</label>
      <input type="text" name="company" id="company" class="form-control" placeholder="Company">
    </div>
    <div class="form-group">
      <label for="country" class="form-label">Country *</label>
      <select name="country" id="country-name" class="form-control" data-form-value="countries">
        <option value="" selected="" disabled="">Country</option>
      </select>
    </div>
    <div class="form-group hidden">
      <label for="state" class="form-label">State *</label>
      <select name="state" id="state-name" class="form-control" data-form-value="us-states">
        <option value="" selected="" disabled="">State</option>
      </select>
    </div>
    <div class="form-group">
      <label for="capacity" class="form-label form-label-active">Capacity</label>
      <select name="capacity" id="capacity" class="form-control">
        <option value="200 TiB - 500 TiB">200 TiB - 500 TiB</option>
        <option value="500 TiB - 1 PiB">500 TiB - 1 PiB</option>
        <option value="1 PiB - 10 PiB">1 PiB - 10 PiB</option>
        <option value="10 PiB - 100 PiB">10 PiB - 100 PiB</option>
        <option value="100 PiB+">100 PiB+</option>
      </select>
    </div>
    <div class="form-group">
      <label for="use-case" class="form-label">Use Case</label>
      <input type="text" name="use-case" id="use-case" class="form-control" placeholder="Use Case">
    </div>
  </div>
  <input name="page" id="page" type="hidden" value="index">
  <div class="text-black">
    <div class="mb-8 text-xs"> This site is protected by reCAPTCHA and the Google <a target="_blank" rel="noreferrer noopener" href="https://policies.google.com/privacy">Privacy
              Policy</a> and <a target="_blank" rel="noreferrer noopener" href="https://policies.google.com/terms">Terms of
              Service</a> apply. </div>
    <button id="value-eng-form-submit" class="btn btn-submit" type="submit">Send to Value Engineering</button>
    <div id="value-eng-form-success" class="text-sm mt-2"></div>
  </div>
</form>

Text Content

Search
Login Download
Product
Overview
What is AIStor?
Features
Replication Versioning Observability Encryption Key Management Server S3
Compatibility Object Immutability Catalog Object Prompt Identity + Access Mgt
Firewall AIHub Lifecycle Cache Events and Lambdas Console
Tools
Erasure Code Calculator Determine your raw and usable capacity across a range of
erasure coding settings. Reference Hardware MinIO’s recommended Configuration
and reference hardware for building large scale data infrastructure.
Solutions
AI Storage Learn how MinIO is leading the AI storage market from its exclusive
features to performance at scale. HDFS Migration Modernize and simplify your big
data storage infrastructure with cloud native storage with AIStor. Snowflake
Learn how to leverage Snowflake external tables to query data without having to
move it.
Integrations with MinIO Browse our expansive list of
integrations with links to the relevant
documentation.
Modern Datalakes Learn how modern, multi-engine data lakeshouses depend on
MinIO's AIStor. Equinix Repatriate your data onto the cloud you control with
MinIO and Equinix. SQL Server Learn how to leverage SQL Server 2022 with MinIO
to run queries on your data without having to move it. Hybrid Cloud Learn how
enterprises use MinIO to build AI data infrastructure that runs on any cloud -
public, private or colo. Splunk Find out how MinIO is delivering performance at
scale for Splunk SmartStores. VMware Discover how MinIO integrates with VMware
across the portfolio from the Persistent Data platform to TKG and how we support
their Kubernetes ambitions.
Open Source
Github Community Explore, experiment, ask questions and contribute. Docs
Development guides. Slack Channel Open Forum for discussing topics related to
MinIO.
Download MinIO Object Store Get MinIO's open source server, client, and SDK.
Resources
Resources Home Browse our library of white papers, solution briefs, benchmarks
and videos. Blog Product updates, company news, and educational content.
Training Learn the MinIO Way and Become a Data Infrastructure Expert.
Events Join us to take advantage to meet with MinIO partners, employees, and
subject-matter experts.
Partner Pricing
Open Search Close Search
Toggle Navigation


HYPERSCALE
OBJECT STORE FOR AI

MinIO AIStor is designed to allow enterprises to consolidate all of
their data on a single, private cloud namespace. Architected using
the same principles as the hyperscalers, AIStor delivers performance
at scale at a fraction of the cost compared to the public cloud.

AIStor Overview Book a Demo


MINIO AISTOR IS DESIGNED
FOR AI SCALE CHALLENGES

Learn more about AI Scale
1.


HYPER-PERFORMANT

MinIO AIStor is the world’s fastest object store with production throughput in
excess of 2.2 TiB/s and published benchmarks that have set the performance
standard for modern object stores. Take on any workload, on any cloud, public,
private or edge, or across them all.

2.


SOFTWARE DEFINED

True software is software you can download and run on any commodity hardware -
even heterogeneous architectures. That is exactly what AIStor offers from ARM to
x86. MinIO's flexibility has established it as the standard in the cloud-native
world.

3.


EXASCALE

AIStor supports active-active, strictly consistent, multi-site replication as
well as multi-rack deployments. This enables the creation of a single namespace,
across thousands of distributed nodes simultaneously. The result is remarkable
scale and simplicity.

4.


SECURITY

MinIO’s ultra-efficient, state-of-the-art encryption supports granular
object-level encryption, is fully compatible with S3 and extends S3 to support
non-AWS key management services. Built for exascale, AIStor offers its own KMS
and S3 aware firewall.

5.


ENTERPRISE GRADE

AIStor comes with every imaginable enterprise feature - and then some. From IAM
to ILM, from security to load balancing, from caching to observability - each
feature is designed for AI scale and carries MinIO’s obsession with simplicity.

6.


OBJECT NATIVE

In the cloud, everything runs on object storage - GenAI, machine learning,
databases, data processing and web applications. MinIO has driven innovation in
object storage since day one. It is all that we do. If you want the best object
store on the market - you are in the right place.


AISTOR DELIVERS
UNPARALLELED TCO

Talk to Value Engineering


SAVE 60% VS. PUBLIC CLOUD COSTS

Private cloud savings are driven on storage cost per GiB, encryption (no cost),
support (fully included, direct to engineer) and data access/egress/replication
(no cost). We are happy to share our model or build one with you.


SAVE 40% VS. APPLIANCE VENDORS

Appliance vendors feast on lock-in. The “initial” cost might seem low, but the
maintenance, upgrade and out year costs quickly balloon. AIStor pricing includes
everything but the HW. AIStor supports multiple HW vendors in a single
deployment. 


SAVE 70% VS. HDFS

Disaggregation of storage and compute deliver 50% savings right off the bat. Add
to the inherent simplicity advantages of AIStor vs. the Hadoop ecosystem and TCO
savings exceed 70% - with improved performance. 


SCALE & SAVE

AIStor is priced on capacity and for customers that invest in us, we return the
favor with massive discounts at scale. The result is unit costs that are 80%
less expensive than AWS at 100 PiB.


AISTOR IS NATIVE TO
THE AI ECOSYSTEM

From Anyscale to Zilliz, the AI revolution is powered by
technologies that are either built on MinIO or integrated with it.





AISTOR SUPPORTS THE FULL
CATALOG OF OBJECT-BASED
PROTOCOLS AND APIS

1/5
Protocols and APIs


S3

No object store outside of AWS is more compatible with S3. MinIO’s footprint of
more than 6M deployments is its proofpoint.


SOPHISTICATED DATA
ORGANIZATIONS
CHOOSE MINIO









THE WORLD'S MOST BROADLY
DEPLOYED OBJECT STORE

2B+
Downloads
49.1K+
GitHub Stars
31.8K+
Community Members
1.3K+
Developers


GET STARTED USING

Ensure production success - across use cases and industries. Get Started


REQUEST A DEMO

Complete this form and the team will reach out to get you an evaluation license.

Your Name *
Email Address *
Phone Number
Company *
Country * Country
State * State
Capacity 200 TiB - 500 TiB 500 TiB - 1 PiB 1 PiB - 10 PiB 10 PiB - 100 PiB 100
PiB+
Use Case
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Request Demo



TALK TO VALUE ENGINEERING

Go deep with our technical team. We'll reply within 24 hours to discuss your
case and infrastructure needs.

Your Name *
Email Address *
Phone Number
Company *
Country * Country
State * State
Capacity 200 TiB - 500 TiB 500 TiB - 1 PiB 1 PiB - 10 PiB 10 PiB - 100 PiB 100
PiB+
Use Case
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Send to Value Engineering

Company
About Events Careers Logo Usage Legal
Product
Overview Pricing Download
Resources
Blog Docs
Sign up for MinIO Updates
Email Address Submit

hello@min.io
275 Shoreline Dr, Ste 100, Redwood City, CA 94065, United States
© 2014-2024 MinIO, Inc.

Your privacy is important to us: We use cookies in order to give you a better
experience. If you wish so, you can always review our Privacy Policy.
Accept

You are using Internet Explorer version 11 or lower. Due to security issues and
lack of support for web standards, it is highly recommended that you upgrade to
a modern browser.

Chrome Firefox Opera Edge