Multi-model database for documents, graphs, and key-values
ð¥ ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
ð¥ ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
To install arangodb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install arangodb
To see what files were installed by arangodb, run:
port contents arangodb
To later upgrade arangodb, run:
sudo port selfupdate && sudo port upgrade arangodb
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.