Thursday, February 08, 2018

Bringing DevOps to the Database, Part 1: Version Control

DZone Database Zone
Bringing DevOps to the Database, Part 1: Version Control
Bringing DevOps to the Database, Part 1: Version Control

For some years now, DevOps practices have been exciting application developers with their promise of short iterations, fast releases, and features that get into the hands of users sooner. Those same practices are now entering the database space, but how can database development adapt, and where should it start?

DevOps has been claiming converts everywhere. No surprise there. Developers like it because it streamlines processes, improves software quality, automates repetitive tasks, and supports continuous delivery, freeing them to concentrate on what they're good at: coding.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...