{"id":32861136,"url":"https://github.com/httpsnooow/graphs-analysis-neo4j","last_synced_at":"2026-06-18T23:32:14.191Z","repository":{"id":323078004,"uuid":"1092027838","full_name":"httpSnooow/graphs-analysis-neo4j","owner":"httpSnooow","description":"Challenges from the \"Neo4J - Data Analysis with Graphs\" course by Digital Innovation One (DIO).","archived":false,"fork":false,"pushed_at":"2025-11-08T00:08:04.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-08T01:10:34.584Z","etag":null,"topics":["challenge","data-analysis","data-engineering","data-science","graph","neo4j","neo4j-database","neo4j-graph"],"latest_commit_sha":null,"homepage":"","language":"Cypher","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httpSnooow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T22:00:13.000Z","updated_at":"2025-11-08T00:08:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/httpSnooow/graphs-analysis-neo4j","commit_stats":null,"previous_names":["httpsnooow/graphs-analysis-neo4j"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/httpSnooow/graphs-analysis-neo4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpSnooow%2Fgraphs-analysis-neo4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpSnooow%2Fgraphs-analysis-neo4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpSnooow%2Fgraphs-analysis-neo4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpSnooow%2Fgraphs-analysis-neo4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httpSnooow","download_url":"https://codeload.github.com/httpSnooow/graphs-analysis-neo4j/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpSnooow%2Fgraphs-analysis-neo4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283418034,"owners_count":26832617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-08T02:00:06.281Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenge","data-analysis","data-engineering","data-science","graph","neo4j","neo4j-database","neo4j-graph"],"created_at":"2025-11-08T21:00:38.561Z","updated_at":"2026-06-18T23:32:14.159Z","avatar_url":"https://github.com/httpSnooow.png","language":"Cypher","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neo4j: Análise de Dados com Grafos\n\n\u003e Repositório oficial dos meus estudos e desafios práticos desenvolvidos durante o Bootcamp da **Digital Innovation One (DIO)**. O foco é dominar a modelagem e análise de dados complexos através de Bancos de Dados Orientados a Grafos.\n\n\u003cdiv align=\"center\"\u003e\n\n  ![Neo4J](https://img.shields.io/badge/Neo4j-008CC1?style=for-the-badge\u0026logo=neo4j\u0026logoColor=white)\n  ![Cypher](https://img.shields.io/badge/Cypher-Query_Lang-gray?style=for-the-badge\u0026logo=neo4j\u0026logoColor=white)\n  ![DIO](https://img.shields.io/badge/DIO-Bootcamp-30A3DC?style=for-the-badge\u0026logo=udemy\u0026logoColor=white)\n\n\u003c/div\u003e\n\n---\n\n## O Que Estou Aprendendo?\n\nDiferente dos bancos relacionais (SQL) que focam em tabelas, este curso explora o poder das **conexões**. O objetivo é entender como modelar o mundo real através de nós e relacionamentos para resolver problemas como detecção de fraudes e sistemas de recomendação.\n\n### Conteúdo Programático\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e🔻 Clique para ver os módulos detalhados\u003c/b\u003e\u003c/summary\u003e\n\n| Módulo | Tópicos Abordados |\n| :--- | :--- |\n| **1. Fundamentos** | • Diferença Relacional vs. Grafo \u003cbr\u003e • Vantagens do NoSQL \u003cbr\u003e • Arquitetura do Neo4j |\n| **2. Estrutura** | • **Nodes** (Nós) e **Labels** (Rótulos) \u003cbr\u003e • **Relationships** (Relacionamentos) direcionados \u003cbr\u003e • **Properties** (Propriedades chave-valor) |\n| **3. Ecossistema** | • Neo4j Desktop (Local) \u003cbr\u003e • **AuraDB** (Cloud/DBaaS) \u003cbr\u003e • Neo4j Browser |\n| **4. Cypher** | • Sintaxe básica (`MATCH`, `RETURN`) \u003cbr\u003e • Criação (`CREATE`, `MERGE`) \u003cbr\u003e • Filtragem e Agregação |\n| **5. Casos de Uso** | • Redes Sociais \u003cbr\u003e • Detecção de Fraudes \u003cbr\u003e • Gestão de Identidades |\n\n\u003c/details\u003e\n\n---\n\n## Estrutura do Projeto\n\nO repositório está organizado para facilitar a consulta de scripts e resoluções.\n\n* **`/challenge`**: Contém a solução prática para os desafios de projeto propostos pela DIO.\n* **`/scripts`**: Snippets úteis de Cypher que desenvolvi durante as aulas.\n\n---\n\n## Tecnologias \u0026 Ferramentas\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Neo4j-008CC1?style=for-the-badge\u0026logo=neo4j\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Aura_DB-Cloud-blue?style=for-the-badge\u0026logo=icloud\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Cypher-Language-lightgrey?style=for-the-badge\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Como Executar os Scripts\n\nVocê pode rodar os códigos deste repositório tanto localmente quanto na nuvem.\n\n### Opção 1: Neo4j AuraDB (Nuvem - Recomendado)\n1. Crie uma conta gratuita no [Neo4j Aura](https://neo4j.com/cloud/aura-free/).\n2. Crie uma nova instância (Database).\n3. Abra o **Neo4j Browser** no navegador.\n4. Copie o conteúdo dos arquivos `.cypher` deste repositório e cole no console.\n\n### Opção 2: Neo4j Desktop (Local)\n1. Baixe e instale o [Neo4j Desktop](https://neo4j.com/download/).\n2. Crie um novo Projeto e inicie o banco (Start).\n3. Abra o terminal integrado e execute os comandos.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpsnooow%2Fgraphs-analysis-neo4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttpsnooow%2Fgraphs-analysis-neo4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpsnooow%2Fgraphs-analysis-neo4j/lists"}