{"id":5977,"date":"2017-09-14T02:10:56","date_gmt":"2017-09-14T02:10:56","guid":{"rendered":"https:\/\/modeling-languages.com\/?p=5977"},"modified":"2018-05-19T14:31:40","modified_gmt":"2018-05-19T14:31:40","slug":"gremlin-atl-scalable-model-transformations-over-nosql-databases","status":"publish","type":"post","link":"https:\/\/modeling-languages.com\/gremlin-atl-scalable-model-transformations-over-nosql-databases\/","title":{"rendered":"Gremlin-ATL: Scalable Model Transformations over NoSQL Databases"},"content":{"rendered":"

Industrial use of Model Driven Engineering techniques has emphasized the need for efficiently store, access, and transform very large models. While scalable persistence frameworks, typically based on some kind of NoSQL database, have been proposed to solve the model storage issue, the same level of performance improvement has not been achieved for the model transformation problem. Existing model transformation tools (such as the well-known ATL) often require the input models to be loaded in memory prior to the start of the transformation and are not optimized to benefit from lazy-loading mechanisms, mainly due to their dependency on current low-level APIs offered by the most popular modeling frameworks nowadays.<\/p>\n

In this post we introduce Gremlin-ATL, a scalable and efficient model-to-model transformation framework that translates ATL transformations into Gremlin, a query language supported by several NoSQL databases. Gremlin-ATL computes transformations within the database itself, bypassing the modeling framework limitations and improving its performance both in terms of execution time and memory consumption. Our approach is an extension of the Mogwa\u00ef framework<\/a> that supports transformation constructs and provides an additional abstraction layer to target multiple databases. This post is based on the article “Gremlin-ATL: a Scalable Model Transformation Framework”<\/strong>, accepted at ASE 2017<\/a>.<\/p>\n

The main contributions of our approach are:<\/p>\n