Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo4j-meetup
https://github.com/mneedham/neo4j-meetup
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-meetup
- Owner: mneedham
- License: epl-1.0
- Created: 2014-04-14T20:44:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T19:55:15.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T09:10:05.674Z (9 months ago)
- Language: JavaScript
- Size: 21.4 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analysing meetups using Neo4j
This is a Clojure library + app for analysing meetup data.
## Usage
Put your meetup key into ~/.lein/profiles.clj
````
{
:user {
:plugins [[lein-environ "0.4.0"]]
:env { :meetup-key "XXXXXXX" }
}}
````Create a directory for the data:
````
mkdir data
````Download all the data:
````
lein run -m neo4j-meetup.core
````Import the data into Neo4j:
````
lein run -m neo4j-meetup.import 2014-05-31
````You need to pass in the date when you downloaded the data as a parameter. In this case my most recent data set is on 31st May 2014 so I'll import that.
Start the applications
````
lein ring server
````## License
Copyright © 2014 Mark Neehdham
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.