To install a module, say:
$
tarantoolctl rocks install module-name
Want your module listed here? Please drop us a line at doc@tarantool.io.
Apache Avro schema tools for Tarantool
$
tarantoolctl rocks install avro-schema
Manipulation routines for CSV (Comma-Separated-Values) records
Efficiently store JSON documents in Tarantool spaces
$
tarantoolctl rocks install document
JSON manipulation routines
MsgPack encoder/decoder
ASN1 BER format reader
Reader for Tarantool’s snapshot files and write-ahead-log (WAL) files
YAML encoder/decoder
Connect remotely to a Tarantool instance via an admin port
Authorization module for Tarantool providing API for user registration and login
$
tarantoolctl rocks install authman
Export Tarantool application metrics to Graphite
$
tarantoolctl rocks install graphite
Prometheus library to collect metrics from Tarantool
$
tarantoolctl rocks install prometheus
Centralized system for collecting and manipulating metrics from multiple clients
$
tarantoolctl rocks install metrics
Tools to print call traces, insert watchpoints, inspect Lua objects
Functional programming primitives that work well with LuaJIT
Lua code profiler based on Google Performance Tools
$
tarantoolctl rocks install gperftools
Routines to write messages to the built-in Tarantool log
Templates to create new Tarantool modules in Lua, C and C++
$
tarantoolctl rocks install modulekit
Module to prohibit use of undeclared Lua variables
Tools to write nice unit tests conforming to Test Anything Protocol
Easy, terse, readable and fast check of the Lua functions + argument types
$
tarantoolctl rocks install checks
Lua wrapper for the 'ccronexpr' C library
$
tarantoolctl rocks install cron-parser