Module
Tarantool
tarantool
Role
Description

Tarantool is a database and a cache all in one. Which means that it combines cool features from both of the worlds. Database features are ACID transactions, replication, tables, primary & secondary indexes, server-side scripting, stored procedures, cursors, range and full-scan queries. Cache features are sub one ms latency, extremely high throughput on both queries and transactions, optimization for heavy parallel workloads.

You can think about Tarantool as an extremely fast DBMS or a fully-transactional cache. In other words, Tarantool is a great solution to the perennial problem - what to choose, speed or durability.

Databases

Collection of in-memory database management systems and caching systems.

Databases

Collection of NoSQL database management systems.

Lamp

Classical web application environment with Linux, Apache, MySQL and PHP. PHP works as the mod_php Apache module.

Optional components: Memcached, Redis, Tarantool.

Lemp

Modern web application environment with Linux, Nginx, MySQL and PHP. It is similiar to the LAMP stack, where Apache is replaced with the lightweight yet powerful Nginx. PHP works in php-fpm mode.

Optional components: Memcached, Redis, Tarantool.

 default

Web application environment with Linux, Apache HTTPD, PostgreSQL SQL databases server and PHP. PHP works as the mod_php Apache module.

Optional components: Memcached, Redis, MongoDB, Tarantool.