wt

high performance, scalable, NoSQL, extensible platform for data management

Install

All systems
curl cmd.cat/wt.sh
Debian Debian
apt-get install wiredtiger
Ubuntu
apt-get install wiredtiger
Alpine
apk add wiredtiger
image/svg+xml Kali Linux
apt-get install wiredtiger
Fedora
dnf install wiredtiger
Windows (WSL2)
sudo apt-get update sudo apt-get install wiredtiger
OS X
brew install wellington
Docker
docker run cmd.cat/wt wt powered by Commando

wiredtiger

high performance, scalable, NoSQL, extensible platform for data management

Supports row-oriented storage (where all columns of a row are stored together), column-oriented storage (where columns are stored in groups, allowing for more efficient access and storage of column subsets) and log-structured merge trees (LSM), for sustained throughput under random insert workloads. Includes ACID transactions with standard isolation levels and durability at both checkpoint and fine-grained granularity. Can be used as a simple key/value store, but also has a complete schema layer, including indices and projections.

wellington