TiloBox
Back to directory
Tarantool project preview

Tarantool

In-memory computing platform with embedded Lua application server and ACID storage engine.

LicenseBSD-2-Clause
GitHub stars3.8k
Last commit1 weeks ago
Tags5 topics
High Throughput DbIn Memory DatabaseDeveloper ToolsNosql In MemoryLua App Server
Overview

Why consider Tarantool?

Tarantool is an open-source, in-memory computing platform and NoSQL database written in C and Lua. Combining high-speed in-memory data structures with WAL disk persistence, secondary indexes, and embedded Lua JIT execution, Tarantool processes up to 1 million queries per second.

Guided learning

Learn Tarantool by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Tarantool

Tarantool executes in-memory database queries and co-located Lua application logic at high throughput.

Docker Quickstart

bash
1docker run --name tarantool -p 3301:3301 -d tarantool/tarantool:latest

Tarantool is licensed under the BSD 2-Clause License.

Related tools

More options with a similar category or technology profile.

Tarantool FAQs

Tarantool is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Tarantool is listed under the BSD-2-Clause license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Tarantool is listed as an alternative to Apache Ignite. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.