Best of Docker ComposeAugust 2022

  1. 1
    Article
    Avatar of geekcultureGeek Culture·4y

    Airbyte — Promising Integration tool

    Airbyte is an open-source data integration platform that aims to standardize and simplify the process of Extraction and Loading. Airbyte operates on the principle of ELT, it simply extracts raw data and loads it to destinations. It simplifies this process by building connectors between data sources and destinations.

  2. 2
    Article
    Avatar of hnHacker News·4y

    6 Docker Compose Best Practices for Dev and Prod

    Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to bring up and link multiple containers into one logical unit. If you want to use Docker containers, you create one container that listens on an unused port on your machine. The alias will give it precedence when two services could share a Dockerfile and a code base but have some slight variations.

  3. 3
    Article
    Avatar of dzDZone·4y

    Scaling a Node JS Application

    Software scalability is an attribute of a tool or a system to increase its capacity and functionalities based on its users’ demands. Scalability can happen in two ways either horizontal or vertical scaling. In this blog, we will mainly focus on horizontal scaling and we will build up a small Node JS application.