Module: Mammoth
- Defined in:
- lib/mammoth.rb,
lib/mammoth/cli.rb,
lib/mammoth/errors.rb,
lib/mammoth/status.rb,
lib/mammoth/version.rb,
lib/mammoth/application.rb,
lib/mammoth/sqlite_store.rb,
lib/mammoth/webhook_sink.rb,
lib/mammoth/configuration.rb,
lib/mammoth/delivery_worker.rb,
lib/mammoth/pgoutput_source.rb,
lib/mammoth/checkpoint_store.rb,
lib/mammoth/event_serializer.rb,
lib/mammoth/dead_letter_store.rb,
lib/mammoth/replication_consumer.rb
Overview
Mammoth is a self-hosted PostgreSQL event relay.
Mammoth v0.1.0 focuses on a deliberately small, boring product slice: PostgreSQL change events are normalized, persisted through local operational state, and delivered to webhook destinations.
Defined Under Namespace
Classes: Application, CLI, CheckpointStore, Configuration, ConfigurationError, DeadLetterStore, DeliveryError, DeliveryWorker, Error, EventSerializer, PgoutputSource, ReplicationConsumer, ReplicationError, SQLiteStore, Status, StoreError, WebhookSink
Constant Summary collapse
- VERSION =
"0.0.0"