Exercícios
-
https://neo4j.com/cloud/platform/aura-graph-database/?ref=neo4j-home-hero
-
https://www.youtube.com/watch?v=NNZ7jL1X2mI&ab_channel=ManualdoC%C3%B3digo
-
https://www.youtube.com/watch?v=9ZpI3pUcbyg&ab_channel=Andr%C3%A9Santanch%C3%A8
-
https://www.youtube.com/watch?v=613XEcGYQC4&ab_channel=Andr%C3%A9Santanch%C3%A8
-
https://www.youtube.com/watch?v=RABFPxXXQqM&ab_channel=PauloFreitas
-
https://www.youtube.com/watch?v=Zh-XW0s_LTc&ab_channel=Maransatto
-
https://go.neo4j.com/rs/710-RRC-335/images/Guia-Definitivo-De-bancos-de-dados-grafos-PT-A4.pdf
- Docker 24+
- Docker Compose 2.23+
- Clone o repositório
git git@github.com:marcelofabianov/php-Neo4j-grafos.git
- Preparando o ambiente
sh _local/init.sh
- Carregando alias
source .alias.sh
4 Executando comando com o container
Subir containers
app.up
Baixar containers
app.down
Restart nos containers
app.restart
Entrar no container app
app.zsh
Executando comandos com o php
app.php -v
Executando comandos do composer
app.composer -v
Executando comando de testes
app.test
Executando lint
app.lint
Executando server php http
app.server