The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Evolutionary Database Design

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Martin Fowler

Posts: 1573
Nickname: mfowler
Registered: Nov, 2002

Martin Fowler is an author and loud mouth on software development
Evolutionary Database Design Posted: Sep 28, 2016 7:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Martin Fowler.
Original Post: Evolutionary Database Design
Feed Title: Martin Fowler's Bliki
Feed URL: http://martinfowler.com/feed.atom
Feed Description: A cross between a blog and wiki of my partly-formed ideas on software development
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Martin Fowler
Latest Posts From Martin Fowler's Bliki

Advertisement

When we began to do agile software development at the turn of the century one of the big questions was how to evolve databases. In 2003 Pramod Sadalage and I published an article on the techniques we used, now we've updated this article to reflect a decade's worth of learning since then. The core techniques are still the same: organize database changes into composable migrations that capture schema refactorings and data updates. Store these migrations in the code repository and use tools to apply them to keep the database synchronized with the code.

more…

Read: Evolutionary Database Design

Topic: Software Development Conferences Forecast September 2016 Previous Topic   Next Topic Topic: $50 Million Phoenix Fix – Avoiding Disaster With Scrum

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use