Scalable datastore for metrics, events, and real-time analytics
InfluxDB is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for ETL, monitoring and/or alerting purposes, user dashboards, visualizing and exploring the data and more.
InfluxDB is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for ETL, monitoring and/or alerting purposes, user dashboards, visualizing and exploring the data and more.
To install influxdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install influxdb
To see what files were installed by influxdb, run:
port contents influxdb
To later upgrade influxdb, run:
sudo port selfupdate && sudo port upgrade influxdb
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.