Concepts

Understand the core concepts and architecture of Zestor.

This section explains the key concepts behind Zestor’s design.

Topics

  • Store & Kinds — Data organization and configuration
  • Watching — Real-time event subscriptions
  • Interfaces — Interface segregation principle
  • Codecs — Serialization for persistent stores

Store & Kinds

Understanding the Store interface and how data is organized by kinds.

Watching & Events

Real-time notifications with the Watch API.

Interface Segregation

Using Reader, Writer, and Watcher interfaces for better access control.

Codecs

Understanding serialization codecs for persistent stores.