Too Many Islands, Too Few Bridges: Notes from the Event Modeling Conference 2026
The article reports on the Event Modeling Conference 2026, highlighting a recurring theme that while event-driven architectures and event modeling practices have matured, the ecosystem remains fragmented into isolated "islands" of tooling, methodologies, and community efforts, with insufficient "bridges" for integration, standardization, and cross-community collaboration.
Background
Event Modeling is a collaborative design technique used by software teams to map out how a system behaves over time, usually as a series of "events" that happen in sequence. It's closely related to Event Sourcing (storing state as a log of events) and CQRS (separating commands that change data from queries that read it). This blog post from the Event Modeling Conference 2026 is by EventStoreDB (now called EventSourcingDB), the company behind a popular event store database. The "too many islands, too few bridges" metaphor means that while many teams have adopted these event-driven patterns, they've built isolated, incompatible systems ("islands") without enough shared tooling, standards, or integration patterns ("bridges") to connect them. The post reflects a maturing community grappling with fragmentation — a common pain point when a niche approach goes mainstream.