diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-29 12:09:51 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-30 17:45:52 +0200 |
| commit | 412d8d597511122f114d69a4ba64c6b55dd192f9 (patch) | |
| tree | 294984990e064631b5f02701756e93b7e60d0e88 /gradle/libs.versions.toml | |
| parent | 44ddd27a745f2dfe4b6ffef1b7657d156dd61489 (diff) | |
feat(trace/calcite): Add Calcite (SQL) integration
This change adds support for querying workload trace formats implemented
using the OpenDC API through Apache Calcite. This allows users to write
SQL queries to explore the workload traces.
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 43568067..458ac973 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,4 +1,5 @@ [versions] +calcite = "1.30.0" classgraph = "4.8.143" clikt = "3.4.1" config = "1.4.2" @@ -101,6 +102,9 @@ quarkus-test-security = { module = "io.quarkus:quarkus-test-security" } restassured-core = { module = "io.rest-assured:rest-assured" } restassured-kotlin = { module = "io.rest-assured:kotlin-extensions" } +# Calcite (SQL) +calcite-core = { module = "org.apache.calcite:calcite-core", version.ref = "calcite" } + # Other classgraph = { module = "io.github.classgraph:classgraph", version.ref = "classgraph" } jakarta-validation = { module = "jakarta.validation:jakarta.validation-api", version.ref = "jakarta-validation" } |
