An open API service indexing awesome lists of open source software.

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

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
```