Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications.
Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications.
To install kyototycoon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kyototycoon
To see what files were installed by kyototycoon, run:
port contents kyototycoon
To later upgrade kyototycoon, run:
sudo port selfupdate && sudo port upgrade kyototycoon
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.