Tarantool
| Tarantool | |
|---|---|
| Original author(s) | VK Tech |
| Developer(s) | VK Tech |
| Initial release | 2008 |
| Stable release | 3.3.0
/ November 29, 2024 |
| Repository | |
| Written in | C |
| Operating system | Linux, FreeBSD, macOS |
| Available in | English |
| Type | NoSQL |
| License | Simplified BSD |
| Website | www |
Tarantool is an in-memory computing platform with a flexible data schema, best used for creating high-performance applications. Two main parts of it are an in-memory database and a Lua application server.
Tarantool maintains data in memory and ensures crash resistance with write-ahead logging and snapshotting. It includes a Lua interpreter and interactive console, but also accepts connections from programs in several other languages.