Installing ejdb on Mac using Brew

Package Information:

Name: ejdb
Use: EJDB is the embeddable (in-process) database engine designed for querying collections of JSON documents and persisting data.
URL: http://ejdb.org

Installation Steps:

  1. Launch Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ejdb using brew
    brew install ejdb

ejdb is ready to use now!