2023-09-12

Run spark-submit for Apache Spark (PySpark) using Docker

3 mins readPre-Requisites docker-compose file Below is a docker-compose file to set up a Spark cluster with 1 master and 2 worker […]
2022-08-11

A tutorial on Apache Cassandra data modeling – RowKeys, Columns, Keyspaces, Tables, and Keys

24 mins readIn this post, I will discuss the basic concepts of data modeling in Apache Cassandra. It is important to understand […]
2022-07-28

Steps to package and publish Python codes to PyPI (pip)

5 mins readIn today’s article, we are going to discuss how PyPI lets developers share packages with other people who may wish […]
2022-04-08

Deploy Standalone (Single Node) MinIO server using Docker Compose on Linux

4 mins readMinIO is a high-performance object storage solution with native support for Kubernetes deployments that provides an Amazon Web Services S3-compatible […]
2021-11-05

Volumes in Docker Compose tutorial

5 mins readThe purpose of this post is to review how we can use volumes in Docker Compose. These are some possible scenarios: […]