Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
787c3c1a
Commit
787c3c1a
authored
11 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ec13ad03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-11
16 additions, 11 deletions
README.md
with
16 additions
and
11 deletions
README.md
+
16
−
11
View file @
787c3c1a
TARANTOOL, http://tarantool.org
Tarantool is a
framework for in-memory key/value storag
e and
Box is a yet another in-memory key-value database
.
Tarantool is a
n efficient in-memory NoSQL databas
e and
a
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
*
hot standby
*
a simple binary protocol, as well as emulation of memcached
protocol
*
extensibility and speed
*
Lua functions, procedures, triggers, with
rich access to database API, JSON support,
inter-procedure and network communication libraries
*
a command line client supporting simple SQL,
a native Lua console and Memcached text protocol.
Caveats:
*
supported platforms are Linux/x86 and FreeBSD/x86
*
supported compilers are clang and gcc.
Tarantool is ideal for data-enriched components of
scalable Web architecture: traditional database caches, queue
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
...
...
@@ -59,7 +65,6 @@ simplest way to setup and start the server, but it requires a few
additional Python modules:
*
daemon
*
pyyaml
*
pexpect.
Once all pre-requisites are installed, try:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment