Metabase is an open-source analytics and visualization tool that helps users explore, analyze, and visualize data. It’s designed to make it easy for non-technical users to ask questions and get answers from…
Tag: ubuntu
How to setup MinIO on Ubuntu using Docker
MinIO is a high-performance, distributed object storage server that is compatible with the Amazon S3 API. It allows you to store and manage large amounts of unstructured data, such as images, videos,…
How to setup Minikube on Ubuntu
Minikube is a free and open-source tool that allows you to run a single-node Kubernetes cluster on your local machine. It provides a simple way to try out Kubernetes, develop and test…
How to setup Docker and Docker Compose on Ubuntu
What is Docker? Docker is a containerization platform that allows developers to package, ship, and run applications in containers. Containers are lightweight and portable, providing a consistent and reliable way to deploy…