What is “neo4j” Package?

Robust (fully ACID) transactional property graph database
For more details: https://neo4j.com/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install neo4j.
    brew install neo4j

Now, use neo4j!