This document summarizes OrigoDB, a database that keeps data in memory and persists operations rather than system state. It discusses how OrigoDB is faster than traditional disk-based databases by avoiding I/O bottlenecks. The document provides examples of how to model data, write commands and queries using OrigoDB's API, and run a simple program with it. It concludes by inviting the reader to try OrigoDB and get involved in its open source community.