SpringBoot integration MinIO practice

background MinIO is the world's leading object storage pioneer, with read / write speeds of 183 GB / s and 171 GB / s on standard hardware. MinIO is used as the main storage of cloud native applications. Compared with traditional object storage, cloud native applications need higher throughput and lower latency. By adding more clusters, you ca ...

Posted by johncox on Sun, 27 Feb 2022 05:34:17 +0100

Introduction to Minio, stand-alone and cluster deployment, JAVA upload and download practice

Official website address https://min.io/ Official website document https://docs.min.io/docs/minio-quickstart-guide.html Download address https://dl.min.io/ Basic concepts Object: the basic object stored in Minio, such as file and byte streamBucket: the logical space used to store objects. The data of each bucket is isolated from each oth ...

Posted by stueee on Fri, 25 Feb 2022 16:31:59 +0100

Construction practice of front-end drawing bed (back-end)

Project backgroundIn addition to using the common third-party drawing bed, we can also build a private drawing bed to provide front-end basic services for the team. This paper aims to review and summarize the implementation scheme of the back-end part of the self built drawing bed, hoping to give some reference and schemes to students with simi ...

Posted by TGixer on Thu, 10 Feb 2022 19:20:53 +0100

Microservices series: Spring Boot integrated MinIO for distributed file storage

Microservices series: a guide to building MinIO for distributed file storage In the last article, we have learned how to build a MinIO object storage service. In this article, we will learn how to integrate MinIO in practical Java projects. Don't say much, start today's study. Project integration 1. Introduce dependency <dependency> ...

Posted by porta325 on Sun, 30 Jan 2022 15:49:01 +0100

Use of MINIO in java

introduction MINIO is the world's leading object storage pioneer, with millions of users all over the world On standard hardware, the read / write speeds are up to 183 GB / s and 171 GB / s. Object storage can act as the main storage layer to handle Spark, Presto, TensorFlow, H2O AI and other complex workloads, as well as becoming a substitute ...

Posted by wendymelon on Sun, 16 Jan 2022 01:24:40 +0100

Private Cloud Environments Installed in Notebooks: Network Storage (in)

This is the fourth in a series, so let's continue to talk about how to deploy a simplified private cloud environment in your notebook to meet low-cost, low-power, low-latency experimental environments. In the first three articles, we talked about basic virtualization-related Pre-preparation And prepared to avoid blind touch during construction ...

Posted by Ted Striker on Tue, 09 Nov 2021 17:41:00 +0100