Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.01 KB

README.adoc

File metadata and controls

45 lines (29 loc) · 1.01 KB

Neo4j Slack Import for Community Graph (and other uses)

Currently uses a neo4j-shell script based on the Data Dump (Export) and Python for API import.

Run the script and notebook server with these environment variables:

nb.sh
cat ../nb.sh
export NEO4J_URL=bolt://localhost
export NEO4J_USER=neo4j
export NEO4J_PASSWORD=****
export SLACK_API_TOKEN=xoxp-**********-********-******-*****
export SLACK_SUBDOMAIN=neo4j-users

ipython notebook

Approach

Data Model

Uses the Slack part of this data model:

community graph

Queries

TODO