Skip to content

Commit

Permalink
Merge pull request #3 from sdmx-twg/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
stratosn committed Nov 21, 2016
2 parents 741947f + c6a75aa commit e6c7245
Show file tree
Hide file tree
Showing 2 changed files with 1,659 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# sdmx-vtl
# SDMX-VTL
VTL is a standard language for defining **validation** and **transformation** rules (set of operators, their syntax and semantics) for any kind of statistical data. VTL builds on the Transformation section of the SDMX information model, by taking the common parts of GSIM, SDMX and DDI as for the representation of concepts and data. The assumption is that such a logical formalization of validation and transformation rules will provide a "technology-neutral" expression at business level of the processing taking place, against which various implementations and specific programming languages can be mapped. The specifications for exchanging VTL validation rules in SDMX messages, for storing rules and for requesting validation rules from web services will be provided in a specific update to the SDMX Technical Standards on which the SDMX Technical Working Group is working on. The VTL 1.0 package includes:

* [Part 1](https://sdmx.org/wp-content/uploads/VTL1_2015_part1_general_final.pdf), highlighting the main characteristics of VTL, its core assumptions and the information model the language is based on;
* [Part 2](https://sdmx.org/wp-content/uploads/VTL1_2015_part2_operators_final.pdf), containing the full library of operators ordered by category, including examples; this first version can support validation and basic compilation needs. Future versions, whose design is already in progress, will include more features related to transformation of data;
* EBNF notation (Extended Backus-Naur Form) which is the technical notation to be used as a test bed for all the examples throughout the document.
Loading

0 comments on commit e6c7245

Please sign in to comment.