This is akollegger's implementation of an importer which crawls Github starting with an authorized user, creating a social graph in Neo4j.
You can use this to create your own sub-graph by following these steps:
-
Create a file called github.sbt, with contents like:
githubUser := "akollegger"
githubPassword := "password-for-github"
-
./bin/sbt
- will launch the
sbt
console
test-only org.neo4j.contrib.github.importer.Neo4jImportVisitorSpec
- will launch the
This project is part of a workshop for learning Neo4j by using Github as a data source.