You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](http://www.awesomeofficialstatistics.org)
11
12
12
-
Trevas is a Java engine for the Validation and Transformation Language (VTL), an [SDMX standard](https://sdmx.org/?page_id=5096) that allows the formal definition of algorithms to validate statistical data and calculate derived data. VTL is user oriented and provides a technology-neutral and standard view of statistical processes at the business level. Trevas supports the latest VTL version (v2.1, July 2024).
13
+
Trevas is a Java engine for the Validation and Transformation Language (VTL),
14
+
an [SDMX standard](https://sdmx.org/?page_id=5096) that allows the formal definition of algorithms to validate
15
+
statistical data and calculate derived data. VTL is user oriented and provides a technology-neutral and standard view of
16
+
statistical processes at the business level. Trevas supports the latest VTL version (v2.1, July 2024).
13
17
14
-
For actual execution, VTL expressions need to be translated to the target runtime environment. Trevas provides this step for the Java platform, by using the VTL formal grammar and the [Antlr](https://www.antlr.org/) tool. For a given execution, Trevas receives the VTL expression and the data bindings that associate variable names in the expression to actual data sets. The execution results can then be retrieved from the bindings for further treatments.
18
+
For actual execution, VTL expressions need to be translated to the target runtime environment. Trevas provides this step
19
+
for the Java platform, by using the VTL formal grammar and the [Antlr](https://www.antlr.org/) tool. For a given
20
+
execution, Trevas receives the VTL expression and the data bindings that associate variable names in the expression to
21
+
actual data sets. The execution results can then be retrieved from the bindings for further treatments.
15
22
16
23
Trevas provides an abstract definition of a Java VTL engine, as well as two concrete implementations:
17
24
18
-
- an in-memory engine for relatively small data, for example at design time when developing and testing VTL expressions on data samples
25
+
- an in-memory engine for relatively small data, for example at design time when developing and testing VTL expressions
26
+
on data samples
19
27
- an [Apache Spark](https://spark.apache.org/) engine for Big Data production environments
20
28
21
29
Other implementations can be easily developed for different contexts.
22
30
23
31
## Documentation
24
32
25
-
The documentation can be found in the [docs](https://github.com/InseeFr/Trevas/tree/master/docs) folder and [browsed online](https://inseefr.github.io/Trevas).
33
+
The documentation can be found in the [docs](https://github.com/InseeFr/Trevas/tree/master/docs) folder
34
+
and [browsed online](https://inseefr.github.io/Trevas).
26
35
27
36
If you want to contribute, see this [guide](docs/CONTRIBUTING.md).
28
37
@@ -48,4 +57,5 @@ Trevas is part of the [sdmx.io](https://www.sdmx.io/) ecosystem.
0 commit comments