This document provides an overview of WiredTiger and the MongoDB storage engine API. It discusses how WiredTiger differs from the mmapv1 storage engine in its use of document-level locking, compression, and consistency without journaling. It also covers WiredTiger internals like checkpoints, configuration options, and basic performance comparisons showing WiredTiger can provide higher throughput than mmapv1 for write-heavy workloads.