The current directory contains terraform related files that use the module in ../../
. The example module spins up Trino in standalone mode having one node work as both coordinator and worker.
It uses Vault as the shared secret provider. For more details check main.tf.
Modules | version |
---|---|
terraform-nomad-postgres | 0.3.0 |
terraform-nomad-minio | 0.3.0 |
terraform-nomad-hive | 0.4.0 |
This example uses the following file types found in the example/resources/data folder:
- csv
- json
- avro
- protobuf
Directory ../resources
contains data example with will be loaded to technology stack in the current example.
├── resources
│ ├── data/ # files that are uploaded to minio
│ ├── images/ # images for documentation
│ ├── query/ # trino query example for uploaded data
│ └── schema/ # schema(s) for data serializers/deserializers
├── ...