tarantool
- Ebuilds: 54, Testing: 9999 Description:
Tarantool is an in-memory database designed to store the most volatile
and highly accessible web content. Tarantool has been extensively used
in production since 2009. Its key features include:
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshots
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* stored procedures in Lua are supported
This ebuild provides tarantool server.
Homepage:https://tarantool.org License: BSD-2