Analytics in Composable Systems

Analytics were a feature often abstracted to third-parties in monolithic ecosystems, and that has remained the same for composable systems.

The difference is that some analytics-like data was easy to store in a database in monolithic systems. An example might be tracking “like” or “heart” interactions on a blog post. You could store that information in your database. In a decoupled system, this would require using a third-party, API-based database service, or taking advantage of a analytics tool you’re using, assuming it can support custom events.

©2023 Netlify