The current directory contains terraform related files that use the module in ../
. See template_example.
Directory /resources
contains data example with will be loaded to technology stack in the current example.
├── resources
│ ├── data/ # files that are uploaded to minio
│ ├── query/ # presto query example for uploaded data
│ └── schema/ # schema(s) for data serializers/deserializers
├── ...