2 个仓库
Mechanisms for propagating state changes and triggering updates across application layers.
Distinguishing note: Focuses on the synchronization mechanism rather than general event handling or messaging queues.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Event Systems. Refine with filters or upvote what's useful.
TrendRadar is a market intelligence tool designed to aggregate and analyze external information sources for monitoring shifts in consumer behavior and industry patterns. It functions as a visual data analytics dashboard, transforming raw market data into interactive charts and insights through a component-based interface. The platform utilizes a declarative state management system where application behavior is governed by a centralized configuration object. This architecture supports interactive dashboard development, allowing users to manipulate data sets and visualize emerging trends over t
Triggers automatic propagation of configuration changes across the application to ensure consistent data representation.
Bagisto is a modular e-commerce platform designed for building and managing scalable online storefronts. It functions as an enterprise-grade toolkit that provides a structured environment for handling complex inventory, secure payment processing, and shipping logistics. Built on a flexible architecture, the platform allows developers to extend core business logic through custom packages and specialized product types. The platform distinguishes itself through a highly modular design that utilizes service-provider-based dependency injection and a repository-pattern data access layer to decouple
Custom logic is triggered by dispatching events throughout the application lifecycle, allowing developers to intercept and modify standard processing flows.