article thumbnail

Maintaining conventions in dbt projects with dbt-bouncer

Xebia

Maintaining conventions in a dbt project Most teams working in a dbt project will document their conventions. Regardless of location, documentation is a great starting point, writing down the outcome of discussions allows new developers to quickly get up to speed. Sometimes this is in the README.md Runs against all dbt artifacts.

article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

Continuous Integration. Continuous integration is a better approach. Teams using continuous integration keep everyone’s code working together and ready to release. The ultimate goal of continuous integration is to make releasing a business decision, not a technical decision. Refactoring.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Continuous integration with GitOps

CircleCI

On one hand, you must quickly adapt to evolving requirements, while on the other, your applications need to operate continuously without downtime. Among other initiatives, continuous integration (CI) and continuous delivery (CD) are intgegral to any DevOps practice. Continuous integration using GitOps - an example.

article thumbnail

Continuous integration for a Bazel Android project

CircleCI

In this tutorial, you will learn how to build a Bazel Android project and set it up for continuous integration with CircleCI. When reading through the Bazel documentation you will learn that Kotlin is not officially supported by the tool. You can find documentation for both in the Bazel docs. Incorporating Kotlin.

article thumbnail

Deploying web applications on Kubernetes with continuous integration

CircleCI

application on Azure Kubernetes Service (AKS) with continuous integration and continuous deployment (CI/CD). A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. Creating the continuous integration pipeline. Containerizing the Node.js

article thumbnail

Continuous integration for Django projects

CircleCI

This article focuses on setting up a continuous integration pipeline for a Django project, but the information here can be extended to other Python projects, too. It delivers high quality code and has excellent documentation. From now on I will take us step by step through setting up our continuous integration pipeline.

article thumbnail

Comparison of Most Popular Continuous Integration Tools: Jenkins, TeamCity, Bamboo, Travis CI and more

Altexsoft

Today’s practice of continuous integration (CI) rolls out program updates even faster, within days or hours. In our dedicated article, we explain in detail the benefits of continuous integration , how to approach its adoption, and what challenges to expect along the way. How to choose a continuous integration tool.