-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.bib
More file actions
2453 lines (2258 loc) · 134 KB
/
paper.bib
File metadata and controls
2453 lines (2258 loc) · 134 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{10.1145/543613.543644,
author = {Lenzerini, Maurizio},
title = {Data integration: a theoretical perspective},
year = {2002},
isbn = {1581135076},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/543613.543644},
abstract = {Data integration is the problem of combining data residing at different sources, and providing the user with a unified view of these data. The problem of designing data integration systems is important in current real world applications, and is characterized by a number of issues that are interesting from a theoretical point of view. This document presents on overview of the material to be presented in a tutorial on data integration. The tutorial is focused on some of the theoretical issues that are relevant for data integration. Special attention will be devoted to the following aspects: modeling a data integration application, processing queries in data integration, dealing with inconsistent data sources, and reasoning on queries.},
booktitle = {Proceedings of the Twenty-First ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems},
pages = {233--246},
numpages = {14},
location = {<conf-loc>, <city>Madison</city>, <state>Wisconsin</state>, </conf-loc>},
series = {PODS '02}
}
@online{airtable,
title = {The fastest way to build apps},
author = {Airtable},
url = {https://airtable.com},
urldate = {2023-06-01},
year = {2023}
}
@inproceedings{alanen2003,
author = {Marcus Alanen and
Ivan Porres},
editor = {Perdita Stevens and
Jon Whittle and
Grady Booch},
title = {Difference and Union of Models},
booktitle = {{\guillemotleft}UML{\guillemotright} 2003 - The Unified Modeling Language,
Modeling Languages and Applications, 6th International Conference,
San Francisco, CA, USA, October 20-24, 2003, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {2863},
pages = {2--17},
publisher = {Springer},
year = {2003},
doi = {10.1007/978-3-540-45221-8\_2},
timestamp = {Tue, 24 May 2022 15:28:50 +0200},
}
@inproceedings{alcino06,
author = {Cunha, Alcino
and Oliveira, Jos{\'e} Nuno
and Visser, Joost},
editor = {Misra, Jayadev
and Nipkow, Tobias
and Sekerinski, Emil},
title = {Type-Safe Two-Level Data Transformation},
booktitle = {FM 2006: Formal Methods},
year = {2006},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {284--299},
abstract = {A two-level data transformation consists of a type-level transformation of a data format coupled with value-level transformations of data instances corresponding to that format. Examples of two-level data transformations include XML schema evolution coupled with document migration, and data mappings used for interoperability and persistence.},
isbn = {978-3-540-37216-5}
}
@inproceedings{Alexe11,
author = {Alexe, Bogdan and ten Cate, Balder and Kolaitis, Phokion G. and Tan, Wang-Chiew},
title = {Designing and refining schema mappings via data examples},
year = {2011},
isbn = {9781450306614},
publisher = {Association for Computing Machinery},
url = {https://doi.org/10.1145/1989323.1989338},
doi = {10.1145/1989323.1989338},
abstract = {A schema mapping is a specification of the relationship between a source schema and a target schema. Schema mappings are fundamental building blocks in data integration and data exchange and, as such, obtaining the right schema mapping constitutes a major step towards the integration or exchange of data. Up to now, schema mappings have typically been specified manually or have been derived using mapping-design systems that automatically generate a schema mapping from a visual specification of the relationship between two schemas. We present a novel paradigm and develop a system for the interactive design of schema mappings via data examples. Each data example represents a partial specification of the semantics of the desired schema mapping. At the core of our system lies a sound and complete algorithm that, given a finite set of data examples, decides whether or not there exists a GLAV schema mapping (i.e., a schema mapping specified by Global-and-Local-As-View constraints) that "fits" these data examples. If such a fitting GLAV schema mapping exists, then our system constructs the "most general" one. We give a rigorous computational complexity analysis of the underlying decision problem concerning the existence of a fitting GLAV schema mapping, given a set of data examples. Specifically, we prove that this problem is complete for the second level of the polynomial hierarchy, hence, in a precise sense, harder than NP-complete. This worst-case complexity analysis notwithstanding, we conduct an experimental evaluation of our prototype implementation that demonstrates the feasibility of interactively designing schema mappings using data examples. In particular, our experiments show that our system achieves very good performance in real-life scenarios.},
booktitle = {Proceedings of the 2011 ACM SIGMOD International Conference on Management of Data},
pages = {133--144},
numpages = {12},
keywords = {data examples, data exchange, data integration, schema mappings},
location = {Athens, Greece},
series = {SIGMOD '11}
}
@online{AlterTable,
title={ALTER TABLE, SQL Language Reference},
url={https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/ALTER-TABLE.html#GUID-552E7373-BF93-477D-9DA3-B2C9386F2877},
author={Oracle Inc.},
year={2021},
urldate={2021-02-01}
}
@book{ambler06,
title={Refactoring Databases: Evolutionary Database Design},
author={Ambler, Scott W. and Sadalage, Pramod J.},
isbn={9780321293534},
lccn={2005031959},
year={2006},
publisher={Addison Wesley},
address = {USA}
}
@article{Bancilhon81,
author = {Bancilhon, F. and Spyratos, N.},
title = {Update semantics of relational views},
year = {1981},
issue_date = {Dec. 1981},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {6},
number = {4},
issn = {0362-5915},
doi = {10.1145/319628.319634},
abstract = {A database view is a portion of the data structured in a way suitable to a specific application. Updates on views must be translated into updates on the underlying database. This paper studies the translation process in the relational model.The procedure is as follows: first, a “complete” set of updates is defined such that
together with every update the set contains a “return” update, that is, one that brings the view back to the original state;given two updates in the set, their composition is also in the set.To translate a complete set, we define a mapping called a “translator,” that associates with each view update a unique database update called a “translation.” The constraint on a translation is to take the database to a state mapping onto the updated view. The constraint on the translator is to be a morphism.We propose a method for defining translators. Together with the user-defined view, we define a “complementary” view such that the database could be computed from the view and its complement. We show that a view can have many different complements and that the choice of a complement determines an update policy. Thus, we fix a view complement and we define the translation of a given view update in such a way that the complement remains invariant (“translation under constant complement”). The main result of the paper states that, given a complete set U of view updates, U has a translator if and only if U is translatable under constant complement.},
journal = {ACM Transactions on Database Systems},
month = dec,
pages = {557–575},
numpages = {19},
keywords = {conceptual model, data model, data semantics, database view, relation, relational model database, update translation, view updating}
}
@inproceedings{banerjee87,
author = {Banerjee, Jay and Kim, Won and Kim, Hyoung-Joo and Korth, Henry F.},
title = {Semantics and implementation of schema evolution in object-oriented databases},
year = {1987},
isbn = {0897912365},
publisher = {Association for Computing Machinery},
doi = {10.1145/38713.38748},
booktitle = {Proceedings of the 1987 ACM SIGMOD International Conference on Management of Data},
pages = {311--322},
numpages = {12},
location = {San Francisco, California, USA},
series = {SIGMOD '87}
}
@inproceedings{barenz2020essence,
author = {B\"{a}renz, Manuel},
title = {The essence of live coding: change the program, keep the state!},
year = {2020},
isbn = {9781450381888},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3427763.3428312},
abstract = {One rarely encounters programming languages and frameworks that provide general-purpose and type-safe hot code swap. It is demonstrated here that this is entirely possible in Haskell, by faithfully following the motto of live coding: "Change the program, keep the state." With generic programming, one easily arrives at an automatic state migration function. The approach can be generalised to an arrowized Functional Reactive Programming framework that is parametrized by its side effects. It allows for building up complete live programs from reusable, modular components, and to separate data flow cleanly from control flow. Useful utilities for debugging and quickchecking are presented.},
booktitle = {Proceedings of the 7th ACM SIGPLAN International Workshop on Reactive and Event-Based Languages and Systems},
pages = {2–14},
numpages = {13},
keywords = {Functional Reactive Programming, Livecoding},
location = {Virtual, USA},
series = {REBLS 2020}
}
@book{Barstow1984,
title={Interactive Programming Environments},
author={Barstow, D.R. and Guty, S.G. and Shrobe, H.E. and Sandewall, E.},
isbn={9780070038851},
lccn={83013572},
series={McGraw-Hill computer science series},
year={1984},
publisher={McGraw-Hill},
address = {USA}
}
@inproceedings{Basman19,
author = {Antranig Basman},
editor = {Mariana Marasoiu and Luke Church and Lindsay Marshall},
title = {The Naturalist's Friend - {A} case study and blueprint for pluralist data tools and infrastructure},
booktitle = {Proceedings of the 30th Annual Workshop of the Psychology of Programming Interest Group, {PPIG} 2019, Newcastle University, UK, August 28 - 30, 2019},
publisher = {Psychology of Programming Interest Group},
month = aug,
year = {2019},
url = {https://ppig.org/papers/2019-ppig-30th-basman/},
timestamp = {Thu, 19 May 2022 16:52:59 +0200},
}
@inproceedings{beckmann2021shortening,
title={Shortening Feedback Loops in a Live Game Development Environment},
author={Beckmann, Tom and Krebs, Eva and Rein, Patrick and Ramson, Stefan and Hirschfeld, Robert},
booktitle={2021 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)},
pages={1--5},
year={2021},
organization={IEEE}
}
@inproceedings{Berdaguer07,
author = {Berdaguer, Pablo and Cunha, Alcino and Pacheco, Hugo and Visser, Joost},
title = {Coupled schema transformation and data conversion for XML and SQL},
year = {2007},
isbn = {3540696083},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
doi = {10.1007/978-3-540-69611-7_19},
abstract = {A two-level data transformation consists of a type-level transformation of a data format coupled with value-level transformations of data instances corresponding to that format. We have implemented a system for performing two-level transformations on XML schemas and their corresponding documents, and on SQL schemas and the databases that they describe. The core of the system consists of a combinator library for composing type-changing rewrite rules that preserve structural information and referential constraints. We discuss the implementation of the system's core library, and of its SQL and XML front-ends in the functional language Haskell. We show how the system can be used to tackle various two-level transformation scenarios, such as XML schema evolution coupled with document migration, and hierarchical-relational data mappings that convert between XML documents and SQL databases.},
booktitle = {Proceedings of the 9th International Conference on Practical Aspects of Declarative Languages},
pages = {290–304},
numpages = {15},
keywords = {Haskell, SQL, XML, transformation},
location = {Nice, France},
series = {PADL'07}
}
@inproceedings{bernstein07,
author = {Bernstein, Philip A. and Melnik, Sergey},
title = {Model management 2.0: manipulating richer mappings},
year = {2007},
isbn = {9781595936868},
publisher = {Association for Computing Machinery},
doi = {10.1145/1247480.1247482},
abstract = {Model management is a generic approach to solving problems of data programmability where precisely engineered mappings are required. Applications include data warehousing, e-commerce, object-to-relational wrappers, enterprise information integration, database portals, and report generators. The goal is to develop a model management engine that can support tools for all of these applications. The engine supports operations to match schemas, compose mappings, diff schemas, merge schemas, translate schemas into different data models, and generate data transformations from mappings.Much has been learned about model management since it was proposed seven years ago. This leads us to a revised vision that differs from the original in two main respects: the operations must handle more expressive mappings, and the runtime that executes mappings should be added as an important model management component. We review what has been learned from recent experience, explain the revised model management vision based on that experience, and identify the research problems that the revised vision opens up.},
booktitle = {Proceedings of the 2007 ACM SIGMOD International Conference on Management of Data},
pages = {1--12},
numpages = {12},
keywords = {schema matching, schema mapping, schema evolution, model management, engineered mapping, data translation, data integration, data exchange},
location = {Beijing, China},
series = {SIGMOD '07}
}
@online{Bracha.history,
title={Bits of History, Words of Advice},
author={Gilad Bracha},
url={https://gbracha.blogspot.com/2020/05/bits-of-history-words-of-advice.html},
year={2020},
urldate={2020-05-01}
}
@online{Bracha05,
title = {Objects as Software Services},
author = {Gilad Bracha},
year = {2005},
url = {http://bracha.org/objectsAsSoftwareServices.pdf},
}
@article{Brand18,
author = {Brand, Stewart},
journal = {Journal of Design and Science},
year = {2018},
month = jan,
note = {https://jods.mitpress.mit.edu/pub/issue3-brand},
publisher = {},
title = {Pace {Layering}: How {Complex} {Systems} {Learn} and {Keep} {Learning}},
}
@book{Brand95,
title={How buildings learn: What happens after they're built},
author={Brand, Stewart},
year={1995},
publisher={Penguin Books},
isbn = {9780140139969}
}
@inproceedings{Burnett14,
author = {Burnett, Margaret M. and Myers, Brad A.},
title = {Future of End-User Software Engineering: Beyond the Silos},
year = {2014},
isbn = {9781450328654},
publisher = {Association for Computing Machinery},
doi = {10.1145/2593882.2593896},
booktitle = {Future of Software Engineering Proceedings},
pages = {201--211},
numpages = {11},
keywords = {End-user software engineering (EUSE), end-user development},
location = {Hyderabad, India},
series = {FOSE 2014}
}
@online{Cambria,
title={Project Cambria: Translate your data with lenses},
author={Geoffrey Litt and Peter van Hardenberg and Henry Orion},
url={https://www.inkandswitch.com/cambria.html},
year={2020},
urldate={2020-10-01}
}
@inproceedings{carvalho21,
author = {Carvalho, Lu\'{\i}s and Seco, Jo\~{a}o Costa},
title = {Deep Semantic Versioning for Evolution and Variability},
year = {2021},
isbn = {9781450386890},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3479394.3479416},
booktitle = {Proceedings of the 23rd International Symposium on Principles and Practice of Declarative Programming},
articleno = {21},
numpages = {13},
keywords = {Program evolution, Program versioning, Type system},
location = {Tallinn, Estonia},
series = {PPDP '21}
}
@InProceedings{Cascade,
title = {Cascade: A meta-language for change, cause and effect},
author = {van Rozen, Riemer},
booktitle = {LIVE workshop at SPLASH'22},
year = 2022,
month = nov
}
@inproceedings{chillon21,
author = {Chill\'{o}n, Alberto Hern\'{a}ndez and Ruiz, Diego Sevilla and Molina, Jes\'{u}s Garc\'{\i}a},
title = {Towards a Taxonomy of Schema Changes for NoSQL Databases: The Orion Language},
year = {2021},
isbn = {978-3-030-89021-6},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
doi = {10.1007/978-3-030-89022-3_15},
booktitle = {Conceptual Modeling: 40th International Conference, ER 2021, Virtual Event, October 18-21, 2021, Proceedings},
pages = {176--185},
numpages = {10},
keywords = {Domain specific language, Schema change operations, Taxonomy of changes, Schema evolution, NoSQL databases}
}
@misc{chillon22,
title = {A Taxonomy of Schema Changes for NoSQL Databases},
author = {Alberto Hern{\'a}ndez Chill{\'o}n and Meike Klettke and Diego Sevilla Ruiz and Jes{\'u}s Garc{\'i}a Molina},
year = {2022},
eprint = {2205.11660},
archiveprefix = {arXiv},
primaryclass = {cs.DB}
}
@article{candel22,
title = {A unified metamodel for NoSQL and relational databases},
journal = {Information Systems},
volume = {104},
pages = {101898},
year = {2022},
issn = {0306-4379},
doi = {https://doi.org/10.1016/j.is.2021.101898},
url = {https://www.sciencedirect.com/science/article/pii/S0306437921001149},
author = {Carlos J. Fernández Candel and Diego {Sevilla Ruiz} and Jesús J. García-Molina},
keywords = {Unified metamodel, NoSQL databases, Schemaless, Schema inference, Model-driven engineering},
abstract = {The Database field is undergoing significant changes. Although relational systems are still predominant, the interest in NoSQL systems is continuously increasing. In this scenario, polyglot persistence is envisioned as the database architecture to be prevalent in the future. Therefore, database tools and systems are evolving to support several data models. Multi-model database tools normally use a generic or unified metamodel to represent schemas of the data model that they support. Such metamodels facilitate developing database utilities, as they can be built on a common representation. Also, the number of mappings required to migrate databases from a data model to another is reduced, and integrability is favored. In this paper, we present the U-Schema unified metamodel able to represent logical schemas for the four most popular NoSQL paradigms (columnar, document, key–value, and graph) as well as relational schemas. We will formally define the mappings between U-Schema and the data model defined for each database paradigm. How these mappings have been implemented and validated will be discussed, and some applications of U-Schema will be shown. To achieve flexibility to respond to data changes, most of NoSQL systems are “schema-on-read,” and the declaration of schemas is not required. Such an absence of schema declaration makes structural variability possible, i.e., stored data of the same entity type can have different structure. Moreover, data relationships supported by each data model are different; For example, document stores have aggregate objects but not relationship types, whereas graph stores offer the opposite. Through the paper, we will show how all these issues have been tackled in our approach. As far as we know, no proposal exists in the literature of a unified metamodel for relational and the NoSQL paradigms which describes how each individual data model is integrated and mapped. Our metamodel goes beyond the existing proposals by distinguishing entity types and relationship types, representing aggregation and reference relationships, and including the notion of structural variability. Our contributions also include developing schema extraction strategies for schemaless systems of each NoSQL data model, and tackling performance and scalability in the implementation for each store.}
}
@inproceedings{chillon23 ,
title = {Propagating Schema Changes to Code: An Approach Based on a Unified Data Model},
volume = {3379},
issn = {1613-0073},
booktitle = {CEUR Workshop Proceedings},
publisher = {CEUR-WS},
author = {Chillón, Alberto Hernández and Molina, Jesús García and Hoyos, José Ramón and Ortín, María José},
year = {2023},
keywords = {Code update ; NoSQL databases ; Schema evolution ; Taxonomy of changes}
}
@inproceedings{Cicchetti11,
author = {Cicchetti, Antonio and Ciccozzi, Federico and Leveque, Thomas and Pierantonio, Alfonso},
title = {On the concurrent versioning of metamodels and models: challenges and possible solutions},
year = {2011},
isbn = {9781450306683},
publisher = {Association for Computing Machinery},
doi = {10.1145/2000410.2000414},
abstract = {Model-Driven Engineering aims at shifting the focus of software development from coding to modelling in order to reduce the complexity of realizing nowadays applications. In this respect, models are expected to evolve due to refinements, improvements, bug fixes, and so forth. Because of the same reasons, also modelling languages (i.e. metamodels) are expected to be changed, even though at a different speed if compared to models. The relevant corpus of research grown up in the latest years and dealing with both these problems considers them as separate events; however, in normal practice not all the models are migrated instantaneously due to a metamodel adaptation, rather the co-adaptation is required when commits are attempted from a local workspace to the model repository, which can demand for different management policies.This paper illustrates the challenges arising in coping with concurrent metamodel and model versioning. In particular, it details a set of desired behaviours among which the user would usually select the appropriate management for the scenario into consideration together with entailed problems. Moreover, the work proposes corresponding solutions and discusses open issues.},
booktitle = {Proceedings of the 2nd International Workshop on Model Comparison in Practice},
pages = {16–25},
numpages = {10},
location = {Zurich, Switzerland},
series = {IWMCP '11}
}
@inbook{Cleve2006,
author = {Cleve, Anthony
and Hainaut, Jean-Luc},
editor = {L{\"a}mmel, Ralf
and Saraiva, Jo{\~a}o
and Visser, Joost},
title = {Co-transformations in Database Applications Evolution},
booktitle = {Generative and Transformational Techniques in Software Engineering: International Summer School, GTTSE 2005, Braga, Portugal, July 4-8, 2005. Revised Papers},
year = {2006},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {409--421},
abstract = {The paper adresses the problem of consistency preservation in data intensive applications evolution. When the database structure evolves, the application programs must be changed to interface with the new schema. The latter modification can prove very complex, error prone and time consuming. We describe a comprehensive transformation/generative approach according to which automated program transformation can be derived from schema transformation. The proposal is illustrated in the particular context of database reengineering, for which a specific methodology and a prototype tool are presented. Some results of two case studies are described.},
isbn = {978-3-540-46235-4},
doi = {10.1007/11877028_17},
}
@inproceedings{Crichton2021,
author = {Crichton, Will},
title = {A New Medium for Communicating Research on Programming Languages},
booktitle = {Proceedings of the workshop on Human Aspects of Types and Reasoning Assistants, SPLASH 2021},
year = {2021},
organization = {ACM},
url = {https://willcrichton.net/nota/},
}
@article{curino08,
author = {Curino, Carlo A. and Moon, Hyun J. and Zaniolo, Carlo},
title = {Graceful database schema evolution: the PRISM workbench},
year = {2008},
issue_date = {August 2008},
publisher = {VLDB Endowment},
volume = {1},
number = {1},
issn = {2150-8097},
doi = {10.14778/1453856.1453939},
abstract = {Supporting graceful schema evolution represents an unsolved problem for traditional information systems that is further exacerbated in web information systems, such as Wikipedia and public scientific databases: in these projects based on multiparty cooperation the frequency of database schema changes has increased while tolerance for downtimes has nearly disappeared. As of today, schema evolution remains an error-prone and time-consuming undertaking, because the DB Administrator (DBA) lacks the methods and tools needed to manage and automate this endeavor by (i) predicting and evaluating the effects of the proposed schema changes, (ii) rewriting queries and applications to operate on the new schema, and (iii) migrating the database.Our PRISM system takes a big first step toward addressing this pressing need by providing: (i) a language of Schema Modification Operators to express concisely complex schema changes, (ii) tools that allow the DBA to evaluate the effects of such changes, (iii) optimized translation of old queries to work on the new schema version, (iv) automatic data migration, and (v) full documentation of intervened changes as needed to support data provenance, database flash back, and historical queries. PRISM solves these problems by integrating recent theoretical advances on mapping composition and invertibility, into a design that also achieves usability and scalability. Wikipedia and its 170+ schema versions provided an invaluable testbed for validating PRISM tools and their ability to support legacy queries.},
journal = {Proceedings VLDB Endowment},
month = aug,
pages = {761--772},
numpages = {12}
}
@online{daff,
title={daff},
author={Fitz, Paul},
url={https://paulfitz.github.io/daff/},
year={2021},
urldate={2021-07-01}
}
@inproceedings{DBLP:conf/pldi/OmarMBVCC21,
author = {Cyrus Omar and
David Moon and
Andrew Blinn and
Ian Voysey and
Nick Collins and
Ravi Chugh},
editor = {Stephen N. Freund and
Eran Yahav},
title = {Filling typed holes with live GUIs},
booktitle = {{PLDI} '21: 42nd {ACM} {SIGPLAN} International Conference on Programming
Language Design and Implementation, Virtual Event, Canada, June 20-25,
20211},
pages = {511--525},
publisher = {{ACM}},
year = {2021},
doi = {10.1145/3453483.3454059},
timestamp = {Mon, 21 Jun 2021 13:42:02 +0200},
}
@article{DBLP:journals/pacmpl/LubinCOC20,
author = {Justin Lubin and
Nick Collins and
Cyrus Omar and
Ravi Chugh},
title = {Program sketching with live bidirectional evaluation},
journal = {Proceedings of the {ACM} on Programming Languages},
volume = {4},
number = {{ICFP}},
pages = {109:1--109:29},
year = {2020},
doi = {10.1145/3408991},
timestamp = {Wed, 17 Feb 2021 08:54:13 +0100},
}
@online{dbmaestro,
title={DBmaestro: DevOps for Database},
url={https://dbmaestro.com/},
year={2024},
urldate={2024-05-01}
}
@online{dedupe,
title = {What's the best way to dedupe a table?},
author = {{Stack Overflow}},
url = {https://stackoverflow.com/questions/2230295/whats-the-best-way-to-dedupe-a-table},
urldate = {2023-06-01},
year = {2023}
}
@incollection{Deutsch64,
title = {The LISP implementation for the PDP- 1 computer},
author = {Deutsch, L. Peter and Berkeley, Edmund C.},
year = {1964},
pages = {326-375},
editor = {Berkeley, Edmund C. and Bobrow, Daniel G.},
booktitle = {The Programming Language LISP: Its Operation and Applications},
publisher = {MIT Press},
address = {Cambridge, MA}
}
@article{diSessa86,
author = {diSessa, A. A and Abelson, H.},
title = {Boxer: a reconstructible computational medium},
year = {1986},
issue_date = {Sept. 1986},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {29},
number = {9},
issn = {0001-0782},
doi = {10.1145/6592.6595},
abstract = {Programming is most often viewed as a way for experts to get computers to perform complex tasks efficiently and reliably. Boxer presents an alternative image—programming as a way for nonexperts to control a reconstructible medium, much like written language, but with dramatically extended interactive capabilities.},
journal = {Communications ACM},
month = sep,
pages = {859–868},
numpages = {10}
}
@online{dolt,
title={Dolt},
author={DoltHub Inc},
url={https://www.dolthub.com/},
year={2021},
urldate={2021-7-01}
}
@online{edgedb,
title = {Schema migrations},
author = {EdgeDB Inc},
url = {https://docs.edgedb.com/guides/migrations},
urldate = {2024-05-01},
year = 2024
}
@inproceedings{Ellis89,
author = {Ellis, C. A. and Gibbs, S. J.},
title = {Concurrency Control in Groupware Systems},
year = {1989},
isbn = {0897913175},
publisher = {Association for Computing Machinery},
doi = {10.1145/67544.66963},
abstract = {Groupware systems are computer-based systems that support two or more users engaged
in a common task, and that provide an interface to a shared environment. These systems
frequently require fine-granularity sharing of data and fast response times. This
paper distinguishes real-time groupware systems from other multi-user systems and
discusses their concurrency control requirements. An algorithm for concurrency control
in real-time groupware systems is then presented. The advantages of this algorithm
are its simplicity of use and its responsiveness: users can operate directly on the
data without obtaining locks. The algorithm must know some semantics of the operations.
However the algorithm's overall structure is independent of the semantic information,
allowing the algorithm to be adapted to many situations. An example application of
the algorithm to group text editing is given, along with a sketch of its proof of
correctness in this particular case. We note that the behavior desired in many of
these systems is non-serializable.},
booktitle = {Proceedings of the 1989 ACM SIGMOD International Conference on Management of Data},
pages = {399--407},
numpages = {9},
location = {Portland, Oregon, USA},
series = {SIGMOD '89}
}
@book{EMF,
author = {Dave Steinberg and Frank Budinsky and Marcelo Paternostro and Ed Merks},
title = {EMF: Eclipse Modeling Framework},
year = {2008},
publisher = {Pearson},
address = {221 River Street, Hoboken, NJ 07030}
}
@online{Envy,
title={Smalltalk Envy FAQ},
author={Vikas Malik},
url={http://www.faqs.org/faqs/smalltalk/ENVY-faq/},
publisher={faqs.org},
year={1997},
urldate={2020-10-01}
}
@article{ERDWEG201524,
title = {Evaluating and comparing language workbenches: Existing results and benchmarks for the future},
journal = {Computer Languages, Systems {\&} Structures},
volume = {44},
pages = {24-47},
year = {2015},
note = {Special issue on the 6th and 7th International Conference on Software Language Engineering (SLE 2013 and SLE 2014)},
issn = {1477-8424},
doi = {10.1016/j.cl.2015.08.007},
author = {Sebastian Erdweg and Tijs {van der Storm} and Markus V{\"o}lter and Laurence Tratt and Remi Bosman and William R. Cook and Albert Gerritsen and Angelo Hulshout and Steven Kelly and Alex Loh and Gabri{\"e}l Konat and Pedro J. Molina and Martin Palatnik and Risto Pohjonen and Eugen Schindler and Klemens Schindler and Riccardo Solmi and Vlad Vergu and Eelco Visser and Kevin {van der Vlist} and Guido Wachsmuth and Jimi {van der Woning}},
}
@article{erhard06,
author = {Rahm, Erhard and Bernstein, Philip A.},
title = {An online bibliography on schema evolution},
year = {2006},
issue_date = {December 2006},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {35},
number = {4},
issn = {0163-5808},
doi = {10.1145/1228268.1228273},
abstract = {We briefly motivate and present a new online bibliography on schema evolution, an area which has recently gained much interest in both research and practice.},
journal = {SIGMOD Record},
month = dec,
pages = {30--31},
numpages = {2}
}
@inproceedings{evolvedb,
author = {Eckwert, Torben and Guckert, Michael and Taentzer, Gabriele},
title = {EvolveDB: a tool for model driven schema evolution},
year = {2022},
isbn = {9781450394673},
publisher = {Association for Computing Machinery},
doi = {10.1145/3550356.3559095},
abstract = {Requirements for software applications change almost continuously in all phases of the product life cycle, which leads to a constant adaption of software systems. These changes affect the domain model of the application and usually lead to necessary changes of the underlying database. As a result, the data stored in this database must also be adapted accordingly. This well-known problem is called schema evolution. Manual schema evolution with low-level SQL scripts contains both time-consuming and error-prone routine tasks and complicated operations that require expert knowledge. Automation promises significant leverage for cost savings and quality improvements. To date, the most advanced solutions for this problem have focused on operator-based approaches. However, these approaches do not allow free editing of the database schema, but require the database administrator to know in advance the exact sequence of all required operations. In this paper, we present EvolveDB, an approach to model-driven schema evolution in relational databases, where the user specifies the evolution steps by freely editing a database model extracted by reverse engineering. EvolveDB analyzes the differences between the status quo and the evolved model structures and generates a data migration script. An initial evaluation with experts shows promising results. A screencast of the demo is available at https://youtu.be/ieXmrDd2nw4.},
booktitle = {Proceedings of the 25th International Conference on Model Driven Engineering Languages and Systems: Companion Proceedings},
pages = {61--65},
numpages = {5},
keywords = {model matching, model-driven reengeneering, relational databases, schema evolution},
location = {Montreal, Quebec, Canada},
series = {MODELS '22}
}
@techreport{FirstClassCopyPaste,
author = {Jonathan Edwards},
title = {First Class Copy \& Paste},
institution = {MIT},
year = {2006},
number = {MIT-CSAIL-TR-2006-037},
url = {http://hdl.handle.net/1721.1/32980}
}
@online{Flash,
title = {Adobe Flash},
url = {https://en.wikipedia.org/wiki/Adobe_Flash},
author = {Wikimedia Foundation},
year = {2021},
urldate = {2021-07-01}
}
@article{Foster2007,
author = {Foster, J. Nathan and Greenwald, Michael B. and Moore, Jonathan T. and Pierce, Benjamin C. and Schmitt, Alan},
title = {Combinators for bidirectional tree transformations: A linguistic approach to the view-update problem},
year = {2007},
issue_date = {May 2007},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {29},
number = {3},
issn = {0164-0925},
doi = {10.1145/1232420.1232424},
journal = {ACM Transsctions on Programming Languages and Systems},
month = may,
pages = {17–es},
numpages = {65},
keywords = {Bidirectional programming, Harmony, XML, lenses, view update problem}
}
@online{Gemstone,
title={Gemstone Programmer's Guide: Class versions and Instance Migration},
author={GemTalk Systems},
url={https://downloads.gemtalksystems.com/docs/GemStone64/3.2.x/GS64-ProgGuide-3.2/10-ClassHistory.htm},
urldate = {2024-05-01},
year={2015}
}
@inproceedings{gitless,
author = {De Rosso, Santiago Perez and Jackson, Daniel},
title = {Purposes, Concepts, Misfits, and a Redesign of Git},
booktitle = {Proceedings of the 2016 {ACM} {SIGPLAN} International Conference on
Object-Oriented Programming, Systems, Languages, and Applications,
{OOPSLA} 2016, part of {SPLASH} 2016, Amsterdam, The Netherlands,
October 30 - November 4, 2016},
year = {2016},
issue_date = {October 2016},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {51},
number = {10},
issn = {0362-1340},
doi = {10.1145/3022671.2984018},
month = oct,
pages = {292--310}
}
@inproceedings{perez13,
author = {Perez De Rosso, Santiago and Jackson, Daniel},
title = {What's wrong with git? a conceptual design analysis},
year = {2013},
isbn = {9781450324724},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2509578.2509584},
doi = {10.1145/2509578.2509584},
booktitle = {Proceedings of the 2013 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming \& Software},
pages = {37–52},
numpages = {16},
keywords = {version control, usability, software design, git, design, conceptual modeling, conceptual integrity, concepts, concept design},
location = {Indianapolis, Indiana, USA},
series = {Onward! 2013}
}
@book{Goldberg80,
author = {Goldberg, Adele},
title = {SMALLTALK-80: The Interactive Programming Environment},
year = {1984},
isbn = {0201113724},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {USA}
}
@inproceedings{goldman2011real,
author = {Goldman, Max and Little, Greg and Miller, Robert C.},
title = {Real-time collaborative coding in a web IDE},
year = {2011},
isbn = {9781450307161},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/2047196.2047215},
booktitle = {Proceedings of the 24th Annual ACM Symposium on User Interface Software and Technology},
pages = {155–164},
numpages = {10},
keywords = {pair programming, collaborative editing, collaboration},
location = {Santa Barbara, California, USA},
series = {UIST '11}
}
@book{Goodman87,
title={The Complete HyperCard Handbook},
author={Goodman, D. and Atkinson, W.},
isbn={9780553343915},
lccn={87201799},
series={Bantam books},
year={1987},
publisher={Bantam Books},
address={USA}
}
@online{Hammant17,
title={Smalltalk Envy},
author={Paul Hammant},
url={https://paulhammant.com/2017/09/01/smalltalk-envy/},
year={2017},
urldate={2024-05-01}
}
@phdthesis{Hancock03,
author = {C. Hancock and M. Resnick},
title = {Real-time programming and the big ideas of computational literacy},
year = {2003},
school = {Massachusetts Institute of Technology},
url = {https://dspace.mit.edu/handle/1721.1/61549}
}
@inbook{Hartung2011,
author = {Hartung, Michael
and Terwilliger, James
and Rahm, Erhard},
editor = {Bellahsene, Zohra
and Bonifati, Angela
and Rahm, Erhard},
title = {Recent Advances in Schema and Ontology Evolution},
booktitle = {Schema Matching and Mapping},
year = {2011},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {149--190},
abstract = {Schema evolution is the increasingly important ability to adapt deployed schemas to changing requirements. Effective support for schema evolution is challenging since schema changes may have to be propagated, correctly and efficiently, to instance data and dependent schemas, mappings, or applications. We introduce the major requirements for effective schema and ontology evolution, including support for a rich set of change operations, simplicity of change specification, evolution transparency (e.g., by providing and maintaining views or schema versions), automated generation of evolution mappings, and predictable instance migration that minimizes data loss and manual intervention. We then give an overview about the current state of the art and recent research results for the evolution of relational schemas, XML schemas, and ontologies. For numerous approaches, we outline how and to what degree they meet the introduced requirements.},
isbn = {978-3-642-16518-4},
doi = {10.1007/978-3-642-16518-4_6},
}
@inproceedings{Hazelnut17,
author = {Cyrus Omar and Ian Voysey and Michael Hilton and Jonathan Aldrich and Matthew A. Hammer},
title = {{Hazelnut: A Bidirectionally Typed Structure Editor Calculus}},
booktitle = {44th {ACM} {SIGPLAN} Symposium on Principles of Programming Languages ({POPL} 2017)},
year = {2017}
}
@article{HazelnutLive19,
author = {Omar, Cyrus and Voysey, Ian and Chugh, Ravi and Hammer, Matthew A.},
title = {Live functional programming with typed holes},
year = {2019},
issue_date = {January 2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {3},
number = {POPL},
doi = {10.1145/3290327},
journal = {Proceedings of the ACM on Programming Languages},
month = jan,
articleno = {14},
numpages = {32},
keywords = {typed holes, structured editing, live programming, gradual typing, contextual modal type theory}
}
@inproceedings{Heer2023,
author = {Heer, Jeffrey and Conlen, Matthew and Devireddy, Vishal and Nguyen, Tu and Horowitz, Joshua},
title = {Living Papers: A Language Toolkit for Augmented Scholarly Communication},
year = {2023},
isbn = {9798400701320},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3586183.3606791},
booktitle = {Proceedings of the 36th Annual ACM Symposium on User Interface Software and Technology},
articleno = {42},
numpages = {13},
keywords = {Academic Publishing, Augmented Reading, Interactive Articles},
location = {San Francisco, CA, USA},
series = {UIST '23}
}
@inproceedings{Hempel18,
author = {Hempel, Brian and Lubin, Justin and Lu, Grace and Chugh, Ravi},
title = {Deuce: A Lightweight User Interface for Structured Editing},
year = {2018},
isbn = {9781450356381},
publisher = {Association for Computing Machinery},
doi = {10.1145/3180155.3180165},
booktitle = {Proceedings of the 40th International Conference on Software Engineering},
pages = {654--664},
numpages = {11},
keywords = {structured editing, direct manipulation, refactoring},
location = {Gothenburg, Sweden},
series = {ICSE '18}
}
@inproceedings{herrmann15,
author = {Herrmann, Kai
and Voigt, Hannes
and Behrend, Andreas
and Lehner, Wolfgang},
editor = {Tadeusz, Morzy
and Valduriez, Patrick
and Bellatreche, Ladjel},
title = {CoDEL -- A Relationally Complete Language for Database Evolution},
booktitle = {Advances in Databases and Information Systems},
year = {2015},
publisher = {Springer International Publishing},
address = {Cham},
pages = {63--76},
abstract = {Software developers adapt to the fast-moving nature of software systems with agile development techniques. However, database developers lack the tools and concepts to keep pace. Data, already existing in a running product, needs to be evolved accordingly, usually by manually written SQL scripts. A promising approach in database research is to use a declarative database evolution language, which couples both schema and data evolution into intuitive operations. Existing database evolution languages focus on usability but did not aim for completeness. However, this is an inevitable prerequisite for reasonable database evolution to avoid complex and error-prone workarounds. We argue that relational completeness is the feasible expressiveness for a database evolution language. Building upon an existing language, we introduce CoDEL. We define its semantic using relational algebra, propose a syntax, and show its relational completeness.},
isbn = {978-3-319-23135-8}
}
@inproceedings{herrmann17,
author = {Herrmann, Kai and Voigt, Hannes and Behrend, Andreas and Rausch, Jonas and Lehner, Wolfgang},
title = {Living in Parallel Realities: Co-Existing Schema Versions with a Bidirectional Database Evolution Language},
year = {2017},
isbn = {9781450341974},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3035918.3064046},
booktitle = {Proceedings of the 2017 ACM International Conference on Management of Data},
pages = {1101–1116},
numpages = {16},
keywords = {database evolution, co-existing schema versions},
location = {Chicago, Illinois, USA},
series = {SIGMOD '17}
}
@inproceedings{Herrmannsdoerfer11,
author = {Herrmannsdoerfer, Markus
and Vermolen, Sander D.
and Wachsmuth, Guido},
editor = {Malloy, Brian
and Staab, Steffen
and van den Brand, Mark},
title = {An Extensive Catalog of Operators for the Coupled Evolution of Metamodels and Models},
booktitle = {Software Language Engineering},
year = {2011},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {163--182},
abstract = {Modeling languages and thus their metamodels are subject to change. When a metamodel is evolved, existing models may no longer conform to it. Manual migration of these models in response to metamodel evolution is tedious and error-prone. To significantly automate model migration, operator-based approaches provide reusable coupled operators that encapsulate both metamodel evolution and model migration. The success of an operator-based approach highly depends on the library of reusable coupled operators it provides. In this paper, we thus present an extensive catalog of coupled operators that is based both on a literature survey as well as real-life case studies. The catalog is organized according to a number of criteria to ease assessing the impact on models as well as selecting the right operator for a metamodel change at hand.},
isbn = {978-3-642-19440-5}
}
@article{hicks2005dynamic,
author = {Hicks, Michael and Nettles, Scott},
title = {Dynamic software updating},
year = {2005},
issue_date = {November 2005},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {27},
number = {6},
issn = {0164-0925},
doi = {10.1145/1108970.1108971},
journal = {ACM Transactiona on Programming Languages and Systems},
month = nov,
pages = {1049–1096},
numpages = {48},
keywords = {typed assembly language, Dynamic software updating}
}
@inbook{intentional,
author = {Czarnecki, Krzysztof and Eisenecker, Ulrich W.},
title = {Generative Programming: Methods, Tools, and Applications},
chapter={11},
year = {2000},
isbn = {0201309777},
publisher = {ACM Press/Addison-Wesley Publishing Co.},
address = {USA}
}
@article{JVisser08,
author = {Visser, Joost},
title = {Coupled Transformation of Schemas, Documents, Queries, and Constraints},
year = {2008},
issue_date = {May, 2008},
publisher = {Elsevier Science Publishers B. V.},
address = {NLD},
volume = {200},
number = {3},
issn = {1571-0661},
doi = {10.1016/j.entcs.2008.04.090},
abstract = {Coupled transformation occurs when multiple software artifacts must be transformed in such a way that they remain consistent with each other. For instance, when a database schema is adapted in the context of system maintenance, the persistent data residing in the system's database needs to be migrated to conform to the adapted schema. Also, queries embedded in the application code and any declared referential constraints must be adapted to take the schema changes into account. As another example, in XML-to-relational data mapping, a hierarchical XML Schema is mapped to a relational SQL schema with appropriate referential constraints, and the XML documents and queries are converted into relational data and relational queries. The 2LT project is aimed at providing a formal basis for coupled transformation. This formal basis is found in data refinement theory, point-free program calculation, and strategic term rewriting. We formalize the coupled transformation of a data type by an algebra of information-preserving data refinement steps, each witnessed by appropriate data conversion functions. Refinement steps are modeled by so-called two-level rewrite rules on type expressions that synthesize conversion functions between redex and reduct while rewriting. Strategy combinators are used to composed two-level rewrite rules into complete rewrite systems. Point-free program calculation is applied to optimized synthesize conversion function, to migrate queries, and to normalize data type constraints. In this paper, we provide an overview of the challenges met by the 2LT project and we give a sketch of the solutions offered.},
journal = {Electronic Notes Theoretical Computer Science},
month = may,
pages = {3–23},
numpages = {21},
keywords = {Coupled transformation, constraint propagation, data mappings, data refinement, format evolution, model transformation, point-free program transformation, query migration, strategic term rewriting, two-level transformation}
}
@inproceedings{kandel11,
author = {Kandel, Sean and Paepcke, Andreas and Hellerstein, Joseph and Heer, Jeffrey},
title = {Wrangler: interactive visual specification of data transformation scripts},
year = {2011},
isbn = {9781450302289},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/1978942.1979444},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages = {3363–3372},
numpages = {10},
keywords = {data analysis, data cleaning, transformation, visualization, wrangler},
location = {Vancouver, BC, Canada},
series = {CHI '11}
}
@inproceedings{kehrer12,
author = {Kehrer, Timo and Kelter, Udo and Ohrndorf, Manuel and Sollbach, Tim},
booktitle = {2012 28th IEEE International Conference on Software Maintenance (ICSM)},
title = {Understanding model evolution through semantically lifting model differences with SiLift},
year = {2012},
volume = {},
number = {},
pages = {638-641},
keywords = {Unified modeling language;Adaptation models;Semantics;Engines;Conferences;Software;Software engineering;model comparison;model difference;semantic lifting;difference presentation},
doi = {10.1109/ICSM.2012.6405342}
}
@inbook{Kery17,
author = {Kery, Mary Beth and Horvath, Amber and Myers, Brad},
title = {Variolite: Supporting Exploratory Programming by Data Scientists},
year = {2017},
isbn = {9781450346559},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3025453.3025626},
abstract = {How do people ideate through code? Using semi-structured interviews and a survey,
we studied data scientists who program, often with small scripts, to experiment with
data. These studies show that data scientists frequently code new analysis ideas by
building off of their code from a previous idea. They often rely on informal versioning
interactions like copying code, keeping unused code, and commenting out code to repurpose
older analysis code while attempting to keep those older analyses intact. Unlike conventional
version control, these informal practices allow for fast versioning of any size code
snippet, and quick comparisons by interchanging which versions are run. However, data
scientists must maintain a strong mental map of their code in order to distinguish
versions, leading to errors and confusion. We explore the needs for improving version
control tools for exploratory tasks, and demonstrate a tool for lightweight local
versioning, called Variolite, which programmers found usable and desirable in a preliminary
usability study.},
booktitle = {Proceedings of the 2017 CHI Conference on Human Factors in Computing Systems},
pages = {1265--1276},
numpages = {12}
}
@inproceedings{diff3,
abstract = {The diff3 algorithm is widely considered the gold standard for merging uncoordinated changes to list-structured data such as text files. Surprisingly, its fundamental properties have never been studied in depth.},
address = {Berlin, Heidelberg},
author = {Khanna, Sanjeev and Kunal, Keshav and Pierce, Benjamin C.},
booktitle = {FSTTCS 2007: Foundations of Software Technology and Theoretical Computer Science},
editor = {Arvind, V. and Prasad, Sanjiva},
isbn = {978-3-540-77050-3},
pages = {485--496},
publisher = {Springer Berlin Heidelberg},
title = {A Formal Investigation of Diff3},
year = {2007}
}
@article{Kleppmann21,
author = {Kleppmann, Martin and Mulligan, Dominic P. and Gomes, Victor B. F. and Beresford, Alastair},
journal = {IEEE Transactions on Parallel and Distributed Systems},
title = {A highly-available move operation for replicated trees},
year = {2021},
volume = {},
number = {},
pages = {1-1},
doi = {10.1109/TPDS.2021.3118603}
}
@article{klint2011easy,
author = {Paul Klint and
Tijs van der Storm and
Jurgen J. Vinju},
editor = {Jo{\~{a}}o M. Fernandes and
Ralf L{\"{a}}mmel and
Joost Visser and
Jo{\~{a}}o Saraiva},
title = {{EASY} Meta-programming with Rascal},
booktitle = {Generative and Transformational Techniques in Software Engineering
{III} - International Summer School, {GTTSE} 2009, Braga, Portugal,
July 6-11, 2009. Revised Papers},
series = {Lecture Notes in Computer Science},
volume = {6491},
pages = {222--289},