-
Notifications
You must be signed in to change notification settings - Fork 77
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
3 changed files
with
29 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Comandos Avançados em Cypher | ||
*Laboratório 6 de Bancos de Dados em 06/10/2023* | ||
|
||
O Laboratório está descrito em: [Comandos Avançados em Cypher](https://github.com/santanche/lab2learn/blob/master/network/cypher/s01exercises/s02b-cypher-faers.md) |
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,21 @@ | ||
# Modelo Lógico para Banco de Dados de Grafos | ||
*Laboratório 7 de Bancos de Dados em 20/10/2023* | ||
|
||
Esta etapa também é preparatória para outro estágio do projeto. | ||
|
||
Assista o vídeo: | ||
[![Redes Complexas e Ciência de Redes - Ciência de Dados](https://img.youtube.com/vi/U1Ij0hMN_IA/0.jpg)](https://youtu.be/U1Ij0hMN_IA) | ||
|
||
Baseado nas tabelas disponíveis em: | ||
https://github.com/santanche/lab2learn/tree/master/data/food-intake | ||
|
||
Considere que você vai montar um banco de dados de grafos que relacionem quaisquer itens dessas tabelas na forma de rede. Para este banco projete: | ||
|
||
* um modelo lógico preliminar de grafo para o seu banco, em que são especificados: | ||
* quais os tipos de nós | ||
* quais as propriedades desses nós | ||
* quais os tipos de aresta | ||
* quais as propriedades dessas arestas | ||
* obs.: utilize este [formato gráfico](https://docs.google.com/presentation/d/10RN7bDKUka_Ro2_41WyEE76Wxm4AioiJOrsh6BRY3Kk/edit?usp=sharing) para proposição do modelo lógico | ||
* um conjunto de perguntas de pesquisa/análise que podem ser respondidas pelo seu grafo – devem ser no mínimo três perguntas | ||
|
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