object storage

How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04

Minio is a popular open source object storage server compatible with the Amazon S3 cloud storage service. The service stores unstructured data such as photos, videos, log files, backups, and container/VM images. For all of these reasons, learning to set up a Minio object storage server can add a wide range of flexibility and utility to your project. In this tutorial, you will install and secure a Minio server on Ubuntu 18.04 and access Minio’s UI to create a storage bucket.

Read more
How To Create Diagrams in Python with Diagram as Code — step-by-step Python tutorial on Progressive Robot

How To Create Diagrams in Python with Diagram as Code

The Diagram as Code tool allows you to create an architecture diagram of your infrastructure using a Python script. You can reuse code, test, integrate, and automate the process of drawing diagrams, which will enable you to treat documentation as code and to build pipelines for mapping your infrastructure.

Read more
CHAT