Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 880 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 880 Bytes

Synopsis

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.

Motivation

It is fun :)

I love Neo4j, graphs and their visualization so much :)

Installation

  1. 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
  1. Change configuration in config.yml file.
  2. Execute go run main.go to run application

Tests

TBD.

Contributors

Feel free to expand and extend this source code. Also you can contact with me via GitHub or Twitter :)

License

See LICENSE.