event horizon online with Winfy

We have hosted the application event horizon in order to run this application in our online workstations with Wine or directly.


Quick description about event horizon:

Event Horizon is a CQRS/ES toolkit for Go. Event Horizon is used in production systems but the API is not final! CQRS stands for Command Query Responsibility Segregation and is a technique where object access (the Query part) and modification (the Command part) are separated from each other. This helps in designing complex data models where the actions can be totally independent from the data output. ES stands for Event Sourcing and is a technique where all events that have happened in a system are recorded, and all future actions are based on the events instead of a single data model. The main benefit of adding Event Sourcing is traceability of changes which can be used for example in audit logging. Additionally, "incorrect" events that happened in the past (for example due to a bug) can be compensated for with an event that will make the current data "correct", as that is based on the events.

Features:
  • Useful for testing and experimentation
  • One document per aggregate with events as an array
  • One document per event with an additional document per aggregate
  • An event recorder (middleware) that can be used in tests to capture some events
  • Adds distributed tracing support to event store operations with OpenTracing
  • To develop Event Horizon you need to have Docker and Docker Compose installed


Programming Language: Go.
Categories:
Frameworks

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.