# Interfaces
GloballyOrderedStore is a store that preserves a global ordering for messages across all streams, allowing the entire store to be consumed via a single stream.
Store is an interface for manipulating persisted streams of messages.
Stream is an interface for reading an ordered stream of messages.