View Source Overview
Jetstream is a distributed persistence system built-in to NATS. It provides a streaming system that lets you capture streams of events from various sources and persist these into persistent stores, which you can immediately or later replay for processing.
This library exposes interfaces for publishing, consuming and managing Jetstream services. It builds on top of Gnat, the officially supported Elixir client for NATS.