evelinemg / presto-101-lab

Repositório do Workshop sobre Presto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presto Workshop

Participação no Workshop no dia 07/02/2024

Edit: Inclui um arquivo docker-compose.yaml para facilitar o steup do ambiente

Para inicializar o ambiente pelo docker composer basta entra na pasta pelo terminal e colar a linha de comando:

docker-compose -f docker-compose.yaml up -d

This is a repo that hosts the materials for the Presto workshop. You can view the workshop here

Here is the file structure of this repo:

- data (any data (CSV, JSON, etc files) to be used)
- docs (this is where the workshop is documented)
|_ <folder-n> (these are exercises for the workshop)
  |_README.md (the steps for the exercise, in Markdown)
|_ README.md (this will appear on the gitbook home page)
- notebooks (any Jupyter notebooks can go here)
- src (any application source code can go here)
.mkdocs.yaml (configuration for mkdocs)
.travis.yaml (runs markdownlint by default)
README.md (only used for GitHub.com)

Authors

About

Repositório do Workshop sobre Presto

License:Apache License 2.0


Languages

Language:Shell 50.8%Language:JavaScript 49.2%