Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheerfulstoic/stackoverflow-graphgist
A clojure project to import StackOverflow data into Neo4j
https://github.com/cheerfulstoic/stackoverflow-graphgist
Last synced: about 1 month ago
JSON representation
A clojure project to import StackOverflow data into Neo4j
- Host: GitHub
- URL: https://github.com/cheerfulstoic/stackoverflow-graphgist
- Owner: cheerfulstoic
- License: epl-1.0
- Created: 2015-02-10T13:45:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T13:07:21.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T03:34:04.901Z (almost 2 years ago)
- Language: Shell
- Size: 5.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stackoverflow-graphgist
This is a Clojure project built with Leiningen to import data from the StackOverflow API into Neo4j.
While it is written with code reuse in mind, there are some known kinks:
* Neo4j server is hardcoded
* It is currently coded to import 1000 questions (10 pages) tagged `neo4j` and to also get the associated askers (Users), Answers, and answerers (Users). See the model image below.## Model
![StackOverflow domain model](https://raw.githubusercontent.com/cheerfulstoic/stackoverflow-graphgist/master/model.png)
## Installation and usage
* Clone this repository
* Install [Leiningen](http://leiningen.org/)
* Run `lein repl`
* Execute `(stackoverflow-graphgist.core/-main)`## License
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.