Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event stream visualization #32

Closed
maraf opened this issue Jan 24, 2017 · 1 comment
Closed

Event stream visualization #32

maraf opened this issue Jan 24, 2017 · 1 comment

Comments

@maraf
Copy link
Member

maraf commented Jan 24, 2017

We should support two scenarios, which share a common logic.

  1. Live visualization of event stream.
  • Best suited for rare cases.
  • Need for enumeration of aggregates.
  1. Build projection for stream visualization.
  • Need for building separate projection.
  • Performance agnostic.

In both modes, the outcome for every event should by a model with description and a list of properties, where each property has description and human readable (string) value.

@maraf
Copy link
Member Author

maraf commented Jan 27, 2017

Implemented using PresentationModels in package Neptuo.EventSourcing.PresentationModels.Visualization.
aaca977

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant