DevOps for Data Science – Part 8 - Release Management
Published May 25 2021 09:05 AM 5,775 Views
Microsoft

Release Management (RM), as a concept, is essentially what it says – determining a method of releasing new and changed software into an environment in a planned fashion. While this sounds simple, it actually takes quite a bit of forethought and planning, and involves not only the technical teams, but several business teams as well.

 

RM is slightly different based on whether you are selling the software you are writing. But in any case, it comes down to the business function of planning. So how does that affect the Data Science team?

 

In Data Science, new releases are mostly based on either new questions, or improved algorithms and data. It’s more of an academic cadence – changes are considered when something is new or improved. But in the business function, predictability of change is paramount. Think about a petrol station – you show up with your auto, and the attendant says “Good news everyone! We’ve completely redesigned the fuel delivery system because this one is far better.” You protest that the new nozzle doesn’t work with your car at all, and that you had no idea this change was going to happen. “But t’s better” the attendant protests. While that sounds silly, it’s the sort of thing that businesses consider. They aren’t as interested in your new method unless it doesn’t break everything else, and they want to be able to charge for it – or in the case of internal software, be able to “sell” the effort of the change to management.

 

So what are the practical steps you need to take in this level of maturity for DevOps? Well, now that you’ve gotten the mechanics of the previous steps handled, you can understand the flow of change required by your organization, and make appropriate choices in your work efforts. If you know a small change (say a parameter in an algorithm) could boost prediction performance in your part of the application, you can fold that in to the shorter timeframe your business has for the release cycle. If you come across a new Python or R library that you think will significantly change the code, that’s when you need to coordinate with the larger team.

 

It’s at this point where you’ll really see the value of a DevOps mindset – many of the friction points between business and technology teams can be alleviated by adopting a Release Management maturity level.

 

See you in the next installment on the DevOps for Data Science series, where I’ll cover the next level in your DevOps Maturity Model for Data Science teams.

 

For Data Science, I find this progression works best – taking these one step at a time, and building on the previous step – the entire series is here:

  1. Infrastructure as Code (IaC) 
  2. Continuous Integration (CI) and Automated Testing
  3. Continuous Delivery (CD) 
  4. Release Management (RM) (This article)
  5. Application Performance Monitoring
  6. Load Testing and Auto-Scale

In the articles in this series that follows, I’ll help you implement each of these in turn.

 

If you’d like to implement DevOps, Microsoft has a site to assist. You can even get a free offering for Open-Source and other projects: https://azure.microsoft.com/en-us/pricing/details/devops/azure-devops-services/

 

Co-Authors
Version history
Last update:
‎May 25 2021 04:20 AM
Updated by: