neo4j-examples/asset_portal

Name: asset_portal

Owner: Neo4j Examples

Description: Asset management portal written with Ruby on Rails and Neo4j

Created: 2015-07-03 22:05:21.0

Updated: 2017-12-31 22:21:39.0

Pushed: 2015-09-23 03:36:44.0

Homepage: null

Size: 1718

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

README

This is repo to go along with the neo4j gem screencast series by Brian Underwood.

Each episode has a git tag to refer to the final code result so that you can check out and play with the code.

Setting up the app
  1. Clone this repository
  2. Checkout this branch: git checkout sitepoint
  3. Install Neo4j: rake neo4j:install[community-latest]
  4. Start Neo4j: rake neo4j:start
  5. Load the sample data: rake load_sample_data
  6. Visit http://localhost:3000/assets
  7. Load a rails console with rails c to try out making your own queries
  8. Visit the Neo4j web console if you want to browse the data with Cypher http://localhost:7474
Neo4j gem Screencasts

Part of the reason for creating this application was to serve as a demonstration application for a screencast series on the neo4j and neo4j-core gems. You can find the episodes here:

Episode 1 - Create a Neo4j Rails Application

https://www.youtube.com/watch?v=n0P0pOP34Mw

Episode 2 - Properties

https://www.youtube.com/watch?v=2pCSQkHkPC8

Episode 3 - Associations

https://www.youtube.com/watch?v=veqIfIqtoNc

Episode 4 - Association Chaining

https://www.youtube.com/watch?v=pUAl9ov22j4

Episode 5 - ActiveRel

https://www.youtube.com/watch?v=f7NNGIWZ1pE

Episode 6 - Deeper Querying

https://www.youtube.com/watch?v=UFiWqPdH7io


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.