# tarantool/tarantool

Get your data in RAM. Get compute close to data. Enjoy the performance.

Repository: https://github.com/tarantool/tarantool
Canonical: https://ross.abutalabs.com/products/tarantool
Homepage: https://www.tarantool.io
Language: Lua
License: NOASSERTION
License Family: other
Topics: tarantool, database, transactions, in-memory, disk, lua, msgpack, appserver
Last push: 2026-08-26T18:22:52+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 92, longevity 100
- inputs: {"age_days": 5831, "days_push": 7, "days_rel": 54, "gap_med": 14.5, "n_releases_24m": 29}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3665, forks 418 (observed 2026-08-28T04:08:13.366753+00:00)

## What it is
Tarantool is an in-memory computing platform combining a fast NoSQL database with a Lua application server. It stores data in RAM with WAL persistence and LSM-tree support, and lets you run application logic next to the data.

## Use cases
- replace a database plus cache with a single in-memory store
- build high-throughput message queues
- run stateful web application logic close to the data
- set up replicated, fault-tolerant data clusters
- use as an OLTP store faster than a relational database
- store and query documents with JSON path indexes

## When to choose
- you need microsecond-latency reads and writes on data that fits in RAM
- you want to co-locate application code with the database to eliminate network hops
- you need built-in replication, sharding, and leader election
- you want a LuaJIT-based server with non-blocking cooperative multitasking

## When to avoid
- your dataset is much larger than available RAM and you need a disk-first engine
- you rely heavily on complex SQL analytics better served by a relational database
- you need a managed cloud database service
- your team has no Lua experience and cannot adopt it

## Facets
- artifact type: application
- maturity: stable
- function: database, caching, message-queue, web-framework, rpc, serialization, auth, concurrency
- domain: databases, backend, web-development, microservices, developer-tools
- platform: bsd, lua, cpp, self-hosted
- tags: in-memory-database, luajit, msgpack, application-server, replication, nosql, lsm-tree, sharding, acid-transactions, real-time, linux, macos, docker

## Member repositories
- tarantool/tarantool (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.366753+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:33.389186+00:00, confidence not recorded.
  - readme: https://github.com/tarantool/tarantool (fetched 2026-08-28T04:08:13.366753+00:00, sha 07a93855da76)
  - homepage: https://www.tarantool.io (fetched 2026-08-29T09:25:36.217694+00:00, sha 36bbf9afaf2b)
  - site_page: https://www.tarantool.io/docs (fetched 2026-08-29T09:25:36.226591+00:00, sha b7a53c9c17b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
