Binary package “kyototycoon” in ubuntu trusty

Handy cache/storage server

 Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
 useful to handle cache data and persistent data of various applications.
 .
 Kyoto Tycoon provides a network interface to the Kyoto Cabinet DBM. Building
 on top of Kyoto Cabinet's high performance and high concurrency, Kyoto Tycoon
 allows multiple processes (as opposed to just multiple threads) and computers
 to share the same database. Providing an efficient remote database, the
 architecture of Kyoto Tycoon keeps this feature optional—file formats are
 still Kyoto Cabinet (unless using pluggable databases).
 .
 Kyoto Tycoon is composed of the server process managing multiple databases
 and its access library for client applications.
 .
 Between some of Kyoto Tycoon features you may find:
  - The network communication protocol is HTTP, so you can write client apps
    and libraries in almost all popular languages
  - Both RESTful-style and RPC-style interfaces are supported
  - Based on epoll/kqueue, the server supports 10K+ concurrent connections
  - High availability mechanisms and extensible built-in support:
    * Hot backup
    * Update logging
    * Asynchronous replication
    * Lua support: define arbitrary operations of the database using the
      lightweight scripting language
 .
 This package contains the server, and the test tools.