# alias mongo connection to the mongo sharded cluster 
# note that RBAC is enabled on mongos service...
alias msh="mongo -u gaAdmin -p einstein --port 27019 --authenticationDatabase admin"

