Abstract
Data Exchange, defined generally, is the process of taking data structured under one schema and transforming it into data structured under another independent schema. This process is present in enough scenarios both theoretical and practical that it has been addressed in many different ways. Most prominent amongst the solutions to the problem is that proposed by database literature, in which one constructs schema mappings, using (a subset of) first-order predicate calculus, to establish the high-level relationship among the database schemas participating in the exchange. From a schema mapping an executable process is derived to perform the exchange. This line of research has made significant progress and come to impressive findings, but has some theoretical and practical shortcomings as well. For instance, there are theoretical limitations as to how to compose or invert such mappings in a complete and unique way, which is a barrier to making such mappings bidirectional. It is possible to address some of these shortcomings by looking to solutions from a different discipline-a construct from the programming language literature called a lens-that addresses similar problems from a different perspective. By combining solutions from these two disciplines, one ends up with a new direction of research as well as a result that might be greater than the sum of its parts.
Original language | English |
---|---|
Title of host publication | Advances in Database Technology - EDBT 2014: 17th International Conference on Extending Database Technology, Proceedings |
Editors | Sihem Amer-Yahia, Vassilis Christophides, Anastasios Kementsietsidis, Minos Garofalakis, Stratos Idreos, Vincent Leroy |
Publisher | OpenProceedings.org, University of Konstanz, University Library |
Pages | 223-228 |
Number of pages | 6 |
ISBN (Electronic) | 9783893180653 |
DOIs | |
Publication status | Published - 2014 |
Event | 17th International Conference on Extending Database Technology, EDBT 2014 - Athens, Greece Duration: 24 Mar 2014 → 28 Mar 2014 |
Other
Other | 17th International Conference on Extending Database Technology, EDBT 2014 |
---|---|
Country | Greece |
City | Athens |
Period | 24/03/14 → 28/03/14 |
Bibliographical note
Copyright the Author(s) 2014. Version archived for private and non-commercial use with the permission of the author/s and according to publisher conditions. For further rights please contact the publisher.Keywords
- Bidirectional transformations
- Data Exchange
- Lenses