-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,239 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Composição, Serviços e REST | ||
*Lab de Componentização e Reúso de Software 28/08/2021* | ||
|
||
## Bloco 1 | ||
|
||
Entre no [Tarefa 1 do Lab05](https://docs.google.com/presentation/d/1D9bd7SlWm5JjSEdYl8qZkxKEOQXPhBWRbnKeGVau6BU/edit?usp=sharing) e veja as instruções do que deve ser feito na tarefa. Exporte as imagens da tarefa e submeta via GitHub, conforme template disponível em [https://github.com/santanche/component2learn/tree/master/templates/2021/lab05](https://github.com/santanche/component2learn/tree/master/templates/2021/lab05). | ||
|
||
Utilize os modelos disponíveis nos [Diagramas de Referência do Projeto Final](https://docs.google.com/presentation/d/15_LDKDOwjP3UfRa8eKwREHUDkZZuiNRkVl0z_5kApD4/edit?usp=sharing) para elaborar a solução. | ||
|
||
## Bloco 2 | ||
|
||
Através do Jupyter via Binder ou do Jupyter local abra o notebook `labs/2021/05-services/notebook/lab5-base.ipynb` e estude os exemplos lá disponíveis. | ||
|
||
Abra o notebook `labs/2021/05-services/notebook/lab5-tarefas.ipynb` execute as tarefas lá especificadas e submeta e submeta via GitHub, conforme template disponível em [https://github.com/santanche/component2learn/tree/master/templates/2021/lab05](https://github.com/santanche/component2learn/tree/master/templates/2021/lab05). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "monetary-oakland", | ||
"metadata": {}, | ||
"source": [ | ||
"# Laboratório 5 - Bloco 2\n", | ||
"\n", | ||
"Nas tarefas a seguir o número de células de resposta pode ser aumentado conforme a necessidade." | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "bridal-netscape", | ||
"metadata": {}, | ||
"source": [ | ||
"## Tarefa 1\n", | ||
"\n", | ||
"### Carregue o nó de Tenda dos Milagres (da versão em inglês Tent of Miracles) em Python e mostre o conteúdo JSON." | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "exciting-cement", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "threatened-shepherd", | ||
"metadata": {}, | ||
"source": [ | ||
"## Tarefa 2\n", | ||
"### Recupere via Python e mostre o autor de Tenda dos Milagres?" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "subjective-bachelor", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "specialized-playback", | ||
"metadata": {}, | ||
"source": [ | ||
"## Tarefa 3\n", | ||
"### Quais os termos usados para Aspirina (consulta JSON/MeSH em Python)?" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "about-sacramento", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "uniform-worst", | ||
"metadata": {}, | ||
"source": [ | ||
"## Tarefa 4\n", | ||
"### Escolha algum lugar no OpenStreetMap e elabore a mesma sequência de três chamadas de serviços para o seu conceito." | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "virgin-volunteer", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.8.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## Dentro desta pasta deve estar a sua solução do laboratório. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Modelo para Apresentação do Lab05 - Composição, Serviços e REST | ||
|
||
Estrutura de pastas: | ||
|
||
~~~ | ||
├── README.md <- arquivo apresentando a tarefa | ||
│ | ||
└── images <- arquivos de imagens usadas no documento | ||
│ | ||
└── notebook <- arquivo do notebook | ||
~~~ | ||
|
||
# Aluno | ||
* `<nome completo>` | ||
|
||
# Bloco 1 - Diagramas relacionados com Leilão Invertido | ||
|
||
> Coloque as imagens PNG de (no mínimo) três diagramas: | ||
> * diagrama 1 - componentes e barramento | ||
> * diagrama 2 - interface | ||
> * diagrama 3 - mensagens | ||
# Bloco 2 - Acesso REST via Jupyter | ||
|
||
> Coloque um link para o arquivo do notebook com a resolução das quatro tarefas do mesmo, especificadas em `labs/2021/05-services/notebook/lab5-tarefas.ipynb`. Esse arquivo de resolução ficará dentro da pasta `notebook`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.