Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 947 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 947 Bytes

disl

disl = data integration specific language. Goal of this project is to implement groovy based domain specific language supporting modelling of data integration projects. Disl will support data modeling and data mapping including support for MDA transformations and unit testing.

Core requirements and features:

  • Enable agile, high productivity development and maintenance of data integration projects
  • Easy to learn for SQL developers
  • One tool for modeling, testing, deployment and execution
  • Data integration models represented by concise DSL code
  • Enable configuration management using standard version control systems
  • Support unit testing of data transfrmation logic
  • Support embedding of test data within unit tests to prevent maintenance of test data in database.
  • Open to integrate with open source and commercial data integration tools
  • Ready for Continuos integration and continuos delivery
  • Licensed under MIT License