Tag pipelines

Introduction to Jenkins: Building CI/CD Pipelines

Introduction to Jenkins: Building CI/CD Pipelines

DevOps is a set of practices that aim to streamline the software development lifecycle by coordinating the development (Dev) and operations (Ops) departments. Teams with an integrated DevOps culture are able to continuously integrate and deliver software (CI/CD) by automating…

Aggregation Pipelines on MongoDB

Aggregation pipelines on MongoDB

Why use MongoDB? MongoDB is a document oriented NOSQL open source database, which means that data does not necessarily have to follow a certain schema. This makes MongoDB an ideal candidate as a database for big data workloads as it…