Professional workshop, brought to you by the good folks at XN Logic.
- Part 1 - Introduction to graph databases and the Pacer library
- Part 2 - Graph traversal using Pacer
- Part 3 - Advanced graph traversal using Pacer
- Part 4 - Graph data modeling using Pacer
- Part 5 - Advanced data modeling techniques
- Part 6 - Graph Traversal API using Sinatra, Pacer and Neo4j
See the exercises
folder of this repo.
The exercises come with basic unit tests that let you check that your code is correct.
In order to run these tests, you will need to install MiniTest by running
gem install minitest
After installing MinTest, you can run the tests as follows:
cd exercises
# Run the tests for exercise 1
ruby ex1-test.rb
Any questions? Talk to [email protected]