/friends-of-friends

Primary LanguageElixirMIT LicenseMIT

Friends of Friends

Test-Drive Neo4j with Cypher while using the Neo4j Languages drivers from different programming languages. We would like to think that programming languages are like friends so we will take a look at how we can interact with the friends graph using the Neo4j drivers for the following programming languages:- Java, JavaScript, Python, and Ruby.

Setup

This setup applies to all the sample programs.

  1. Copy example config yaml file
  2. Edit all the keys in the config.yml file to match your environment.
cp config.yml.example config.yml

Sample Programs

  1. Java
  2. Cypher
  3. Node
  4. Python
  5. Ruby
  6. Elixir
  7. Crystal
  8. Go