Home - tsafin/tarantool GitHub Wiki

Welcome to Tarantool Wiki

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.

This wiki contains some low-level technical details on Tarantool and is intended for Tarantool developers mostly. It also contains useful links for various resources and a few recipes for building Tarantool apps.

Tarantool builds can be found here.