Packages

A distributed event sourcing library that enhances existing event stores with Glyn PubSub and Registry capabilities for distributed query actors, event broadcasting, and fault-tolerant command routing

Current section

Files

Jump to
eventsourcing_glyn src eventsourcing_glyn.app.src
Raw

src/eventsourcing_glyn.app.src

{application, eventsourcing_glyn, [
{vsn, "1.0.0"},
{applications, [eventsourcing,
gleam_erlang,
gleam_otp,
gleam_stdlib,
glyn]},
{description, "A distributed event sourcing library that enhances existing event stores with Glyn PubSub and Registry capabilities for distributed query actors, event broadcasting, and fault-tolerant command routing"},
{modules, [eventsourcing_glyn,
eventsourcing_glyn@@main]},
{registered, []}
]}.