A computer with the ability to install Ruby on Rails and Neo4j (any computer Windows/Mac/Linux will work)
Description
This course will cover how to:
Set up a Ruby on Rails application using a Neo4j database as a backend
Start creating Rails models to allow for abstracted management of your Neo4j properties and relationships
Build simple but powerful queries using association chaining
Represent relationships with the ActiveRel module
Start building more complicated queries with the `Query` API and Neo4j's Cypher query language
With the Neo4j and Ruby you will be able to model in a way which is intuitive and which will allow you to make complex queries on your data's relationships and structure. An asset management portal is used as an example to show you how to start working.
If you would like another FREE resource to continue learning Neo4j I highly recommend the O'Reilly book "Graph Databases".
Who this course is for:
This course is best for people who have at least a little experience with Ruby on Rails