Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo4j-bl
https://github.com/mneedham/neo4j-bl
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-bl
- Owner: mneedham
- Created: 2014-05-05T12:03:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T20:11:25.000Z (over 10 years ago)
- Last Synced: 2024-04-14T09:10:04.818Z (9 months ago)
- Language: Java
- Size: 396 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build your first Neo4j app using a British Library dataset
The British Library have released over a million images into the public domain.
The images contain maps, geological diagrams, beautiful illustrations, comical satire, illuminated and decorative letters, colourful illustrations, landscapes, wall-paintings and more. You can read more about the project in [their blog post](http://britishlibrary.typepad.co.uk/digital-scholarship/2013/12/a-million-first-steps.html)
We're going to working with [a data set containing meta data around these images](https://github.com/BL-Labs/imagedirectory). You can download the data set by running the following script:
````
./download.sh
````This will create a 'data' directory containing one file - 'book_metadata.json'
## Importing data
````
mvn package
./import.sh data/book_metadata.json
````## Starting web app
````
mvn package
java -jar target/neo4j-bl-1.0-SNAPSHOT.jar server
````## Pre requisites
* [IntelliJ IDEA Community Edition](http://www.jetbrains.com/idea/download/)
* [Neo4j Community Edition](http://www.neo4j.org/download)