Easy steps to install vitess package on Mac
Package Information:
Application Name – vitess
What is vitess – Not Available for vitess
Use of vitess – Database clustering system for horizontal scaling of MySQL
URL – https://vitess.io
Installation Steps:
- Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hitEnterkey.
- Now, run following command to install homebrew (brew)
- Install vitess using brew
brew install vitess 

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

vitess is ready to use now!