Metabase is an open-source business intelligence platform. You can use Metabase to ask questions about your data, or embed Metabase in your app to let your customers explore their data on their own.
To install metabase, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install metabase
To see what files were installed by metabase, run:
port contents metabase
To later upgrade metabase, run:
sudo port selfupdate && sudo port upgrade metabase
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.