Tag: docker-compose

  • Spring Data Redis Cache – Redis-CLI

    In this article, I will provide an example of how to use PostgreSQL as a database and Redis for caching in a Spring Boot project. We will be using Docker Compose to install these tools. First, let’s understand what Redis is, its purpose, and its advantages. After that, we’ll discuss the methods in the provided…

  • Elasticsearch and Kibana with Docker Compose – Spring Boot Example

    Docker, a popular containerization platform, provides an excellent solution for distributing and managing software applications quickly. Docker Compose, a powerful tool, is used to orchestrate the simultaneous operation of multiple containers. Elasticsearch is a robust search and analytics engine with powerful capabilities for indexing, querying, and analyzing data. Kibana, an open-source tool, complements Elasticsearch by…