Skip to content

Latest commit

 

History

History

trino_standalone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Trino standalone example

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 in use

Modules version
terraform-nomad-postgres 0.3.0
terraform-nomad-minio 0.3.0
terraform-nomad-hive 0.4.0

Services

img

Example of uploaded files

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
├── ...