https://github.com/turbokirichenko/social-graph
neo4j sandbox, for social engineering
https://github.com/turbokirichenko/social-graph
Last synced: 2 months ago
JSON representation
neo4j sandbox, for social engineering
- Host: GitHub
- URL: https://github.com/turbokirichenko/social-graph
- Owner: turbokirichenko
- Created: 2024-05-20T22:56:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:45:59.000Z (about 1 year ago)
- Last Synced: 2025-01-21T22:35:08.082Z (4 months ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neo4j social-graph
---
## REQUIRED: install nodeJS
## REQUIRED: install neo4j
## REQUIRED: set variables to '.env'
- NEO4J_DRIVER_URL=neo4j://localhost:
- NEO4J_DEFAULT_DATABASE=
- NEO4J_USERNAME=
- NEO4J_PASSWORD=## OPTIONAL: change the config/migration.json as you want to setup social network
### and try it!!!
```sh
git clone https://github.com/turbokirichenko/social-graph.git
cd social-graph
npm ci
npm run exec# your result waiting you from ./neo4j.cql
```