tarantool is a nosql database management system running in a lua application server. the code is available for free under the terms of bsd license. supported platforms are gnu/linux, mac os and freebsd.
key features
unlike most of nosql databases, tarantool supports primary, secondary keys, multipart keys, hash, tree and bitset index types.
tarantool supports lua stored procedures, which can access and modify data atomically. procedures can be created, modified and dropped at runtime.
use of lua as an extension language does not end with stored procedures: lua programs can be used during startup, to define triggers and background tasks, interact with networked peers. unlike popular application development frameworks implemented around “reactor” pattern, networking in serverside lua is sequential, yet very efficient, as is built on top of the cooperating multitasking environment used by the server itself.
extended with lua, tarantool typically replaces more not one but a few existing components with a single wellperforming system, changing and simplifying complex multitier web application architectures.
tarantool supports replication. replicas may run locally or on a remote host. tarantool replication is asynchronous and does not block writes to the master. when or if the master becomes unavailable, the replica can be switched to assume the role of the master without server restart.
Links to official Tarantool sites
Official Website
Twitter
Facebook
Features
Categories
Productivity
Developer Tools
Tags
database
lua
nosql
database-replication
http
database-server
http-client
http-server
cache
msgpack
application-server
transactions
persistent-storage
queues
luajit
stored-procedures