This is a simple application for loading top tags and tracks into Neo4j from Last.fm.
This app also does simple syntactic analysis for track description to get it emotional context.
It is fun :)
I love Neo4j, graphs and their visualization so much :)
- Get source code and depencencies:
git clone [email protected]:CSharpRU/neo4j-last-fm-importer.git
go get gopkg.in/jmcvetta/neoism.v1
go get github.com/imdario/mergo
go get github.com/CSharpRU/lastfm-go/lastfm
- Change configuration in
config.yml
file. - Execute
go run main.go
to run application
TBD.
Feel free to expand and extend this source code. Also you can contact with me via GitHub or Twitter :)
See LICENSE.