Skip to content
Snippets Groups Projects
Commit 787c3c1a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update README.md

parent ec13ad03
No related branches found
No related tags found
No related merge requests found
TARANTOOL, http://tarantool.org TARANTOOL, http://tarantool.org
Tarantool is a framework for in-memory key/value storage and Tarantool is an efficient in-memory NoSQL database and a
Box is a yet another in-memory key-value database. Lua application server, blended.
Key features of the pair include: Key features of the system:
* flexible data model
* multiple index types: HASH, TREE, BITSET
* optional persistency and strong data durability
* log streaming replication * log streaming replication
* hot standby * Lua functions, procedures, triggers, with
* a simple binary protocol, as well as emulation of memcached rich access to database API, JSON support,
protocol inter-procedure and network communication libraries
* extensibility and speed * a command line client supporting simple SQL,
a native Lua console and Memcached text protocol.
Caveats: Tarantool is ideal for data-enriched components of
* supported platforms are Linux/x86 and FreeBSD/x86 scalable Web architecture: traditional database caches, queue
* supported compilers are clang and gcc. servers, in-memory data store for hot data, and so on.
Supported platforms are Linux/x86 and FreeBSD/x86, Mac OS X.
COMPILATION AND INSTALL COMPILATION AND INSTALL
...@@ -59,7 +65,6 @@ simplest way to setup and start the server, but it requires a few ...@@ -59,7 +65,6 @@ simplest way to setup and start the server, but it requires a few
additional Python modules: additional Python modules:
* daemon * daemon
* pyyaml * pyyaml
* pexpect.
Once all pre-requisites are installed, try: Once all pre-requisites are installed, try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment