Schema Evolution in Interactive Programming Systems

Jonathan Edwards1 OrcidLogo, Tomas Petricek2 OrcidLogo, Tijs van der Storm3 OrcidLogo, and Geoffrey Litt4 OrcidLogo

The Art, Science, and Engineering of Programming, 2025, Vol. 9, Issue 1, Article 2

Submission date: 2024-05-31
Publication date: 2024-10-15
DOI: https://doi.org/10.22152/programming-journal.org/2025/9/2
Full text: PDF

Abstract

Many improvements to programming have come from shortening feedback loops, for example with Integrated Development Environments, Unit Testing, Live Programming, and Distributed Version Control. A barrier to feedback that deserves greater attention is Schema Evolution. When requirements on the shape of data change then existing data must be migrated into the new shape, and existing code must be modified to suit. Currently these adaptations are often performed manually, or with ad hoc scripts. Manual schema evolution not only delays feedback but since it occurs outside the purview of version control tools it also interrupts collaboration.

Schema evolution has long been studied in databases. We observe that the problem also occurs in non-database contexts that have been less studied. We present a suite of challenge problems exemplifying this range of contexts, including traditional database programming as well as live front-end programming, model-driven development, and collaboration in computational documents. We systematize these various contexts by defining a set of layers and dimensions of schema evolution.

We offer these challenge problems to ground future research on the general problem of schema evolution in interactive programming systems and to serve as a basis for evaluating the results of that research. We hope that better support for schema evolution will make programming more live and collaboration more fluid.

  1. Independent, USA
    OrcidLogo https://orcid.org/0000-0003-1958-7967

  2. Charles University, Czechia
    OrcidLogo https://orcid.org/0000-0002-7242-2208

  3. CWI, Netherlands / University of Groningen, Netherlands
    OrcidLogo https://orcid.org/0000-0001-8853-7934

  4. Ink & Switch, USA
    OrcidLogo https://orcid.org/0000-0003-0858-5165